@charset "UTF-8";
/* CSS Document */
body {
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	width: 350px;
	margin: 0px;
	padding: 0px;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

li {
	list-style-image:none;
	padding: 0px;
	margin:0px;
}

/*##### SECONDARY NAVIGATION STYLE #####*/
#navSub {
	background-image: url(/images/miniNav.png);
	background-position: left;
	background-repeat: no-repeat;
	width: 350px;
	height: 20px;
	font-size: 0.8em;
	margin-top: 5px;
	padding-top: 10px;
}
	
/*##### LINK STYLE #####*/
a:link {
	color:#33ff33;
	text-decoration: none;
}

a:hover {
	color: #99ffcc;
	text-decoration: underline;
}

a:active {
	color: #99ffcc;
	text-decoration: underline;
}

a:visited {
	color: #66FF66;
	text-decoration: none;


/*##### TEXT CLASSES #####*/
.textWhite {
	color:#FFF;
}

.textGreen {
	color: #7E9F7E;
}

.atextGreen {
	color: #ffdc00;
	text-decoration: underline;
}

.largeText {
	font-size: 1.3em;
	color: #7E9F7E;
}
