body {
	margin-top: 0px;
	margin-right:0px;
	margin-bottom: 0px;
	margin-left:0px;
	background-color: #3a3a3a;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.whitetext{
	color: #ffffff;
	text-decoration: none;
}

.smallblack{
	color: #000000;
	font-size: 9px;
	text-decoration: none;
}

.smallwhite{
	color: #ffffff;
	font-size: 9px;
	line-height: 11px;
	text-decoration: none;
}

.smallwhiteb{
	color: #ffffff;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 14px;
	text-decoration : none;
}

a{
	/* basic a href tag */
	color : #ffffff;
	text-decoration: none;
}
a:visited {
	/* basic a href tag visited */
	color : #ffffff;
	text-decoration: none;
}
a:hover{ /* basic a href tag hover */
	color : #cc0000;
	text-decoration: none;
}

/* Navigation Links */
.nav {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold;
	text-decoration : none; 
	color: #cccccc;
}

.nav:visited { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold;
	text-decoration: none; 
	color: #cccccc;
}

.nav:hover { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold;
	text-decoration: none; 
	color: #ffffff; 
}

.navf {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	text-decoration : none; 
	color: #ffffff;
}

.navf:visited { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	text-decoration: none; 
	color: #ffffff;
}

.navf:hover { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	text-decoration: none; 
	color: #cccccc; 
}
