/* CSS Document */

A:link {color:#808080; text-decoration:none; font-weight:bold;}
A:visited {color:#808080; text-decoration:none; font-weight:bold;}
A:hover {color: #000000; text-decoration: underline; font-weight: bold;}
body,td,th {
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	font-size:12px;
}

body {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
H1 {font-size:18px;
}
H2 {font-size:16px;
}