body { 
	 background-color: #FFFFFF;
	 font-family: Verdana;
	 font-size: 10px
}
/*---------------------------------------*/
div {
	font-family: Verdana;
	font: 10px;
	color: #000000;
}
/*---------------------------------------*/
td {
	font-family: Verdana;
	font: 10px;
	color: #000000;
}
/*---------------------------------------*/
p {
	font-family: Verdana;
	font: 10px;
	color: #000000;
}
/*---------------------------------------*/
a {
	color: #984E03; 
	text-decoration: none;
}
a:hover {
	color: #CC3300; 
	text-decoration: none;
}
/*---------------------------------------*/
a.2 {
	color: #D8FF00;
	font-weight: bold;
}
a.2:hover {
	color: #D8FF00;
	text-decoration: underline;
}
/*---------------------------------------*/
a.3 {
	color: #D2001E;
	font-weight: none;
}
a.3:hover {
	color: #D2001E;
	text-decoration: underline;
}
/*---------------------------------------*/
a.info {
	color: ##453E3E;
	font-weight: bold;
}
a.info:hover {
	color: #C44705;
	text-decoration: underline;
}
/*---------------------------------------*/
a.bot {
	color: #909090;
	text-decoration: none;
}
a.bot:hover {
	color: #909090;
	text-decoration: underline;
}
/*---------------------------------------*/
input {
	background-color: #FFFFFF;
	border-bottom: 1px continuous #2A2A2A;
	border-top: 1px continuous #606060;
	border-left: 1px continuous #606060;
	border-right: 1px continuous #606060;
	font-family: Verdana;
	color: #000000;
	font-size: 10px;}
/*---------------------------------------*/
textarea {
	background-color: #FFFFFF;
	border-bottom: 1px continuous #606060;
	border-top: 1px continuous #606060;
	border-left: 1px continuous #606060;
	border-right: 1px continuous #606060;
	font-family: Verdana;
	color: #000000;
	font-size: 10px;
}