/*---------------------------------------------------------------------------------------------
	Body Layout
---------------------------------------------------------------------------------------------*/

body {
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 7px;
	margin-bottom: 7px;
	background-image: url("/images/back.jpg");
	background-color: #d66420;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body,td,th,p,.text{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.bold {
	font-weight: bold;
}

.bonusCalc {
	color: #1e1e45;
	font-weight: bold;
}

.topNav {
	color: #a0a1a0;
	font-weight: bold;
}

.copyright {
	color: #000000;
	font-size: 10px;
}

.fineprint {
	font-size: 10px;
}

hr {
	border: 0px;
	color: #96806f;
	background-color: #96806f;
	height: 1px;
}

.header,h1 {
	font-size: 14px;
	color: #c4ada3;
	font-weight: bold;
}

/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a:link, a:active, a:visited {
	color : #ffcc00;
	font-weight:bold;
}

a:hover {
	color : #fff0b2;
	font-weight:bold;
}

a.copyright:link, a.copyright:active, a.copyright:visited {
	color : #942f01;
	font-weight:bold;
}

a.copyright:hover {
	color : #c27755;
	font-weight:bold;
}

