/*
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.header1, h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color:#003366;
}

.header2, h2 {
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color:#003366;
}

.header3, h3 {
	font-size: 12px;
	font-weight: normal
	color:#003366;
}

p, td { 
	font-size: 12px;
} 

a {
	font-weight: bold;
	text-decoration: underline;
	color: #003366;
	cursor: hand;
}
a:hover {
	color: #003366;
	text-decoration: none;
}

li {
	margin: 10px 0 10px 0;
	font-size: 12px;
}

hr {
	height:1px; 
	color: #003366;
	border: 0;
	border-bottom: 1px dotted #003366;
	width:95%;
	margin:0 10px 0 0px;
	}

