body { 
	background:#fff;
	margin-left:0px; 
	margin-right:0px; 
	padding:0px; 
}

.nav { 
	font-family:Arial, Helvetica, Verdana, sans-serif; 
	color:#000; 
	font-size:small; 
	font-weight:bold; 
	line-height:120%; 
	text-align:right
}

hr {
	width:200px;
	height:1px;
	color:#6699cc;
}
	

a:link {
	color: #6699cc;
	text-decoration: none;
}
a:visited {
	color: #669966;
	text-decoration: none;
}
a:active {
	color: #0059A5;
}
a:hover {
	color: #2A5FAA;
	font-weight:bold;
	text-decoration: underline;
}

.main { 
	font-family: Arial, Helvetica, sans-serif; 
	color:#000; 
	font-size:small; 
	font-weight:normal; 
	line-height:140%;
}

h1 { 
	font-family: Arial, Helvetica, sans-serif; 
	color:#2A5FAA; 
	font-size:small; 
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	background:#fff; 
	line-height:140%;
}

.footer { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:x-small; 
	font-style: normal; 
	font-weight: normal; 
	color:#6699cc; 
	line-height:140%;
}

.footer a:link { 
	color: #6699cc; 
	text-decoration: none;
}
.footer a:visited { 
	color: #6699cc;
}
.footer a:active { 
	color:#0059A5;
}
.footer a:hover { 
	color: #0059A5;
	font-weight:normal;
	text-decoration: underline;
}

ul {
	list-style-type:none;
	padding-left:20px;
	margin-left:0;
}