BODY {
	scrollbar-face-color:#EEEBEB;
	scrollbar-arrow-color:#FF9262;
	scrollbar-track-color:#ffffff;
	scrollbar-shadow-color:#EEEBEB;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#D3D1D1;
	scrollbar-darkshadow-Color:#D3D1D1;
	width: 780px;
	background-color: #fff;
	margin: 10px auto -1px auto;

}

a:link{COLOR:#000; TEXT-DECORATION:none;} 
a:visited{COLOR:#000; TEXT-DECORATION:none;} 
a:active{COLOR:#4CA2D5; TEXT-DECORATION:none;} 
a:hover{color:#4CA2D5; TEXT-DECORATION:none;} 

td, textarea, input, select {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 13px;
	color: #000;
	line-height : 20px;
	text-decoration: none;
	text-align: left;
}

.content_box{
	border-bottom:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #666;
	background-color: #fff;
	background-image: url(img/cont_back.gif);
	background-repeat: repeat-y;
	width: 100%;
}

.footer_box{
	background-color: #cacaca;
	text-align: center;
	margin: 0px auto -1px auto;
	width: 750px;
	height: 10px;
}

.power_box{
	background-color: #d4d4d6;
	margin: 0px auto -1px auto;
	width: 750px;
	height: 10px;
}

.i 	{
						color:#FF0000;
						line-height:12px;
						font-weight : bold;	
						}					
.i a	{
						color:#FF0000;
						font-size:12px;
						font-weight : bold;
						text-decoration:underline;
						}
.i a:hover	{
						color:#FF0000;
						font-size:12px;
						font-weight : bold;
						text-decoration:none;
						}	


.bottom_box {
		width: 100%;
		height: 60px;
		background-color: #5c5c5c;
}

.pic_box {
	border: solid #333;
	border-width: 1px;;
	margin-bottom: 2px;
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #FFFFFF;
	padding: 1px;
}

.footer_text {
	color: #fff;
	font-family:"Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	text-decoration: none;
	line-height: 16px;
}

.power_text {
	color: #fff;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	text-align: right;
	align: right;
	text-decoration: none;
	line-height: 16px;
}

.company  {
	color: #3C6D96;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
	font-weight : bold;
	line-height : 30px;
}

a.contact_link  {
	color: #9E6A07;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight : normal;
	line-height: 16px;
}
a.contact_link:hover  {
	color: #D51010;
	font-weight : normal;
	text-decoration: none;
}


.hr {
	clear: both;
	border-top: 1px dashed #006699;
	height: 1px;
	margin: 0px 10px 0px 0px;
}

.Header {
	color: #3e8bb8;
	font-family:  "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
	font-weight : bold;
	line-height : 20px;
}

.note {
	color: #ccc;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	line-height : 16px;
	text-decoration: none;
}


.form{
    margin:0px;
}


/*--------------table color------------------------------------------------------------*/

#mytable {
	width: 530px;
	padding: 0;
	margin: 0;
}

#mytable caption {
	padding: 0 0 5px 0;
	width: 100%;	 
	font: italic 12px Arial, Helvetica, sans-serif;
	text-align: right;
}

#mytable th {
	font: bold 15px  Arial, Helvetica, sans-serif;
	color: #000;
	line-height : 23px;
/*--	width: 100%;	--*/
	border-left: 1px solid #7686A1;
	border-right: 1px solid #7686A1;
	border-bottom: 1px solid #7686A1;
	border-top: 1px solid #7686A1;
	letter-spacing: 0px;
	text-align: left;
	padding: 6px 12px 2px 12px;
	background: #C3E5FA /*--url(images/bg_header.jpg) repeat-x--*/;
}

#mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #7686A1;
	background: none;
}

#mytable td {
	border-right: 1px solid #7686A1;
	border-bottom: 1px solid #7686A1;
	background: #fff;
	padding: 6px 12px 2px 12px;
	color: #000;
}


#mytable td.alt {
	background: #F0F8FD;
	color: #000;
}

#mytable th.spec {
	border-left: 1px solid #7686A1;
	border-top: 0;
	background: #fff /* url(images/bullet1.gif) no-repeat*/; 
	font: normal 13px Arial, Helvetica, sans-serif;
	line-height : 23px;
}

#mytable th.specalt {
	border-left: 1px solid #7686A1;
	border-top: 0;
	background: #F0F8FD /* url(images/bullet2.gif) no-repeat */;
	font: normal 13px Arial, Helvetica, sans-serif;
	line-height : 23px;
	color: #000;
}