/* CSS Basic Document */
body
{
margin:0px auto;
padding:0px;
background:url(../images/web_body_bg.jpg) left top repeat-x #A1C0D8;
}
td.off {
background: url(../images/top_menu_bg.gif) -10000px 0px no-repeat;
height:21px;
}
td.on{
background:  url(../images/top_menu_bg.gif) 0px 0px no-repeat;
height:21px;
}
.header_padding
{
padding:0px 5px;
background-color:#FFFFFF;
color: #5B5A5A;
}
.body_padding
{
padding:11px 15px 33px 15px;
background-color:#FFFFFF;
color: #5B5A5A;
}
.box_top_line
{
background:url(../images/top_line.gif) left top repeat-x;
height:9px;
}
.box_left_line
{
background:url(../images/left_line.gif) left top repeat-y;
width:9px;
}
.box_right_line
{
background:url(../images/right_line.gif) left top repeat-y;
width:9px;
}
.box_bottom_line
{
background:url(../images/bottom_line.gif) left top repeat-x;
height:9px;
}
.input_box
{
border:1px solid #3A4C87;
width:108px;
height:18px;
background-color:#EBEBEB;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	padding-left:3px;
	}


/* CSS Background image Document */
.header_top_bg
{
background:url(../images/header_top_bg.jpg) center top no-repeat;
height:130px;
}
.header_bottom_bg
{
background:url(../images/header_bottom_bg.jpg) center top no-repeat;
height:131px;
}
.menu_bg
{
background:url(../images/menu_bg.jpg) center top no-repeat;
height:28px;
}
.body_left_bg
{
background:url(../images/body_left_bg.jpg) left top repeat-y;
width:10px;
}
.body_right_bg
{
background:url(../images/body_right_bg.jpg) left top repeat-y;
width:10px;
}




/* CSS Text Document */
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5B5A5A;
	text-decoration: none;
}
.top_link_text
{
color:#3A4C87;
text-decoration:none;
line-height:21px;
background-color:inherit;
}
.top_link_text:hover
{
color:#FFFFFF;
text-decoration:none;
background-color:inherit;
}
.menu_text {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 28px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color:inherit;
}
.menu_text:hover
{
color:#A2C0D8;
text-decoration:underline;
background-color:inherit;
}
.highlight
{
color:#3A4C87;
font-size:14px;
text-decoration:none;
background-color:inherit;
}
.footer_text {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #415591;
	background-color:inherit;
	text-decoration: none;
}
.footer_text:hover
{
text-decoration:underline;
}
.webdesigner_link {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #415591;
	background-color:inherit;
	text-decoration: none;
}
.webdesigner_link:hover
{
text-decoration:underline;
}
