BODY {
	background : #FFFFFF;
	color : #333333;
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	margin-top : 2;
	margin-left : 2;
}

a:active { 
;
	color: #FF0000;

}
a:link {
	color: #FF0000;
}
a:visited {
	color:#FF0000;
}
a:hover {
	color:#0033CC;
	text-decoration:underline;
}

.huge {
	font-size: 16pt;
	color: #0033CC;
	font-weight: bold;

}

.big {
	font-size: 12pt;
	color: #CC3333;
	font-weight: bold;

}
.large {
	font-size: 12pt;
}
.small {
	font-size: 8pt;
}
.tiny {
	font-size:7pt;
}

UL {
	list-style-image : url('/images/bullet.gif');
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif

}
.highlight {
	font-weight: bold;
	color: #FF0000;
}
