/*---------styles---------*/
body {
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #1E1E1E;
	scrollbar-highlight-color: #1E1E1E;
	scrollbar-3dlight-color: #1E1E1E;
	scrollbar-darkshadow-color: #1E1E1E;
	scrollbar-track-color: #2F2F2F;
	scrollbar-arrow-color: #FFFFFF;
	background-image : url(../images/main_bg.jpg);
	background-repeat : repeat-x;
	background-color : #000000;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
}

/*---------end styles---------*/

img.middle {
	vertical-align:text-middle;
	right : 5px;
}

.left_gradient     {
	background-image : url(../images/left_grad.gif);
	background-repeat : repeat-x;
	background-position : top;
}

.right_gradient     {
	background-image : url(../images/right_grad.gif);
	background-repeat : repeat-x;
	background-position : top;
}

.about_bg     {
	background-image : url(../images/about_image.jpg);
	background-repeat : no-repeat;
	background-position : bottom right;
}

.spec_bg     {
	background-image : url(../images/spec_image.jpg);
	background-repeat : no-repeat;
	background-position : top right;
}

.header     {
	background-image : url(../images/header.jpg);
	background-repeat : no-repeat;
}

.header_links {
	padding-top : 22px;
}

a.grey_small:link, a.grey_small:visited, a.grey_small:active {
	font-family : Verdana;
	font-size : 10px;
	font-weight : normal;
	color : #636363;
	text-decoration : none;
}
a.grey_small:hover {
	font-family : Verdana;
	font-size : 10px;
	font-weight : normal;
	color : #008DAE;
	text-decoration : none;
}

a.grey_big:link, a.grey_big:visited, a.grey_big:active {
	font-family : Verdana;
	font-size : 11px;
	font-weight : normal;
	color : #6D6D6D;
	text-decoration : none;
}
a.grey_big:hover {
	font-family : Verdana;
	font-size : 11px;
	font-weight : normal;
	color : #008DAE;
	text-decoration : none;
}

a.blue:link, a.blue:visited, a.blue:active {
	font-family : Verdana;
	font-size : 11px;
	font-weight : normal;
	color : #008DAE;
	text-decoration : none;
}
a.blue:hover {
	font-family : Verdana;
	font-size : 11px;
	font-weight : normal;
	color : #6D6D6D;
	text-decoration : none;
}

.footer_color {
	background : #69BCCF;
}

.grey_text {
	font-family : Verdana;
	font-size : 11px;
	font-weight : normal;
	color : #6D6D6D;
	text-decoration : none;
}

.highlight_content {
	background-image : url(../images/highlight_bg.gif);
	background-repeat : repeat-y;
	font-family : Verdana;
	font-size : 11px;
	font-weight : normal;
	color : #6D6D6D;
	text-decoration : none;
	padding-left : 5px;
	padding-right : 5px;
	padding-bottom : 5px;	
}

.sub_heading {
	font-family : Verdana;
	font-size : 11px;
	font-weight : bold;
	color : #008DAE;
	text-decoration : none;
}

.error {
	font-family : Verdana;
	font-size : 11px;
	font-weight : normal;
	color : #FF0600;
	text-decoration : none;
}

select {
	background-color : #DFDFDF;
	font-family : Arial;
	font-size : 11px;
	font-weight : normal;
	color : #272727;
	width : 193px;
}

input {
	border: 1 solid #C0C0C0;
	background-color : #DFDFDF;
	font-family : Arial;
	font-size : 11px;
	font-weight : normal;
	color : #272727;
	padding-left : 5px;
}

.input_radio {
	border: 0;
	background-color : #FFFFFF;
	font-family : Arial;
	font-size : 11px;
	font-weight : normal;
	color : #272727;
	padding-left : 5px;
}

textarea {
	border: 1 solid #C0C0C0;
	background-color : #DFDFDF;
	font-family : Arial;
	font-size : 11px;
	font-weight : normal;
	color : #272727;
	padding-left : 5px;
}

.submitbut {
border: 0px;
}

.table_heading {
	background-color : #008DAE;
	font-family : Arial;
	font-size : 11px;
	font-weight : normal;
	color : #FFFFFF;
	padding-left : 5px;
	border: 1 solid #69BCCF;
}

.table_content {
	background-color : #FFFFFF;
	font-family : Arial;
	font-size : 11px;
	font-weight : normal;
	color : #6D6D6D;
	padding-left : 5px;
	border: 1 solid #69BCCF;
}

.disclaimer {
	background-color : #FFFFFF;
	font-family : Arial;
	font-size : 11px;
	font-weight : normal;
	color : #6D6D6D;
	padding-left : 5px;
}
.pad_but {
	padding-right : 22px;
}
/*---------end styles---------*/



	



