body,html { 
	background-color: #000000;
	margin:0;
	padding:0;
	height:100%;
}

//table.pic {
//	background: url("../images/root_index.jpg");
//	background-repeat: no-repeat; 
//}


p, div, td, span {
	color: #EFF0EA;
	font-family: helvetica;
	font-size: 12px;
	line-height: 140%;
	word-spacing: 2px;
}

.head {
	font-size: 18px;
	font-weight: bold;
}

.subhead {
	//color: #ffffff;
	color: #EFF0EA;
	font-size: 14px;
	font-weight: bold;
}

.subtext {
	color: #9A9C83;
	font-size: 10px;
}

a.small {
	color: #EFF0EA;
	font-size: 11px;
}

a.smaller {
	color: #EFF0EA;
	font-size: 10px;
}

a:link {
	//color: #FFFFFF;
	color: #EFF0EA;
	text-decoration: none; 
}

a:visited {
	//color: #FFFFFF;
	color: #EFF0EA;
	text-decoration: none; 
}

a:hover {
	//color: #FFFFFF;
	color: #BBBBBB;
}

a:active {
	//color: #FFFFFF;
	color: #EFF0EA;

}


