html, body {
	font-family: Tahoma;
	color: #222132;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	height: 100%;
	/*width: 100%;*/
	text-align: left;
	font-size: 12px;
}
html {
	overflow-y: scroll;
}
.menu {
	text-decoration:none;
	font-size: 12px;
	color: #FFFFFF;
	padding-left:10px;
	background-color:#09347a;
	background-image: url(/images/menu1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
}
.menu:hover {
	text-decoration:none;
	font-size: 12px;
	color: #FFFFFF;
	padding-left:10px;
	background-color:#09347a;
	background-image: url(/images/menu2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
}
.whitetext {
	text-decoration:none;
	font-size: 12px;
	color: #FFFFFF;
}
.whitetext:hover {
	text-decoration:none;
	font-size: 12px;
	color: #FFFFFF;
}
.menuplus {
	text-decoration:none;
	font-size: 12px;
	color: #FFFFFF;
	padding-left:10px;
	background-color:#09347a;
	background-image: url(/images/menu_plus1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
}
.menuplus:hover {
	text-decoration:none;
	font-size: 12px;
	color: #FFFFFF;
	padding-left:10px;
	background-color:#09347a;
	background-image: url(/images/menu_plus2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
}
h4 {
	font-size: 12px;
	padding:0px 0 2px 0;
	font-weight: bold;
	margin:0px;
}
h3 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-decoration:none;
	font-weight: bold;
	margin:0px;
}
h2 {
	font-size: 17px;
	padding-bottom:10px;
	font-weight: normal;
	margin:0px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	padding-bottom:15px;
	margin:0px;
}
a {
	color:#0040b0;
	text-decoration:underline;
}
a.img {
	text-decoration:none;
}
a:hover {
	color:#e10000
}
.text11 {
	font-size: 11px;
}
.box {
	font-family: Tahoma;
	font-size: 12px;
	width: 90%;
}
.box80 {
	width: 80%;
}
.copyrights {
	font-size: 10px;
	padding-top:10px;
}
.bglogowhite {
	background-image: url(/images/logo_white.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.grey {
	color:#656377;
}
ul {
	display: block;
	margin-left: 0px;
	padding-left: 0px;
	list-style-image: url(/images/bullet.gif);
	list-style-position: outside;
	padding: 0 0 0 15px;
}
li {
	color: #222132;
	line-height: 16px;
}
.errorMessage {
	color: #DA523B;
	font-weight: bold;
}
.linkred {
	text-decoration:underline;
	color:#e10000
}
