
BODY {
	background-color : #57578b;
}
P {
	text-align : left;
	#color : #BBCCAA;
	color : #3DB9B9;
}

A:LINK {
	color : #CCC;
	text-decoration : none;
}
A:VISITED {
	color : #CCC;//#3DB9A0;
	text-decoration : none;
}
A:HOVER {
	text-decoration : underline;
}

TABLE {
	font-family : Geneva, Arial, Verdana, Helvetica, sans-serif;
	color : #BBCCAA;
	#color : #3DB9B9;
}
.emphasis {
	font-style : normal;
	font-variant : small-caps;
	font-size : larger;
	color : #36d588;
}
.italics{
	font-style: italic;
}
.graybgd{
	background: Gray;
}

.yellowText{
	color : Yellow;
}

.subhead {
	font-weight : 300;
	color : White;
}

.text10 {
	font-family : Geneva, Arial, Verdana, Helvetica, sans-serif;
	font-size : 10px;
	color : #BCBCBC;
}

.text12 {
	font-size : 12px;
	color : #BCBCBC;
	}

.site-nav {
	text-transform : uppercase;
	font-family : Arial, Helvetica, sans-serif;
	color : #aaaaaa;
	font-size : 12px;
	font-weight : normal;
	background-color : #232355;
}

.title {
	font-family : "Times New Roman", Times, serif;
	letter-spacing : 10px;
	font-variant : normal;
	color : #BCBCBC;
	text-decoration : none;
	background-color : #232355;
	font-size : large;
	text-align : center;
}

.normal{
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
}

.black {
	color : Black;
}

.middle {
	text-align : center;
}




.subtitle {
	font-style : normal;
	color : #FFFFFF;
	font-weight : bold;
	letter-spacing : 1px;
	font-variant : small-caps;
}


.top-corner {
	position : absolute;
	left : 0px;
	top : 0px;
}

.warning {
	font-size : medium;
	font-weight : normal;
	font-variant : normal;
	font-style : normal;
	color : #CCC;
}

.whisper {
	font-style : normal;
	font-size : 20px;
	font-family : sans-serif;
	color : #bcbcbc;
}

H2 {
	font-variant : small-caps;
}


#userfile {
	color : #CCC;
}








