body, p, table, td, th, li {
	font-size : 10px;
	font-family : Tahoma;
}

h1 {
	font-size : 150%;
	font-weight : bold;
	color : #000000;
	text-align : center;
}

h2 {
	font-size : 135%;
	font-weight : bold;
	color : #000000;
	text-align : left;
	margin-left : 5%;
}

p {
	margin : 0% 10% 10px 10%;
}

th {
	font-size : 120%;
	border-bottom : 1px #000000 solid;
	text-align : left;
}

th a:link, th a:active, th a:visited {
	color : #000000;
	font-weight : bold;
	text-decoration : none;
}

th a:hover {
	color : #990000;
	font-weight : bold;
	text-decoration : none;
}

a:link, a:visited, a:active {
	font-weight : bold;
	color : navy;
	text-decoration : none;
}

a:hover {
	font-weight : bold;
	color : navy;
	text-decoration : underline;
}

@media print {
	body, p, table, td, th, li {
		font-size : 10pt;
	}

	body, p, table, td, th, li {
		margin : 0in 0.5in 0in 0.5in;
		height : auto;
		background-color : #FFFFFF;
		font-family : Tahoma;
		color : #000000;
	}
}
	
