.normal {
    font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
	list-style-type: none;
	color: #FFFFFF;
}

.normalgreen {
    font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
	list-style-type: none;
	color: #65BF6B;
}

.normalbold {
    font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
	list-style-type: bold;
	color: #FFFFFF;
}

.largebold {
    font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 14px;
	list-style-type: bold;
	color: #FFFFFF;
}

.small {
    font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 10px;
	list-style-type: none;
	color: #FFFFFF;
}

.error {
    font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
	list-style-type: none;
	color: #FF0000;
}

a:link {
	color: #65BF6B;
}

a:visited  {
	color: #65BF6B;
}

a:hover {
	color: #65BF6B;
}

.Button
{
	background-color: #3366CC;
	color: #ffffff;
    font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	border-color: #80BB99 #224433 #224433 #80BB99;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	padding-left: 2px;
	padding-right: 2px;
	cursor: hand;
}