BODY
{
	background-repeat: no-repeat;
	margin: 0 5 0 5;
	padding:0 10 0 10;
}
TABLE
{
	font-size: 9pt;
	font-family: Tahoma, Verdana, Arial;
}
TD
{
	text-align: left;
	
}


A.nav 
{
	color: white; 
	font: bold 8pt "Arial";
	text-decoration: none
}

A.admin_nav 
{
	color: #2a1570; 
	font: bold 8pt "Arial";
	text-decoration: none
}
.section
{
	color: white; 
	font: bold 12pt "Arial"
}

.main
{
	color: black;
	font: normal 10pt "Arial"
}

.UGLabel
{
	font-weight: bold;
	font-size: 10pt;
	/*color: green;*/
	color: blue;
	font-family: Tahoma, Verdana, Arial;
}
.UGCheckbox
{
	font-weight: bold;
	font-size: 10pt;
	color: blue;
	font-family: Tahoma, Verdana, Arial;
}
.UGLabelError
{
	font-size: 10pt;
	color: red;
	font-family: Tahoma, Verdana, Arial;
}
.UGCombo
{
	font-size: 10pt;
	color: blue;
	font-family: Tahoma, Verdana, Arial;
}
.UGTextBox
{
	border-right: blue thin solid;
	border-top: blue thin solid;
	font-size: 10pt;
	border-left: blue thin solid;
	color: blue;
	border-bottom: blue thin solid;
	font-family: Tahoma, Verdana, Arial;
}
.UGButton
{
	border-right: blue 1px ridge;
	border-top: blue 1px ridge;
	font-weight: bold;
	font-size: 10pt;
	border-left: blue 1px ridge;
	color: white;
	/*color: #4b7e76;*/
	border-bottom: blue 1px ridge;
	font-family: Tahoma, Verdana, Arial;
	background-color: darkblue;
	/*background-color: #BFD7D9;*/
	font-variant: small-caps;
	text-align: center;
}

.UGButton_gray
{
	border-right: gray 1px ridge;
	border-top: gray 1px ridge;
	font-weight: bold;
	font-size: 10pt;
	border-left: gray 1px ridge;
	color: white;
	/*color: #4b7e76;*/
	border-bottom: gray 1px ridge;
	font-family: Tahoma, Verdana, Arial;
	background-color: gray;
	/*background-color: #BFD7D9;*/
	font-variant: small-caps;
	text-align: center;
}

.FooterTable
{
	background-color: blue;
	font-size: 10pt;
	color: white;
	font-family: Tahoma, Verdana, Arial;
}
.FooterTdCenter
{
	text-align: center;
}
.FooterTdLeft
{
	text-align: left;
}
.FooterTdRight
{
	text-align: right;
}
HR
{
	color: darkblue;
}
H2
{
	color: blue;
}
UL LI
{
}
.UGHeading
{
	font-size: 12pt;
	font-variant: small-caps;
}
.UGLinks
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: blue;
}

/* special links where the background is dark */
A.UGLinks 
{
	COLOR: black; 
}
A.UGLinks:visited 
{
	COLOR: darkblue; 
}
A.UGLinks:active 
{
	COLOR:Silver; 
}
A.UGLinks:hover 
{
	/* COLOR: #FFCC00; */
	color: White;
	background-color: blue;
}
.page_title {
    FONT-WEIGHT: bold; 
    FONT-SIZE: 16px; 
    LEFT: 135px; 
    COLOR: white; 
    FONT-FAMILY: Arial, Helvetica, sans-serif; 
    POSITION: absolute; 
    TOP: 77px; 
}

TD.nav {
    TEXT-INDENT: 15px; 
    HEIGHT: 28px; 
    BACKGROUND-COLOR: #2a1570; 
}

TD.admin_nav {
    TEXT-INDENT: 15px; 
    HEIGHT: 28px; 
    BACKGROUND-COLOR: yellow; 
}

