﻿body 
{
	background-color: #360;
	background-image: url("../Images/pc_bkgrnd.jpg");
	background-repeat: no-repeat;
	margin-top: 75px;
}

td 
{
	font-family: Verdana;
	font-size: 12px;
	color: #111111;
}

A:link		{ color: #000000; text-decoration: underline; }
A:visited	{ color: #000000; text-decoration: underline; }
A:active	{ color: #000000; text-decoration: underline; }
A:hover		{ color: #91A0AC; text-decoration: underline; }

.topHeader
{
	height: 40px;
	background-color: #ffffff;
	background-image: url("../Images/gray_horiz_bar.gif");
	background-repeat: repeat-x;
	padding-right: 15px;
}

.sectionHeader 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #EEEEEE;
	background-color: #3d6e01;
}

.sectionHeader A:link		{ color: #EEEEEE; text-decoration: underline; }
.sectionHeader A:visited	{ color: #EEEEEE; text-decoration: underline; }
.sectionHeader A:active		{ color: #EEEEEE; text-decoration: underline; }
.sectionHeader A:hover		{ color: #EEEEEE; text-decoration: underline; }

.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

/* Black */
.Utxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.Utxt A:link	{ color: #000000; text-decoration: underline; }
.Utxt A:visited	{ color: #000000; text-decoration: underline; }
.Utxt A:active	{ color: #000000; text-decoration: underline; }
.Utxt A:hover	{ color: #91A0AC; text-decoration: underline; }

.UtxtBld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.UtxtBldUl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

/* White */
.Utxt2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #EEEEEE;
}
.Utxt2 A:link	{ color: #EEEEEE; text-decoration: underline; }
.Utxt2 A:visited{ color: #EEEEEE; text-decoration: underline; }
.Utxt2 A:active	{ color: #EEEEEE; text-decoration: underline; }
.Utxt2 A:hover	{ color: #91A0AC; text-decoration: underline; }

.Utxt2Bld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EEEEEE;
	text-decoration: none;
}

.Utxt2Bld A:link	{ color: #EEEEEE; text-decoration: underline; }
.Utxt2Bld A:visited { color: #EEEEEE; text-decoration: underline; }
.Utxt2Bld A:active	{ color: #EEEEEE; text-decoration: underline; }
.Utxt2Bld A:hover	{ color: #91A0AC; text-decoration: underline; }

.Utxt2BldUl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EEEEEE;
	text-decoration: underline;
}

/* Red */
.Utxt3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}

.Utxt3 A:link	{ color: #FF0000; text-decoration: underline; }
.Utxt3 A:visited	{ color: #FF0000; text-decoration: underline; }
.Utxt3 A:active	{ color: #FF0000; text-decoration: underline; }
.Utxt3 A:hover	{ color: #91A0AC; text-decoration: underline; }

.Utxt3Bld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.Utxt3BldUl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}