BODY {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	margin: 0px;
	background: url(/uc/images/paperbac.gif);
}

/*this is to keep page from shifting to left on load in safari and firefox*/

html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; }

H1 {font-size: 20pt; font-weight: bold; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #003399; margin: 0}
H2 {font-size: 16pt; font-weight: bold; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #003399; margin: 0}
H3 {font-size: 13pt; font-weight: bold; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #003399; margin: 0}
H4 {font-size: 10pt; font-weight: bold; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #003399; margin: 0}
H5 {font-size: 8pt; font-weight: bold; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #003399; margin: 0}
H6 {font-size: 7pt; font-weight: bold; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #003399; margin: 0}

a:link {color: #003399; text-decoration: none; font-weight: bold}
a:visited {color: #003399; text-decoration: none; font-weight: bold}
a:hover {color: #003399; text-decoration: underline; font-weight: bold}
a:active {color: #003399; text-decoration: none; font-weight: bold}

/* Used for menu bar in each uc/*.html page. */
table.x2 td a:link {color: white;	text-decoration: none; font-weight: bold}
table.x2 td a:visited {color: white; text-decoration: none; font-weight: bold}
table.x2 td a:hover {color: #003399; text-decoration: none; font-weight: bold}
table.x2 td a:active {color: #003399; text-decoration: none; font-weight: bold}

a.foot:link {
	color: #003399;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}
a.foot:visited {
	color: #003399;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}
a.foot:hover {
	color: #003399;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
}
a.foot:active {
	color: #003399;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}
.sidebar {  font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 13px; color: #FFFFFF}
TD {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
}

/* Print. */
@media print {
	/* cssclsNoPrint class. */
	.cssclsNoPrint {display:none}
}

/* Screen. */
@media screen {
	/* cssclsNoScreen class. */
	.cssclsNoScreen {display:none}
}

table.UC {
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px 2px;
	border-style: solid solid solid solid;
	border-color: #003399 #003399 #003399 #003399;
	border-collapse: collapse;	
}
table.UC th {
	border-width: 2px 2px 2px 2px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: #003399 #003399 #003399 #003399;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.UC td {
	border-width: 2px 2px 2px 2px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: r#003399 #003399 #003399 #003399;
	-moz-border-radius: 0px 0px 0px 0px;
}
