body {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-image: url(images/body_bg.gif);
}
.body-left {
	background-image: url(images/body_left_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.body-right {
	background-image: url(images/body_right_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.footer-text {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #A7A8AB;
	text-decoration: none;
}
.footer-links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 15px;

}
.footer-links:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3F7DD8;
	text-decoration: none;
}
.body-bottom-bg {
	background-color: #FFFFFF;
	background-image: url(images/body_bottom_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;

}
.body-middle-bg {
	background-image: url(images/body_middle_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.blue-link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	line-height: 16px;


}
.red-link:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
.text {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.text-bold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.textbox {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	height: 17px;
	width: 79px;

}
.inputbox {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #333333;

	

}
a {
	text-decoration: none;
}
.red-link1 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	line-height: normal;

}
.red-link1:hover {


	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
	
}
a:hover {

	text-decoration: underline;
}
.whitetext {

	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.whitetext13bold {


	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	
}
.errFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #660000;
	
}

.errborder {
	border: 1px solid #990000;
	background-color: #FFFFFF;
}
.hbutton{
background-color:#393939;
color:#FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}
.alertBox
{
	background-color:#666666;
	border: 2px solid #cccccc;
	width:270px;
	height:200px;
	padding-left:5px;
	padding-top:5px;
	visibility:hidden;
	display:none;
	position:absolute;	
	color:#FFFFFF;
	
}