BODY{
	margin:0px;
	cursor:default;
	background: RGB(48,123,204) url(img/bckbody.gif) repeat-x left top;
/*
	scrollbar-3dlight-color : White;
	scrollbar-arrow-color : White;
	scrollbar-base-color : red;
	scrollbar-darkshadow-color : Navy;
	scrollbar-face-color : RGB(86,145,201);
	scrollbar-highlight-color : RGB(86,145,201);
	scrollbar-shadow-color : RGB(86,145,201);
	scrollbar-track-color : RGB(18,58,94);
*/
}
TD{
	font:normal 70% Verdana;
	color:RGB(0,0,60);
	color:RGB(230,240,255);
}
A{
	color:White;
}
A:hover{
	color: #F0E68C;
}
H3,H5{
	color:white;
	font-family:Arial;
}
H4{
	color:white;
	font-family:Arial;
}
TD.rightline{
	background: RGB(48,123,204) url(img/rightline.gif) repeat-y left top;
}

TD.rightmenu{
	background: RGB(48,123,204) url(img/rightmenubck.gif) repeat-y left top;
	vertical-align:top;
}
TD.rightmenu-bottom{
	background: RGB(48,123,204) url('img/rightmenubck-bottom.gif') repeat-y left top;
}


A.mnuright{
	color:RGB(230,240,255);
	font:normal 11px Arial;
	text-decoration:none;
}
A.mnuright:hover{
	color:White;
	text-decoration : underline;
}



TD.lefttop{
	background: transparent url(img/leftbcktop.gif) repeat-x right top;
}
TD.leftmargin{
	background: RGB(42,106,177) url(img/leftmargin.gif) repeat-x right top;
}
TD.bottommenu{
	background: RGB(142,142,142) url(/img/bottommenu.gif) repeat-x left top;
	border-top:1px solid RGB(232,232,232);
	border-bottom:1px solid RGB(120,25,25);
	color:RGB(104,71,64);
}
A.bottommenu{
	font: normal 11px Arial;
	text-decoration:underline;
	color:RGB(210,220,240);
}
A.bottommenu:hover{
	text-decoration:underline;
	color: white;
}

TD.rightline-foo{
	background: RGB(47,137,222) url(img/rightline-foo.gif) repeat-y left top;
}
TD.rightmenu-foo{
	background: RGB(47,137,222) url(img/rightmenubck-foo.gif) repeat-y left top;
}
TD.footer{
	background: RGB(32,83,138);
	font: normal 11px Arial;
	color:RGB(154,224,255);
	padding-left:0px;
}
A.footer{
	font: normal 11px Arial;
	text-decoration:none;
	color:RGB(154,224,255);
}
A.footer:hover{
	text-decoration:underline;
	color:RGB(154,224,255);
}
TD.bottom-margin{
	background: RGB(21,56,94);
}


A.mylink{
	color:#8FBBFC;
}
A.mylink:hover{
	color:White;
}


INPUT.tx{
	border-width:1px;
	font:normal 8pt Arial;
}
TEXTAREA.tx{
	border-width:1px;
	font:normal 8pt Arial;
	scrollbar-darkshadow-color : buttonshadow;
	scrollbar-shadow-color : ButtonFace;
}

TD.frmtxinfo{
	text-align:right; 
	vertical-align:top; 
	padding-right:10px;
	padding-top:3px;
	color:RGB(133,179,229);
}
TEXTAREA.frmtx{
	border-top:1px solid navy;
	border-left:1px solid navy;
	border-right:1px solid ghostwhite;
	border-bottom:1px solid ghostwhite;
	font:normal 8pt 'Trebuchet MS',Arial;
	background-color : RGB(85,149,214);
	color:Navy;
	padding:0px 5px;
	scrollbar-base-color : RGB(85,149,214);
	scrollbar-darkshadow-color : navy;
	scrollbar-shadow-color : RGB(85,149,214);
	scrollbar-highlight-color : RGB(85,149,214);
	scrollbar-3dlight-color : GhostWhite;
	scrollbar-track-color : RGB(118,169,222);
	scrollbar-face-color : RGB(118,169,222);
	overflow-x : hidden;
	overflow-y : scroll;
}
INPUT.frmtx{
	border-top:1px solid navy;
	border-left:1px solid navy;
	border-right:1px solid ghostwhite;
	border-bottom:1px solid ghostwhite;
	font:normal 8pt 'Trebuchet MS',Arial;
	background-color : RGB(85,149,214);
	color:Navy;
	padding:0px 5px;
}
INPUT.frmbtt{
	background:RGB(85,149,214) url(/img/btt_send.gif) no-repeat left top;
	color:Navy;
	padding:5px 20px;
	border-width:0px;
	width:97px;
	height:25px;
	cursor:hand;
	font: normal 12px Verdana;
}