body { 
	 background-color: #0E0E15;
	 font-family: Verdana;
	 font-size: 10px
}
/*---------------------------------------*/
div {
	font-family: Verdana;
	font: 10px;
	color: #FFFFFF;
}
/*---------------------------------------*/
td {
	font-family: Verdana;
	font: 10px;
	color: #FFFFFF;
}
/*---------------------------------------*/
p {
	font-family: Verdana;
	font: 10px;
	color: #FFFFFF;
}
/*---------------------------------------*/
a {
	color: #EC1170; 
	text-decoration: none;
}
a:hover {
	color: #FFFFFF; 
	text-decoration: none;
}
/*---------------------------------------*/
a.info {
	color: #F66F22;
	font-weight: bold;
}
a.info:hover {
	color: #F66F22;
	text-decoration: underline;
}
/*---------------------------------------*/
a.bot {
	color: #729ECD;
	text-decoration: none;
}
a.bot:hover {
	color: #729ECD;
	text-decoration: underline;
}
/*---------------------------------------*/
input {
	background-color: transparent;
	border-bottom: 1px dotted #405671;
	border-top: none;
	border-left: none;
	border-right: none;
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 11px;}
/*---------------------------------------*/
textarea {
	background-color: transparent;
	border-bottom: 1px dotted #405671;
	border-top: none;
	border-left: none;
	border-right: none;
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 11px;
}