/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	font-size: small;
}	
.smalltext {font-size: small}
a:link {
	color: #0000CC;
}
a:visited {
	color: #0000CC;
}
.footer {
	font-size: xx-small;
	color: #333;
}
.blue {color: #0000CC}
.justifyright {
	text-align: right;
}
.headings {
	font-size: medium;
	font-weight: bold;
	text-align: left;
}
.xsmalltext {
	font-size: x-small;
}
.underline {
	text-decoration: underline;
}

