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

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

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

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

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

/* Color Styles */
.bluegray {
	background-color: #9796A6;
}

.gray {
	background-color: #AAAAAA;
}

.gray2 {
	background-color: #9A9A9A;
}

.lightgray {
	background-color: #E2E2E2;
}

.white {
	background-color: #ffffff;
}

.black {
	background-color: #000000;
}


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

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

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

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


/* Body Styles */
.body {
	background-color:#00275E;
}