BODY, TD, P {
	font-size : 11px;
	font-family : Verdana;
	color : #545454;
}


.header {
	font-size : 16px;
	font-family : Verdana;
	font-weight:bold;
	color : #FFFFFF;
}

.rightBullet {
	font-size : 9px;
	font-family : Arial;
	margin-left: 20px;
	list-style-type: square;
	color: #333333;
}

ul {list-style-type : square;}


A, A:Visited {
	font-size : 11px;
	font-family : Verdana;
	text-decoration : underline;
	color : #025D9D;
}

A:Hover, A:Active {
	font-size : 11px;
	font-family : Verdana;
	text-decoration : none;
	color : #025D9D;
}


