/*---------------------------------------------------------------------------------------------
	Body Layout
---------------------------------------------------------------------------------------------*/

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url("back.gif");
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #3b4da0;
}

/*---------------------------------------------------------------------------------------------
	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;
}

.fineprint {
	font-size: 10px;
}

hr {
	border: 0px;
	color: #1c225a;
	background-color: #1c225a;
	height: 1px;
}

.bigandpink {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
}

.title {
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
}

.subtitle,h1 {
	font-size: 14px;
	font-style: normal;
	color: #ffffff;
	font-weight: bold;
}

.subtitle2 {
	font-size: 16px;
	font-style: normal;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 8;
}

.subtitle3 {
	font-size: 24px;
	font-style: normal;
	color: #ffffff;
	font-weight: bold;
}

.copyright {
	font-size: 11px;
	color: #DD9E0F;
}

.preview {
	font-size: 9px;
	font-style: normal;
	color: #CCCC99;
	font-weight: normal;
}

.seeding {
	font-size: 2px;
	color: #ffffff;
}

input, select, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}

/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a:link, a:active, a:visited {
	color : #ffcc00;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color : #fff0b2;
	font-weight:bold;
	text-decoration:none;
}

a.topNav:link, a.topNav:active, a.topNav:visited {
	color : #000000;
	font-weight:bold;
	text-decoration:none;
}

a.topNav:hover {
	color : #0066cc;
	font-weight:bold;
	text-decoration:none;
}

a.topNavDownload:link, a.topNavDownload:active, a.topNavDownload:visited {
	color : #0066cc;
	font-weight:bold;
	text-decoration:underline;
}

a.topNavDownload:hover {
	color : #1e1e45;
	font-weight:bold;
	text-decoration:underline;
}

a.withUnderline:link, a.withUnderline:active, a.withUnderline:visited {
	text-decoration:underline;
}

a.withUnderline:hover {
	text-decoration:underline;
}

a.copyright:link,a.copyright:visited,a.copyright:active {
	color: #FFCC00;
	text-decoration: none;
}

a.copyright:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.preview_pop:link,a.preview_pop:visited,a.preview_pop:active {
	color: #FFCC00;
	font-size: 14px;
	font-weight:bold;
}

a.preview_pop:hover {
	color: #FFFFFF;
	font-size: 14px;
	font-weight:bold;
}

a.events:link,a.events:visited,a.events:active {
	color: #FFD998;
	font-size: 10px;
	font-weight:bold;
}

a.events:hover {
	color: #ffffff;
	font-size: 10px;
	font-weight:bold;
}
