* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana;
	font-size: 12px;
	color: #333;
   margin-top:1px;
   padding-top:1px;
}

td {
	font-family: Verdana;
	font-size: 12px;
	color: #333;
	line-height: 18px;
}

th {
	font-family: Verdana;
	font-size: 12px;
	color: white;
	line-height: 18px;
	font-weight: bold;
	background-color:#001B82;
}

.footer {
	background-color: #202020;
	font-size: 9px;
	color: #BABABA;
	height: 45px;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	vertical-align:middle;
	width: 750px;
	padding-top: 10px
	
}

.footer a {
	color: #BABABA;
	font-size: 9px;
}

.content {
	bord/er: 1px solid #BBBBBB;
	font-family: Verdana;
	font-size: 12px;
	color: #333;
	height: 200px;
	vertical-align: top;	
	padding: 10px;
	margin: 10px;
}

.menu {
	bac/kground-color: #001B82;
	font-size: 10px;
	color: white;
	height: 30px;

}

.menu a {
	color: white;
	text-decoration: none;
   font-size:10px;
   line-height: 12px;
   display: inline;
}

.menu a:hover {
	color: orange;
	text-decoration: underline;
   font-size:10px;
}


.whitetext a {
	color: white;
	font-weight: bold;
}

.whitetext a:hover {
	color: orange;
	font-weight: bold;
}

h1 {
	color: #001B82;
	font-size:16px;
   padding-bottom: 5px;
	
}

ol, ul {
	padding-left: 50px;
}
li {

}

