/* Text Styles */
.text {
	font-family : Arial, Helvetica, sans-serif;
	color : #494F6A;
	font-style : normal;
	font-size : 13px;
	line-height : 18px;
}

p {
	font-family : Arial, Helvetica, sans-serif;
	color : #494F6A;
	font-style : normal;
	font-size : 13px;
	line-height : 18px;
}

td {
	font-family : Arial, Helvetica, sans-serif;
	color : #494F6A;
	font-style : normal;
	font-size : 13px;
	line-height : 18px;
}

li {
	font-family : Arial, Helvetica, sans-serif;
	color : #494F6A;
	font-style : normal;
	font-size : 13px;
	line-height : 18px;
}

.whitetext {
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-style : normal;
	font-size : 11px;
	line-height : 18px;
}

/* Header Styles */
.header {
	font-family : Arial, Helvetica, sans-serif;
	color : #FDA00C;
	font-style : normal;
	font-size : 20px;
	line-height : 20px;
}

.subhead {
	font-family : Arial, Helvetica, sans-serif;
	color : #FDA00C;
	font-style : normal;
	font-size : 16px;
	font-weight : bold;
	line-height : 17px;
}


/* Color Styles */
.white {
	background-color: #ffffff;
}

.mainbg {
	background-color: #5A607A;
}

.navbutton {
	background-color: #F2F2F2;
}

.yellow {
	background-color: #FBA208;
}


/* Link Styles */
A:link {
	font-family : Arial, Helvetica, sans-serif;
	color: #D32800;
	font-style : normal;
	text-decoration: none;
	font-size : 13px;
}

A:visited {
	font-family : Arial, Helvetica, sans-serif;
	color: #D32800;
	font-style : normal;
  	text-decoration: none;
	font-size : 13px;
}

A:active {
	font-family : Arial, Helvetica, sans-serif;
	color: #D32800;
	text-decoration: none;	
	font-size : 13px; 
}

A:hover {
	font-family : Arial, Helvetica, sans-serif;
	color: #FDB429;
	text-decoration: none;
	font-size : 13px;
}

A.nav:link {
	font-family : Arial, Helvetica, sans-serif;
	color: #FDB429;
	font-style : normal;
	text-decoration: none;
	font-size : 20px;
}

A.nav:visited {
	font-family : Arial, Helvetica, sans-serif;
	color: #FDB429;
	font-style : normal;
  	text-decoration: none;
	font-size : 20px;
}

A.nav:active {
	font-family : Arial, Helvetica, sans-serif;
	color: #FDB429;
	text-decoration: none;	
	font-size : 20px;
}

A.nav:hover {
	font-family : Arial, Helvetica, sans-serif;
	color: #4C527C;
	text-decoration: none;
	font-size : 20px;
}


/* Body Styles */
body {
	background-image: url(../../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #5A607A;
	margin : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
}


/* Form Field Defs */
input.email {
	font-size:10px;
	color : #494F6A;
	height:16px;
	border: #575E86 solid 1px;
	font-family : Arial, Helvetica, sans-serif;
	background-image: url(../../images/input_background.jpg);
	margin-bottom : 0px;
	margin-left : 0px;
	margin-top : 0px;
	margin-right : 0px;
	white-space : normal;
}