body {
	background-color: #292929;
	background-image: url(../img/bg_site.gif);
	margin: 0px auto;
	padding-top: 22px;
	padding-bottom: 22px;
	max-width: 1101px;	
}
.site {
	width: expression(document.body.clientWidth > 1101? "1101px": "auto");
	max-width: 1101px;
}
.content {
	background-color: #FFF;
}

form
	{
	margin: 0px;
}	
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.img {
	vertical-align: middle;
}
.pic {
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-right: 5px;
}
.forms {
	width: 97%;
}
.pages {
	border-top: 3px solid #F4F4F4;
	margin-top: 10px;
	padding-top: 7px;
}
.selected {
	background-color: #0071bc;
	color: #FFF;
}
.menus {
	font-family: Tahoma, sans-serif;
	font-size: 22px;
	color: #333;
}
.top {
	border-bottom: 3px solid #F4F4F4;
}
.bottom {
	border-top: 3px solid #F4F4F4;
	padding-top: 10px;
	padding-bottom: 10px;
}
.lc {
		padding-top: 8px;
		padding-bottom: 15px;
		width: 75%;
		border-right: 1px solid #F4F4F4;
		height: 450px;
		padding-right: 8px;
	}
.rc {
	padding-top: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
	width: 25%;
	}	
.copy {
	color: #818181;
	font-size: 11px;
	font-family: Tahoma;
}
.titles {
	font: normal 30px Georgia;
	color: #0071bc;
}
.headers {
	font: normal 18px Tahoma;
	color: #0071bc;
	margin-bottom: 7px;
}
.block	{
	padding-top: 10px;
	}
.block5	{
	padding-top: 5px;
	}		
.links{
	font-family: Tahoma;
	font-size: 11px;
	color: #1D4D81;
}
.main, .in, .bmain, .pmain {
	font-family: Tahoma;
	font-size: 12px;
	color: #505051;
	line-height: 18px;
}
.in {
	background-color: #EEEEEE;
	padding: 3px;
}
.bmain {
	font-weight: bold;
}
.pmain {
	border: 0px;
	background-color: transparent;
	padding: 3px;
}
.devider {
	background-image: url(../img/form_s.gif);
	background-repeat: repeat-x;
	background-position: center;
	margin-top:5px;
}
.tip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7D7D7D;
}
.href {
	font-family: Tahoma;
	font-size: 12px;
	color: #0071bc;
	font-weight: bold;

}
.tl {
	background-image: url(../img/tl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.tr {
	background-image: url(../img/tr.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bl {
	background-image: url(../img/bl.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.br {
	background-image: url(../img/br.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.page {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #7E7E81;
	text-align: center;
	padding: 3px;

}
.warning {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7D7D7D;
}
