body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

p, li{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	background-repeat: no-repeat;
}

b{
	font-size: 12px;
}


p.big{
	font-size: 18px;
	font-weight: bold;
	color: #FECF6C;
}

span.small{
	font-size: 9px;
	color: #646464;
}

ul li{
	list-style-image: url(bullet.gif);
	margin-left: -23px;
}

ol{
	padding: 0;
}

ol li{
	padding: 0;
}

li.inli{
	list-style-image: none;
	list-style-type: none;
}
a{
	color: #2e3168;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.overview{
	border-top: 1px solid #FECF6C;
	border-bottom: 1px solid #FECF6C;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	color: #646464;
	cursor: hand;
}

.topbar {
	background-image: url(bar.gif);
	background-repeat: repeat-x;
	height: 10px;
}

.bottombar {
	background-image: url(bar.gif);
	background-repeat: repeat-x;
	height: 10px;
	background-position: bottom;
}

.contentbar {
	text-align: center;
	vertical-align: top;
}
.copyrightbar{
	background-image: url(copyright-bar.gif);
	background-repeat: no-repeat;
	width: 760px;
	height: 13px;
	background-position: top;
}
.logobar {
	height: 100px;
}

table.content {
	width: 760px;
}

td.logotop{
	background-image: url(logotop.gif);
	background-repeat: no-repeat;
	height: 139px;
	width: 280px;
}

td.logobottom{
	background-image: url(logobottom.gif);
	background-repeat: no-repeat;
	height: 51px;
	width: 280px;
}

td.logoright{
	background-image: url(logoright.gif);
	background-repeat: no-repeat;
	height: 139px;
	width: 92px;
}
td.topnav{

}
td.verticalnav{
	vertical-align: top;
}

td.registerlink{
	color: #ffffff;
	background-image: url(register-box.gif);
	background-repeat: no-repeat;
	width: 280px;
	height: 106px;
	padding-top: 32px;
	padding-left: 10px;
	padding-right: 69px;
	padding-bottom: 10px;
}
td.loginlink{
	color: #ffffff;
	background-image: url(login-box.gif);
	background-repeat: no-repeat;
	width: 280px;
	height: 106px;
	padding-top:32px;
	padding-left:10px;
	padding-right:69px;
	padding-bottom:10px;
}

td.contenttitle{
	
}

td.contentarea{
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

td.formtitle{
	font-weight: bold;
	border-bottom-color: #FECF6C;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
td.formbottom{
	font-weight: bold;
	border-top-color: #FECF6C;
	border-top-style: solid;
	border-top-width: 1px;
	text-align: center;
	padding-top: 0px; 
	margin-top: 10px;
}
