body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	background:#002639;

}

table.container{
	background:#003366;
	border:0px;
	width:85%;

}

td.heading{
	background:#325492;
		border:0px;
		font-size:18pt;
		color:#faf1d8;
		padding:0px;
		text-align:center;
}

span.superheading{
	font-size:22pt;
}

span.subheading{
	font-size:14pt;
	}

td.nav{
	background:#ffffee;
	border:0px;
	padding:5px;
}

#navlist li
{
margin-left:0px;
margin-right:25px;
padding:0px;
float:left;
}

#navlist li a
{
margin:0px;
padding:1px;
color:#000000;
text-align:left;
text-decoration:none;
font-weight:bold;
}

#navlist li a:hover{
text-decoration:underline;
color:#002639;
}

td.body{
	background:#ffffee;
		border:0px;
		padding:10px;
		width:500;
}

td.footer{
	background:#d4d5c7;
		border:0px;
		font-size:10pt;
		padding:10px;
}

div.bodycontent{
	font-size:11pt;
	color:black;
}

div.pagetitle{
	font-size:18pt;
  border-bottom:1px dashed #282320;
	width:100%;
}

span.pagetitle{
	font-size:14pt;
	width:100%;
}
div.newtitle{
	font-size:18pt;
	width:100%;
}

a.bodyheading{
	font-size:12pt;
	font-weight:bold;
	color:blue;
}

a.bodyheading:hover{
	text-decoration:none;
}

a.body1{
	font-size:12pt;
	font-weight:normal;
	color:blue;
}

a.footer{
	font-size:10pt;
	font-weight:normal;
	color:blue;
}

a.body1:hover{
	text-decoration:none;
}

span.smallcontent{
	font-size:10pt;
}

.def{
	border-style:solid;
	border-color:black;
	border-width:1px;
	margin:5px;
 }
 
 #def img{
 	margin:20px;
 }