//default.css
body {
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 11px;
	color: white;
	background-image: url(../images/f3.gif);
}

td {
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 11px;
	color: black;
}
.whiteBigLink {
	font-size : 18px;
	font-weight: bold;
	color: white;
	text-decoration: underline;
}
.whiteBigLink:hover {
	text-decoration: none;
}

.blackBigLink {
	font-size : 14px;
	font-weight: bold;
	color: 555;
	text-decoration: underline;
}

.blackBigLink {
	text-decoration: none;
}

.location {
	font-size : 14px;
	font-weight: bold;	
	color: #a5a5a5;
}

a {
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 11px;
	color: white;
}
a:hover {
	text-decoration: none;
}

.white {
	color: white;	
}

.green {
	color: green;	
}

#blacktxt {
	color:black;
}