* { margin: 0; padding: 0 }
html { height: 100.1% }

BODY {
	font-size: .75em;
	background: #313165 url(images/top-bg.gif) top repeat-x;
    color: #333;
	font-family: Geneva, Helvetica, sans-serif;
	width: 770px;
	margin: 0 auto
}
a:hover  { color: #CE9D30 } 
.box-line {
	padding: 80%;
	border: 2px solid #fff;
}
.darklinks {
	color: #17172E;
}
.whitelinks {
	color: #fff;
	text-decoration: none;
}
.form {
	font-size: 90%;
	background: #FFFFCC;
	border: 0px;
	height: 18px;
	width: 125px;
}
.small {
	font-size: 90%;
}
.small-wh, .copyright {
	font-size: 80%;
	color: #fff;
	text-decoration: none;
}
.copyright {
	height:25px;
	font-size: 80%;
	color: #fff;
	text-decoration: none;
	text-align:left
}
.copyright a { color: #fff; text-decoration: none; }
.dark-box {
	height:30px;
	background: #17172E;
	color: #fff;
	font-size:90%;
	border-top: 1px solid #fff;
	text-align:center
}
.dark-box a { color: #fff; text-decoration: none }
.dark-box a:hover { text-decoration: underline }
.table {
	padding: 8px;
	border-bottom: 1px solid #A8A8BD;
	border-right: 1px solid #A8A8BD;
	border-left: 1px solid #A8A8BD;
}
.table2 {
	background: #272751;
	padding: 8px;
	border-bottom: 1px solid #A8A8BD;
	border-right: 1px solid #A8A8BD;
	border-left: 1px solid #A8A8BD;
}
.white-border {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.pic-border {
	background: #fff;
	border: 1px solid #ccc;
}
.box {
	padding: 15px;
	border: 1px solid #A8A8BD;
}
.box2 {
	padding: 8px;
	border: 1px solid #A8A8BD;
}
h2 {
	font-size: 120%;
	color: #fff;
}
h3 {
	font-size: 120%;
	color: #000
}