body {
	background-color: #000000;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 12px;
	color: #E0E0E0;
	margin-top: 10px;
	margin-bottom: 0px;	
	line-height:1.5;
	}
	
	
.blocky
{
display: block;
background: #111111;
padding: 5px;
width: 620 px;
height:*;
text-align: left;
font-family: verdana;
font-size: 10px;
color: #999999;
}	
	
	/* justified works with div  */
.para {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 9px;
	color: #646464;
	text-align:justify;
}	


	/* justified works with div  */
.paraBig {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 11px;
	color: #646464;
	text-align:justify;
}

.site {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 11px;
	color: #646464;
	text-align:center;
	
}	



.titles {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 11px;
	color: #646464;
	
}


.bigText {

	font-family: Arial, Helvetica;
	font-size: 16px;
	/*   font-style: bold;     */
	color: #444444;
	
	}


/*
a:active {
color: #DEDEDE;
text-decoration: none;
}

a:link {
	color: #DEDEDE;
	text-decoration: none;
}
a:visited {
	color: #DEDEDE;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
    font-style: bold;
	}
*/	
	
.menuSub {
font-size: 12px;
color: #979797;
}	
	
	
a.menuSub:active {
color: #979797;
text-decoration: none;
}

a.menuSub:link {
	color: #979797;
	text-decoration: none;
}
a.menuSub:visited {
	color: #979797;
	text-decoration: none;
}

a.menuSub:hover {
	color: #ffffff;
	text-decoration: underline;
    font-style: bold;
	}	
	
	
	

.darkText {
	background-color: #666666;
	font-family: Arial, Helvetica;
	font-size: 15px;
	font-style: bold;
	color: #000000;
	
	}
	

	
.actionText {

	font-family: Arial, Helvetica;
	font-size: 11px;
	font-style: bold;
	color: #DEDEDE;
	
	}
	
.actionTextDark {

	font-family: Arial, Helvetica;
	font-size: 11px;
	font-style: bold;
	color: #000000;
	
	}
	
.quietText {

	font-family: Arial, Helvetica;
	font-size: 11px;

	color: #666666;
	
	}
