﻿.font {
	font-family: Arial, Verdana, "SF Sans Serif";
	font-size: 12px;
	font-weight: normal;
	color: #f8f6dc;
}
.fontbold {

	font-family: Arial, Verdana, "SF Sans Serif";
	font-size: 12px;
	font-weight: bold;
	color: #f8f6dc;
}

.fontwhite {
	font-family: Arial, Verdana, "SF Sans Serif";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.fontwhitebold {

	font-family: Arial, Verdana, "SF Sans Serif";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.fontheading {

	font-family: Arial, Verdana, "SF Sans Serif";
	font-size: 12px;
	font-weight: bold;
	color: #fff200;
}


.fontheading14 {

	font-family: Impact;
	font-size: 20px;
	font-weight: normal;
	color: #fff200;
}

.fontheadinglarge {

	font-family: Impact;
	font-size: 28px;
	font-weight: normal;
	color: #fff200;
}

.fontheadingorange {

	font-family: Impact;
	font-size: 18px;
	font-weight: normal;
	color: #f3b21c;
}

.input {
	background-color: #3e3e3e;
	border: 1px solid #a7a6aa;
	color: #f8f6dc;
}



a.special:link { color:#FFFFFF; text-decoration:none}
a.special:visited { color:#FFFFFF; text-decoration:none}
a.special:hover { color:#FFFFFF; text-decoration:none; cursor:hand}
a.special:active { color:#FFFFFF; text-decoration:none}