.header {
	text-transform : uppercase;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight: bolder;
	color : #0434B1;
}
.subheader {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font : 11/20px;
	font-weight: bold;
	color : #0434B1;
	text-decoration: none;
}
.text {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height: 14px;
	font-weight: normal;
	color : #0434B1;
}
li.text {
	line-height: 16px;
	font-weight : bold;
}
.navlink {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	color: #ffffff;
	padding-left : 3px;
	font-weight: normal;
	letter-spacing : -1px;
}
a:navlink:link {
	color: #ffffff;
	font-weight: normal;
}
a:navlink:visited {
	color: #ffffff;
	font-weight: normal;
}
a:navlink:hover {
	color: #000099;
	font-weight: normal;
}
.copyright {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-style : italic;
	color : #0434B1;
}

.table {
	width: 300px;
	border: 1px solid #E69500;
}

.cell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	padding: 4px;
	background : #B9CDFD;
}

a {
	text-decoration: none;
	font : bold;
	color : #0434B1;
}
a:link {
	color : #0434B1;
}