.main {	
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	background-color:black;
	border-color: #777777;

}
.main_notop {	
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	background-color:black;
	border-color: #777777;

}

.text {
	font-family: Arial;
	font-size: 14px;
	font-weight: bolder;
	color: #DEE0DE;
}

.textheading {
	font-style: italic;
	font-family: Arial;
	font-size: 11px;
	font-weight: bolder;
	color: #DEE0DE;
}

.textheadingH {
	font-family: Arial;
	font-size: 11px;
	font-weight: bolder;
	color: #969696;
}

.textsmallH {
	font-family: Arial;
	font-size: 11px;
	font-weight: bolder;
	color: #E0E0E0;
}

.textsmallD {
	font-family: Arial;
	font-size: 10px;
	font-weight: bolder;
	color: #A7A7A7;
}
.textsmaller {
	font-family: Arial;
	font-size: 11px;
	font-weight: bolder;
	color: #E0E0E0;
}
a {
	text-decoration: none;
	color: #777777;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: orange;
}
a:active {
	color: #777777;
	text-decoration: underline;

