/* CSS Document */
body,table,input,textarea,button{font-family:Verdana; font-size:10px; color:black;}
body,textarea{
	scrollbar-arrow-color: #265BA5;
	scrollbar-3dlight-color: #265BA5;
	scrollbar-highlight-color: white;
	scrollbar-face-color: white;
	scrollbar-shadow-color: white;
	scrollbar-darkshadow-color: #265BA5;
	scrollbar-track-color: #CCDDF4;
	overflow:auto;
}
body{background:url('images/bodybg.gif'); margin:0;}
img{border:0;}
button{font-size:9px; cursor:hand;}

marquee{font-family:Verdana; font-size:11px; color:black; background-color:#CCCCCC;}

a:link,a:visited{color:black; text-decoration:none;}
a:hover{color:#333333; text-decoration:underline;}

a:link,a:visited{color:black; text-decoration:none;}
a:hover{color:#333333; text-decoration:underline;}

a.main:link,a.main:visited{color:#333333;text-decoration:none;}
a.main:hover{color:black; background:#EEEEEE; text-decoration:none;}

a.blue:link,a.blue:visited{color:#4B38F6; text-decoration:none;}
a.blue:hover{color:#4B38F6; text-decoration:underline;}

a.blackblue:link,a.blackblue:visited{color:black; text-decoration:none;}
a.blackblue:hover{color:#4B38F6; text-decoration:underline;}

a.blackgreen:link,a.blackgreen:visited{color:black; text-decoration:none;}
a.blackgreen:hover{color:#029227; text-decoration:underline;}

a.green:link,a.green:visited{color:#029227; text-decoration:none;}
a.green:hover{color:#029227; text-decoration:underline;}

a.gray:link,a.gray:visited{color:gray; text-decoration:none;}
a.gray:hover{color:gray; text-decoration:underline;}

a.white:link,a.white:visited{color:white;text-decoration:none;}
a.white:hover{color:white; text-decoration:underline;}

a.red:link,a.red:visited{color:red;text-decoration:none;}
a.red:hover{color:red; text-decoration:underline;}

a.white2black:link,a.white2black:visited{color:white;text-decoration:none;}
a.white2black:hover{color:black; text-decoration:underline;}

table.main{border:1px solid gray;}
table.blue,td.blue{background:#7CA7FD; border:1px solid #3366CC;}
table.green,td.green{background:#E0F4D9; border:1px solid #89A688;}

tr.headergreen,td.headergreen{background:#89A688; text-align:center; font-weight:bold; color:white;}
tr.headerblue,td.headerblue{background:#3366CC; text-align:center; font-weight:bold; color:white;}
tr.headergray,td.headergray{background:#CCCCCC; text-align:center; font-weight:bold; color:#666666;}

tr.stripblue,td.stripblue{height:20px; background:#4B38F6; color:white;}
tr.stripgreen,td.stripgreen{height:15px; background:#51DA51;}

tr.copyright{font-family:Arial;}

td.menu{border-right:1px solid black; padding-left:5px;}

td.topline{height:15px; background:url('images/topline.jpg');}
td.bottomline{height:15px; background:url('images/bottomline.jpg');}
td.topstripblue{height:40px; background:url('images/topstripblue.jpg');}

td.mainstrip{background:url('images/mainstrip.jpg'); background-repeat:repeat-y;}
td.maintext{padding:10px; text-align:justify; font-size:10px; font-family:Verdana;}
td.maintext2{padding-left:10px; padding-right:10px; padding-top:0px; padding-bottom:0px; text-align:justify; font-size:10px; font-family:Verdana;}

td.justify{text-align:justify;}
td.white{color:white;}
td.line{background:gray; height:1px;}

/*td.logo{background:url('images/logobg.jpg'); background-repeat:no-repeat; background-position:center; width:170px; height:120px;}*/

font.gray,i.gray{color:gray;}
font.green{color:#029227;}
font.blue{color:#4B38F6;}

ul.backdent{margin-left:10px;}
li.blue{color:#4B38F6;}
li.green{color:#029227;}

input.none{border:0;}
input.flatgreen,textarea.flatgreen{border:1px solid #89A688;}
input.flatgray{border:1px solid #CCCCCC;}
button.flatgreen{border:1px solid #89A688; background:#E0F4D9; font-weight:bold; color:#89A688;}
/*button.flatblue{border:1px solid royalblue; background:white; font-weight:bold; color:royalblue;}*/
button.flatblue{border:1px solid royalblue; background:#E4F3FC; font-weight:bold; color:royalblue;}
button.flatgray{border:1px solid #CCCCCC; background:#EEEEEE; font-weight:bold; color:#666666;}

img.thumb{filter:alpha(opacity=40);-moz-opacity:0.4; cursor:hand;}
img.bordered{border:1px solid #3366CC;}
img.borderedgray{border:1px solid gray;}
img.alpha{filter:alpha(opacity=40);-moz-opacity:0.4;}