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

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

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

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

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

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


/* Header Styles */

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

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


/* Color Styles */
.blue {
	background-color: #677798;
}

.lightgray {
	background-color: #E6E6E6;
}

.dark_blue {
	background-color: #31445E;
}

.tan {
	background-color: #C2C297;
}

.white {
	background-color: #ffffff;
}


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

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

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

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


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