/* CSS Document */

body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #555555;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

.bg_right_top{
	background-image:url(../images/top_right.jpg);
	background-repeat:no-repeat;
	height:107px;
}

.top_menu_seperator{
	width:2px;
	height:35px;
}

.top_link_left{
	background-image:url(../images/top_link_left.png);
	background-repeat:no-repeat;
	width:4px;
}

.top_link_right{
	background-image:url(../images/top_link_right.png);
	background-repeat:no-repeat;
	width:4px;
}

.top_link_bg{
	background-image:url(../images/top_link_bg.png);
	background-repeat:repeat-x;
}

.top_link_left_active{
	background-image:url(../images/top_link_left_active.png);
	background-repeat:no-repeat;
	width:4px;
}

.top_link_right_active{
	background-image:url(../images/top_link_right_active.png);
	background-repeat:no-repeat;
	width:4px;
}


.top_link_txt{
	color:#54818B;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

.top_link_txt:hover{
	color:#094450;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

.top_link_txt_active{
	color:#094450;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

.black_small_heading{
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
.top_link_small{
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
.top_link_small:hover{
	font-size:11px;
	color:#000000;
	text-decoration:underline;
}
.top_gray{
	font-size:11px;
	color:#555555;
	text-decoration:none;
}
.line_horizontal{
	background-image:url(../images/line_horizontal.gif);
	background-repeat:repeat-x;
}

.welcome{
	font-family:"Myriad Pro";
	font-size:20px;
	color:#054092;
}

.body_banner{
	background-image:url(../images/bottom_banner.jpg);
	background-repeat:no-repeat;
	width:682px;
	height:109px;
}

.clickhere{
	color:#054092;
}

.right_side_bg{
	background-image:url(../images/right_side_bg.jpg);
	background-repeat:no-repeat;
}

.right_side_shadow_left{
	background-image:url(../images/right_side_shadow_left.gif);
	background-repeat:repeat-y;
	width:21px;
}

.right_side_shadow-bottom{
	background-image:url(../images/right_side_shadow_bottom.gif);
	background-repeat:no-repeat;
	height:20px;
}

.txt_field{
	background-color:#FFFFFF;
	border:1px solid #7ca1d6;
	width:230px;
	font:Arial;
	font-size:12px;
	color:#5574A1;
	padding-left:5px;
}

.black_txt{
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	}
.submit_button{
	background-image:url(../images/button_submit.gif);
	background-repeat:no-repeat;
	height:22px;
	width:55px;
	border:0px;
	cursor:pointer;
}

.footer_bg{
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	padding-top:8px;
	font-size:11px;
	color:#979797;
}

.bottom_txt{
	font-size:11px;
	color:#979797;
	text-decoration:none;
}

.footer_seperator{
	padding-left:5px;
	padding-right:5px;
}

.footer_link{
	color:#979797;
}
.footer_link:hover{
	color:#000000;
}

.footer_link_active{
	color:#000000;
}
.red_text{
	color:#FF0000;
	}
.link_black{
	font-size:12px;
	color:#000000;
	text-decoration:none;
	}
.link_black:hover{
	font-size:12px;
	color:#666666;
	text-decoration:underline;
	}
.img_border{
	border:1px solid #A1A29F;
	}


