/* CSS Document */
td {
	font-family: arial;
	font-size: 11px;
	color: #3B3B3B;
	text-decoration: none;
	border: none;
	background-repeat: no-repeat;
	vertical-align: top;
}
img {
	text-decoration: none;
	border: none;
}
.bold {
	font-family: arial;
	font-size: 12px;
	color: #1E6AF8;
	text-decoration: underline;
	border: none;
	font-weight: bold;	
}
.bold1 {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border: none;
	font-weight: bold;
}
.a {
	font-family: arial;
	font-size: 11px;
	color: #483D8B;
	text-decoration: none;
	border: none;
	font-weight: bold;
}
	a:link {
		color: #483D8B;
		text-decoration: underline;
		border: none; 
	}
	
	a:visited {
		color: #483D8B;
		text-decoration: none;
		border: none; 
	}
	
	a:hover {
		color: #008B8B;
		text-decoration: underline; 
	}
	
	a:active {
		color: #b0bcc0;
		text-decoration: underline; 
	}
	/* footer links */

#footer a {
color: #DDDDDD;
font-weight: normal;
font-size: 10px;
text-decoration: underline;
}

#footer a:active, #footer a:hover {
color: #CCCCCC;
text-decoration: none; 
}
#midlinks a {
color: #FFFFFF;
font-weight: normal;
font-size: 11px;
text-decoration: underline;
}

#midlinks a:active, #midlinks a:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
#news a {
color: #CCCCCC;
font-weight: bold;
font-size: 10px;
text-decoration: underline;
}

#news a:active, #news a:hover {
color: #FFFFFF;
text-decoration: none; 
}

</style>
