A:Link  {
	color: #A09848;
	text-decoration: none;
	font-weight : bold;
}
A:Visited  {
	color : #A09848;
	text-decoration: none;
	font-weight : bold;
}
A:Active  {
	color : #A09848;
	text-decoration: none;
	font-weight : bold;
}
A:Hover  {
	color : Red;
	text-decoration : underline;
	font-size : 12px;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color : White;
	margin-top : 0px;
	font-weight : normal;
	margin-left : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
}
H1  {
	color : #3333CC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 10px;
	text-align : center;
}
H2  {
	color : Black;
	font-family : cursive;
	font-weight : bold;
	font-size : 12px;
	text-align : left;
}
H3  {
	color : #3333CC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 12px;
	text-align : right;
}
table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align : center;
	color : #3333CC;
}
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
	font-weight: normal;
	font-size: 12px;
	color : #3333CC;
}
TH {
	background-color : Silver;
}
B {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #3333CC;
}