
A  {
	color : brown;
	text-decoration : none;
	font-weight : bold;
}

A:Visited  {
	color : brown;
	text-decoration : none;
	font-weight : bold;
}

A:Active  {
	color : brown;
	text-decoration : none;
	font-weight : bold;
}

A:Hover  {
	color : #00008B;
	text-decoration : none;
	font-weight : bold;
}

TD  {
	font-family : Helvetica,Arial;
	font-size : 18px;
	font-weight : bold;
}

TD.smalltext  {
	font-family : Helvetica,Arial;
	font-size : 16px;
	background-color: #C95D0B;
	font-weight : normal;
}

TD.bigtext  {
	font-family : Helvetica,Arial;
	font-size : 24px;
	font-weight : bold;
}

TD.button  {
	font-family : Helvetica,Arial;
	font-size : 24px;
	font-weight : bold;
}

.pagetitle {
	font-family : Helvetica,Arial;
	font-size : 50px;
}

.pagesubtitle {
	font-family : Helvetica,Arial;
	font-size : 40px;
}

