/* Text */
BODY {	background-color : rgb(81,82,76);
	font-family : Arial;
	font-size : 12px}


P {
	font-family: Arial,             Helvetica,             Geneva,             Sans-serif;
	font-size : 12px;
	line-height : 16px
}

.TextObject {
	font-family: Arial,               Helvetica,               Geneva,               Sans-serif;
	font-size : 12px
}

UL {
	font-family: Arial,               Helvetica,               Geneva,               Sans-serif;
	font-size : 12px;
	font-weight : bold;
	line-height : 18px
}

.TextNavBar {
	font-family: Arial,               Helvetica,               Geneva,               Sans-serif;
	font-size : 12px
}

H1 {
	font-family: Arial,           Helvetica,           Geneva,           Sans-serif;
	font-size : 16px;
	color : rgb(38,116,153);
	font-weight : bold;
	margin-bottom : 20px}

H2 {
	font-size: 16px;
	font-weight : bold;
	color : rgb(255,204,0);
	font-family : Arial;
	margin-bottom : 5px
}

A {
	font-family: Arial,    Helvetica,    Geneva,    Sans-serif;
	font-size : 12px;
	color : rgb(0,137,206)
}

A:visited {
	font-family: Arial,    Helvetica,    Geneva,    Sans-serif;
	font-size : 12px;
	color : rgb(0,137,206)
}

A:active {
	font-family: Arial,    Helvetica,    Geneva,    Sans-serif;
	font-size : 12px;
	color : rgb(0,137,206)
}

A:hover {
	font-family: Arial,           Helvetica,           Geneva,           Sans-serif;
	font-size : 12px;
	color : rgb(81,82,76);
	text-decoration : none;
	font-weight : normal;
	font-style : normal
}