/* CSS Document */

.top-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999966;
	text-decoration: none;
	font-weight: bold;
}

.top-nav a:link {
	color : #999966;
	font-weight: bold;
	text-decoration:none;
	}
.top-nav a:active {
	color : #999966;
	font-weight: bold;
	text-decoration:none;
	}
.top-nav a:hover {
	color :#999966;
	font-weight: bold;
	text-decoration:none;
}
.top-nav a:visited {
	color :#999966;
	font-weight: bold;
	text-decoration:none;
}

.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999966;
	margin-left: 20px;
	margin-top: 5px;
	
}
.p a {
	color: #999966;
	font-weight: bold;
	text-decoration: none;

}
.p a:hover {
	color: #999966;
	font-weight: bold;
	text-decoration: none;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	color: #999966;
	margin-left: 20;
	margin-top: 10px;
	text-decoration: none;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.link a {
	color : #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	}
.link a:hover {
	color : #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}
