html {
	height: 100%;
}
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
	height: 100%;
	background-color: #c7c8cc;
}
.underline { text-decoration: underline; }
.w200 { width: 200px; }
.paddingR10 { padding-right: 10px; }
.bg_yellow { background-color: #fff9dd; }
.bg_darkyellow { background-color: #fef5c9; }
.bg_yellow_b { background-color: #fff9dd; border-top: 1px solid #fff3b9; border-bottom: 1px solid #fff3b9; padding: 5px; }
.bg_white { background-color: #ffffff; }
.bg_lightgrey { background-color: #efefef; }
.bg_lightergrey { background-color: #f6f6f6; }
.formTitle { border-bottom: 1px solid #d5dff3; }
.normalInput { width: 200px; }
.inSection { font-family: Tahoma, Arial, Helvetica; font-size: 11px; color: #767a8c; text-decoration: none; }
.inSection:hover { font-family: Tahoma, Arial, Helvetica; font-size: 11px; color: #767a8c; text-decoration: underline; }
.leftBg {
	background-image: url(/images/leftBg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #C7C8CC;
}
.rightBg {
	background-image: url(/images/rightBg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.headerBg1 {
	background-image: url(/images/headerBg1.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.blackLink {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
.blackLink:hover {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 11px;
	text-decoration: underline;
	color: #000000;
}
.searchBox {
	background-image: url(/images/searchBg.jpg);
}
.searchInput {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 11px;
	color: #ababab;
	width: 80px;
	height: 20px;	
}
.underSearch {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 11px;
	color: #404040;
	text-decoration: underline;
}
.underSearch:hover {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 11px;
	color: #404040;
	text-decoration: none;
}
.menuBg {
	background-image: url(/images/menuBg.jpg);
	background-position: bottom;
	height: 54px;
}
.blueBox {
	background-image: url(/images/rightBox.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.text {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 11px;
}
.black {
	color: #0c0f13;
}
.white {
	color: #ffffff;
}
.innerBlueBox {
	background-image: url(/images/innerHeader02.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 411px;
}
.whiteLink {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
}
.whiteLink:hover {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 11px;
	text-decoration: underline;
	color: #ffffff;
}
.topLogo {
	background-image: url(/images/temp1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 59px;
}
.formTitle { border-bottom: 1px solid #d5dff3; }
