/* Text Styles */
.text {
	font-family : Arial, Helvetica, sans-serif;
	color : #5F5F5F;
	font-style : normal;
	font-size : 11px;
	line-height : 15px;
}

p {
	font-family : Arial, Helvetica, sans-serif;
	color : #5F5F5F;
	font-style : normal;
	font-size : 11px;
	line-height : 15px;
}

td {
	font-family : Arial, Helvetica, sans-serif;
	color : #5F5F5F;
	font-style : normal;
	font-size : 11px;
	line-height : 15px;
}

li {
	font-family : Arial, Helvetica, sans-serif;
	color : #5F5F5F;
	font-style : normal;
	font-size : 11px;
	line-height : 15px;
}

.homepagetext {
	font-family : Arial, Helvetica, sans-serif;
	color : #666666;
	font-style : normal;
	font-size : 11px;
	line-height : 20px;
}

.goldtext {
	font-family : Arial, Helvetica, sans-serif;
	color : #BBAA83;
	font-style : italic;
	font-size : 11px;
	line-height : 14px;
}

.bluetext {
	font-family : Arial, Helvetica, sans-serif;
	color : #7285AC;
	font-style : normal;
	font-size : 11px;
	line-height : 14px;
}

.smallwhitetext {
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-style : normal;
	font-size : 10px;
	line-height : 14px;
}

.largetext {
	font-family : Arial, Helvetica, sans-serif;
	color : #5F5F5F;
	font-style : normal;
	font-size : 13px;
	line-height : 17px;
}

.smalltext {
	font-family : Arial, Helvetica, sans-serif;
	color : #5F5F5F;
	font-style : normal;
	font-size : 10px;
	line-height : 15px;
}

.blacktext {
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-style : normal;
	font-size : 11px;
	line-height : 15px;
}


/* Header Styles */

.header {
	font-family : Arial, Helvetica, sans-serif;
	color : #7C7C7C;
	font-style : normal;
	font-size : 16px;
	font-weight : bold;
	line-height : 18px;
}

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

.header_blue {
	font-family : Arial, Helvetica, sans-serif;
	color : #092F5E;
	font-style : normal;
	font-size : 16px;
	font-weight : bold;
	line-height : 18px;
}


/* Color Styles */
.cream {
	background-color: #E0D9C7;
}

.darkblue {
	background-color: #092F5E;
}

.blue {
	background-color: #7285AC;
}

.lightblue {
	background-color: #96A4C3;
}

.plum {
	background-color: #A5999F;
}

.gold {
	background-color: #BBAA83;
}

.olive {
	background-color: #939D93;
}

.gray {
	background-color: #7F7F7F;
}

.lighterblue {
	background-color: #E3E8EE;
}

.white {
	background-color: #ffffff;
}

.lightplum {
	background-color: #EDEBEC;
}

.lightgold {
	background-color: #F1EEE7;
}

.lightolive {
	background-color: #E9EBE8;
}

/* Link Styles */
A:link {
	font-family : Arial, Helvetica, sans-serif;
	color: #7285AC;
	font-size : 11px;
	font-style : normal;
	line-height : 15px;
	text-decoration: none;
}

A:visited {
	font-family : Arial, Helvetica, sans-serif;
	color: #7285AC;
	font-size : 11px;
	font-style : normal;
	line-height : 15px;
	text-decoration: none;
}

A:active {
	font-family : Arial, Helvetica, sans-serif;
	color: #7285AC;
	font-size : 11px;
	font-style : normal;
	line-height : 15px;
	text-decoration: none;
}

A:hover {
	font-family : Arial, Helvetica, sans-serif;
	color: #4F6186;
	font-size : 11px;
	font-style : normal;
	line-height : 15px;
	text-decoration: none;
}

A.whitetext:link {
	font-family : Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size : 11px;
	font-style : normal;
	line-height : 15px;
	text-decoration: none;
}

A.whitetext:visited {
	font-family : Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size : 11px;
	font-style : normal;
	line-height : 15px;
	text-decoration: none;
}

A.whitetext:active {
	font-family : Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size : 11px;
	font-style : normal;
	line-height : 15px;
	text-decoration: none;
}

A.whitetext:hover {
	font-family : Arial, Helvetica, sans-serif;
	color: #092F5E;
	font-size : 11px;
	font-style : normal;
	line-height : 15px;
	text-decoration: none;
}

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

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

A.footer:active {
	font-family : Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size : 10px;
	font-style : normal;
	text-decoration: none;
}

A.footer:hover {
	font-family : Arial, Helvetica, sans-serif;
	color: #092F5E;
	font-size : 10px;
	font-style : normal;
	text-decoration: none;
}

A.sidenav:link {
	font-family : Arial, Helvetica, sans-serif;
	color: #7285AC;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	text-decoration: none;
}

A.sidenav:visited {
	font-family : Arial, Helvetica, sans-serif;
	color: #7285AC;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	text-decoration: none;
}

A.sidenav:active {
	font-family : Arial, Helvetica, sans-serif;
	color: #7285AC;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	text-decoration: none;
}

A.sidenav:hover {
	font-family : Arial, Helvetica, sans-serif;
	color: #4F6186;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	text-decoration: none;
}

A.sidenav_gold:link {
	font-family : Arial, Helvetica, sans-serif;
	color: #BBAA83;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	text-decoration: none;
}

A.sidenav_gold:visited {
	font-family : Arial, Helvetica, sans-serif;
	color: #BBAA83;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	text-decoration: none;
}

A.sidenav_gold:active {
	font-family : Arial, Helvetica, sans-serif;
	color: #BBAA83;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	text-decoration: none;
}

A.sidenav_gold:hover {
	font-family : Arial, Helvetica, sans-serif;
	color: #958151;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	text-decoration: none;
}


/* Horizontal Rule Styles  */
HR {
	color : #FA8511;
}


/* Body Styles */
.body {
	background-color : #E0D9C7;
	margin : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
}
