a:link { text-decoration: none; color: #FF6600; }
a:active  { text-decoration: none; color: #3399CC; }
a:visited { text-decoration: none; color: #FF6600; }

body { 
	font-family: arial, helvetica, sans-serif;
	font-size: 12px; 
	color: #000000;
	background-color: #FFFFFF;
	margin-right: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

td,p { 
	font-family: arial, helvetica, sans-serif;
	font-size: 12px; 
	color: #000000;
}

.rightalign {
	text-align: right;
	vertical-align: top;
	width: 14ex;
}

.justify {
	text-align: justify;
	vertical-align: top;
	width: 540px;
}

.body {
	text-align: left;
	vertical-align: top;
	width: 540px;
}

.small {
	font-size: smaller;
}

.smallbold {
	font-size: smaller;
	font-weight: bold;
}

.bluetext {
	color: #3399CC;
	background-color: #FFFFFF;
}	
