body  {
	font-size: 70%;
	color: #000000;
	background-color: #ffffff;
	margin: 0px;
}

body, p, textarea, input, ul, li, td {
	font-family: verdana, helvetica, arial,sans-serif;
	font-size: 90%;
	color: #666666;
}

h1 {
	font-family: verdana, helvetica, arial,sans-serif;
	font-size: 95%;
	color: #333333;
}

h2 {
	font-family: verdana, helvetica, arial,sans-serif;
	font-size: 80%;
	color: #333333;
}

div.header {
	margin-bottom: 10px;
	font-family: "Arial, Helvetica, san-serif";
	font-size: small;
	color: "#333333";
	text-align: center
}

div.nav {
	border-bottom: thin solid #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#0067c0;
	text-align: center
}

div.body {
	color: "#666666";
	overflow: auto;
	margin:10px;
	text-align: justify
}

div.sub {
	margin:5px;
}

div.image {
	text-align: center;
	font-size:80%;
	width: 270px;
	margin:10px;
	float: right;
}

div.footer {
	border-top: thin solid #333333;
	padding-top: 5px;
	font-family: "Arial, Helvetica, san-serif";
	font-size: small;
	text-align: center
}

a.nav:link    {
	text-decoration:none; 
	color:#dddddd; 
	background-color:transparent; 
	font-family: sans-serif;
	font-size: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

a.nav:visited {
	text-decoration:none; 
	color:#dddddd; 
	background-color:transparent; 
	font-family: sans-serif;
	font-size: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

a.nav:hover   {
	text-decoration:underline; 
	color:#ffffff; 
	background-color:transparent; 
	font-family: sans-serif;
	font-size: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

a.nav:active  {
	text-decoration:underline; 
	color:#dddddd; 
	background-color:blacktransparent; 
	font-family: sans-serif;
	font-size: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}


