.topbar a:link {
	color: #4682B4;
	font-weight: bold;
	text-decoration: none;
}

.topbar a:active {
	color: #4682B4;
	font-weight: bold;
	text-decoration: none;
}

.topbar a:visited {
	color: #4682B4;
	font-weight: bold;
	text-decoration: none;
}

.topbar a:hover {
	color: Silver;
	font-weight: bold;
	text-decoration: underline;
}

a:link,a:active {
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

a:visited{
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: Silver;
	font-weight: bold;
	text-decoration: underline;
	
}


	body {
	background-image: url(images/whiteback.jpg);
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	
}

.main {
	color: #353535;
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	line-height: 13px;
	text-align: justify;
}

.main a:link {
	color: Gray;
	font-weight: bold;
	text-decoration: none;
}
.main a:visited {
	color: Gray;
	font-weight: normal;
	text-decoration: none;
	
	}

.special {
	background-image: url(images/subback_01.jpg);
	background-repeat: no-repeat;
}

