a:link { font-weight:bold; color:#E99800; text-decoration:underline; }
a:visited { font-weight:bold; color:#E99800; text-decoration:underline; }
a:active { font-weight:bold; color:#E99800; text-decoration:underline; }
a:focus { font-weight:bold; color:#E99800; text-decoration:underline; }
a:hover { font-weight:bold; color:#FAA911; text-decoration:underline; }
body{
	background           : #FFFFFF;
	font-family          : Verdana;
	font-size            : 11px;
}
td{
	font-size            : 11px;
	font-family          : Verdana;
}

.orange {
	font-size            : 11px;
	font-family          : Verdana;
	color				 : #E99800;
}
.orangebold {
	font-size            : 11px;
	font-family          : Verdana;
	color				 : #E99800;
	font-weight			 : bold;
}
.red {
	font-size            : 11px;
	font-family          : Verdana;
	color				 : #CC0000;
}
.green {
	font-size            : 11px;
	font-family          : Verdana;
	color				 : #219629;
}

input.styledButton{
	color:#000000;
	font-family:'Verdana';
	font-size:100%;
	font-weight:bold;
	background-color:#FEF4C6;
	border:3px solid;
	border-top-color:#E99800;
	border-left-color:#E99800;
	border-right-color:#B66500;
	border-bottom-color:#B66500;
}

input.styledButtonHover{
	border-top-color:#c00;
	border-left-color:#c00;
	border-right-color:#a00;
	border-bottom-color:#a00;
}
