<!--
body {
	background-color:#68889F;
	color:#000000;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td {
	font-size: 11px;
}

.header { 
	font-weight: bold; 
	color: #FFFFFF;
}

.navblue { 
	font-weight: bold; 
	color: #04385F; 
	text-decoration: none; 
}

.navblue:hover { 
	font-weight: bold; 
	color: #68889F; 
	text-decoration: none; 
}

.email { 
	font-weight: bold; 
	color: #04385F; 
	text-decoration: none; 
}

.email:hover { 
	font-weight: bold; 
	color: #68889F; 
	text-decoration: none; 
}

.blueheader14 { 
	font-size: 14px; 
	color: #04385F; 
	font-weight: bold; 
}

.blueheader11 { 
	font-weight: bold; 
	color: #003366; 
}

.blueheader12 { 
	font-size: 12px; 
	font-weight: bold; 
	color: #04385F; 
}

.text11 { 
	font-weight: normal; 
	color: #000000; 
	text-align: justify; 
}

.center {
	text-align: center;
}

.dotline {
	background: url(images/dotline.gif);
}

.fullheight {
	height: 100%;
}

.menu {
padding: 3px 3px 3px 3px;
}

.content {
padding: 5px;
}

.rowgrey { 
background-color: #f4f4f4; 
}
-->