@font-face 
{
	font-family: 'TravelingTypewriter';
	src: url('include/font/TravelingTypewriter.ttf');
}

html
{
	margin: 0;
	padding:0;
	height:100%;
}

body
{
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #222;
	font-size: 16px;
	background-color: #777; 
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family: "Helvetica";
}

ul
{
	padding-left: 10px;
	margin-left: 25px;
	margin-top: 7px;
}

a
{
	color: #870b10;
	text-decoration: none;
}

a:hover
{
	color: #870b10;
	text-decoration: underline;
}

a.redlink, a.redlink:visited
{
	color: #ff6600;
	text-decoration: none;
}

a.redlink:hover
{
	color: #ff6600;
	text-decoration: underline;
}

input
{
	background-color: #efefef;
	border: 1px solid #CBCBCB;
	padding: 2px;
	font-size: 16px;
}

input:hover
{
	background-color: #fff;
}

textarea
{
	background-color: #efefef;
	border: 1px solid #CBCBCB;
	font-size: 16px;
}

textarea:hover
{
	background-color: #fff;
}

select
{
	background-color: #efefef;
	border: 1px solid #CBCBCB;
	font-size: 16px;
}

form
{
	margin: 0px;
	padding: 0px;
}

fieldset
{
	padding: 8px;
	border: 1px solid #cacaca;
}

legend
{
	color: #870b10;
	font-weight: bold;
}

td
{
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	padding: 6px;
}

th
{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 6px;
	background-color: #062130;
	color: #fff;
}

table
{
	font-size: 16px;
}
