td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.footer {
	font-size: 11px;
	color: #333333;
}

.title {
	font-size: 14px;
	color: #0033ff;
	font-weight: bold;

}

.subtitle {
	font-size: 12px;
	color: #0033ff;
	font-weight: bold;

}

HR { height:1px; width:538; noshade; color:#0033ff; margin: 0px 0px 0px 0px}

UL {  
	list-style-image: url(bul.gif); 
	list-style-type: none}

a:link {
	color: #0033FF;
	text-decoration: none;
}
a:active {
	color: #0033FF;
	text-decoration: none;
}
a:visited {
	color: #6633CC;
	text-decoration: none;
}
a:hover {
	color: #0033FF;
	background-color: #99FFFF;
	text-decoration: none;
}



a.nav:link {
	
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:hover {
	color: #99FFFF;
	background-color: #0033FF;
	text-decoration: none;
}
.bolditalics {
	font-style: italic;
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
