body {
	font-family: Arial;
	background-color: #000602;
	color: #FFFFFF;
	font-size: 12px;
}
table {
	font-family: Arial;
	color: #ffffff;
	font-size: 12px;
}
.title {
	font-size: 14px;
	font-weight: bold;
}
.title2 {
	font-size: 13px;
	font-weight: bold;
	color: #84FFAC;
}
.small {
	font-size: 11px;
}
a:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
    color: #01f051; 
	text-decoration:none;
}
a:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
    color: #01f051; 
	text-decoration:none;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
    color: #01f051; 
	text-decoration:underline; 
}
a:active {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
    color: #01f051; 
	text-decoration:underline; 
}
a.a:link {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
    color: #006633;
	text-decoration:none;
}
a.a:visited {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
    color: #006633; 
	text-decoration:none;
}
a.a:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
    color: #006633; 
	text-decoration:underline; 
}
a.a:active {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
    color: #006633; 
	text-decoration:underline; 
}
.brd {
	border: 1px solid #FFFFFF;
}
.line {
	border-bottom: 1px solid #FFFFFF;
}
input {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #239A36;
	border: 1px solid #606C18;
}
select {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #239A36;
	border: 1px solid #606C18;
}
textarea {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #239A36;
	border: 1px solid #606C18;
}
.input {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #239A36;
	border: 1px solid #606C18;
	font-weight: bold;
	cursor: pointer;
}
