BODY, TABLE, TR, TD{
	font-family : Arial;
	font-size : 14px;
	color : white;
}
.header{
	font-family : Arial;
	font-size : 16px;
	color : white;
	font-weight : bold;
}
.medium{
	font-family : Arial;
	font-size : 12px;
	color : white;
}
.small{
	font-family : Arial;
	font-size : 10px;
	color : black;
	font-weight : bold;
}
A:ACTIVE{
	font : Arial, Helvetica, sans-serif;
	color : #336699;
	text-decoration:none;
}

A:LINK{
	font : Arial, Helvetica, sans-serif;
	color : #336699;
	text-decoration:none;
}

A:VISITED{
	font : Arial, Helvetica, sans-serif;
	color : #336699;
	text-decoration:none;
}

A:HOVER{
	font : Arial, Helvetica, sans-serif;
	color : #336699;
	text-decoration:underline;
}
