body
{
	margin:0;
	padding:0px 0px 0px 0px;
	font-family:verdana;
	//background-color:rgb(0,0,102);
	//background-color:rgb(230,230,230);
	background-color:rgb(255,255,255);
}	

p,td{
	font-family:verdana;
	color:rgb(0,0,0);
	font-size:9pt;
}

h1{font-family: Verdana, Arial, sans-serif; font-size:16pt; padding-bottom:0px; margin-bottom:5px;}
h2{font-family: Verdana, Arial, sans-serif; font-size:14pt;}
h3{font-family: Verdana, Arial, sans-serif; font-size:12pt;}
h4{font-family: Verdana, Arial, sans-serif; font-size:11pt;}

.white{background-color:rgb(230,230,230);}

.container{
	border-style:solid; border-color:rgb(0,0,102); border-width:4;
	margin-top:20px;
	width:980;
	//background-color:rgb(230,230,230);
	background-color:rgb(255,255,255);
}

.navigation{
	border-style:solid; border-color:rgb(0,0,102); border-width:0; border-bottom-width:4;
	vertical-align: top;	
}

.pad{
	padding:4;
}

.title{
	font-size:16pt;
	font-weight:bold;
	font-family: Verdana, Arial, sans-serif;
}

.smalltitle{
	font-size:12pt;
	font-weight:bold;
	font-family: Verdana, Arial, sans-serif;
}

.footer{
	font-size:8pt;
	background-color:rgb(0,0,102);
	color:rgb(255,255,255);
	padding:4;
}

a.nav:link
{
	font-size:11pt;
	text-decoration:none;
}

a.nav:visited
{
	color:rgb(0,0,102);
	font-size:11pt;
	text-decoration:none;
}

a.nav:active
{
	font-size:11pt;
	text-decoration:none;
}

a.nav:hover
{
	text-decoration: underline;
	font-size:11pt;
}

a:link
{
	text-decoration:none;
}

a:visited
{
	color:rgb(0,0,102);
	text-decoration:none;
}

a:active
{
	text-decoration:none;
}

a:hover
{
	background-color:rgb(255,255,0);
	text-decoration: underline;
	font-style:italic;
	font-weight:bold;
}