body {
	background-color: black;	
	color: #dddddd;
	font-family: Arial, helvetica, san-serif;
	font-size: 12px;
}

a:link {
	color: #888888;
	font-family: Arial, helvetica, san-serif;
	font-size: 14px;
		text-decoration: none;
}

a:visited {
	color: #888888;
	font-family: Arial, helvetica, san-serif;
	font-size: 14px;
		text-decoration: none;
}

a:hover {
	color: #ffffff;
	font-family: Arial, helvetica, san-serif;
	font-size: 14px;
	text-decoration: underline;
}

a:active {
	font-family: Arial, helvetica, san-serif;
	font-size: 14px;
	color: #ffffff;
		text-decoration: underline;
}

a.titles:link {
	color: #ffff33;
	font-family: Arial, helvetica, san-serif;
	font-size: 14px;
}

a.titles:visited {
	color: #ffff33;
	font-family: Arial, helvetica, san-serif;
	font-size: 14px;
}

a.titles:hover {
	color: #666666;
	font-family: Arial, helvetica, san-serif;
	font-size: 14px;
	text-decoration: underline;
}

a.titles:active {
	font-family: Arial, helvetica, san-serif;
	font-size: 14px;
	color: #666666;
}



a.info:link {
	color: #666666;
	font-family: Arial, helvetica, san-serif;
	font-size: 13px;
}

a.info:visited {
	color: #666666;
	font-family: Arial, helvetica, san-serif;
	font-size: 13px;
}

a.info:hover {
	color: #000000;
	font-family: Arial, helvetica, san-serif;
	font-size: 13px;
	text-decoration: underline;
}

a.info:active {
	font-family: Arial, helvetica, san-serif;
	font-size: 13px;
	color: #000000;
}


a.small:link {
	color: #999999;
	font-family: Arial, helvetica, san-serif;
	font-size: 11px;
}

a.small:visited {
	color: #999999;
	font-family: Arial, helvetica, san-serif;
	font-size: 11px;
}

a.small:hover {
	color: #ffffff;
	font-family: Arial, helvetica, san-serif;
	font-size: 11px;
	text-decoration: underline;
}

a.small:active {
	font-family: Arial, helvetica, san-serif;
	font-size: 11px;
	color: #ffffff;
}

.lightheader { 
	color: #999999;
	font-family: Arial, helvetica, san-serif;
	font-size: 16px;
}

.whiteheader { 
	color: #eeeeee;
	font-family: Arial, helvetica, san-serif;
	font-size: 16px;
}

.darkheader { 
	color: #000000;
	font-family: Arial, helvetica, san-serif;
	font-size: 14px;
	font-weight: bold;
}

.bigblackheader { 
	color: #000000;
	font-family: Arial, helvetica, san-serif;
	font-size: 18px;
}

.mediaheader { 
	color: #ff0000;
	font-family: Arial, helvetica, san-serif;
	font-size: 16px;
}

.whitetext { 
	color: #eeeeee;
	font-family: Arial, helvetica, san-serif;
	font-size: 12px;
}

.mediumtext { 
	color: #000000;
	font-family: Verdana, Arial, helvetica, san-serif;
	font-size: 12px;
}

.boldtext { 
	color: #900;
	font-family: Arial, helvetica, san-serif;
	font-style: oblique;
	font-size: 16px;
}

.boldblackmedium { 
	color: #000000;
	font-family: Arial, helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
}

.mediumgreytext { 
	color: #eeeeee;
	font-family: Verdana, Arial, helvetica, san-serif;
	font-size: 12px;
}

.italictext { 
	color: #333333;
	font-family: Arial, helvetica, san-serif;
	font-size: 12px;
	font-style: italic;
}

.whiteitalictext { 
	color: #eeeeee;
	font-family: Arial, helvetica, san-serif;
	font-size: 13px;
	font-style: italic;
}
.smalltext { 
	color: #ffffff;
	font-family: Verdana, Arial, helvetica, san-serif;
	font-size: 10px;
}


