

BODY
{
	padding: 0;
/*	background: url(../images/backgroundnomenu.gif);  */
	background-repeat: repeat-y;
	background-color: white;
	margin: 0;
}
P, UL, OL, LI, DD, DT, TD, TH, H1, H2, H3
{
	font-size: 12px;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
}
.ErrorMessage
{
	font-weight: bold;
	color: #ff3333;
}
TD.MenuHeader
{
	background-color: #EEEEEE;
}
INPUT
{
	color: #000000;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
A, A:Visited, A:Active
{
	color: #336666;
	text-decoration: Underline;
}
A:Hover
{
	color: #003333;
	text-decoration: None;
}
a.NavbarTop, a:visited.NavbarTop, a:active.NavbarTop
{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: None;
	padding: 10px;
}
a:hover.NavbarTop
{
	color: #FFFFFF;
	text-decoration: Underline;
}
a.NavbarLeft, a:visited.NavbarLeft, a:active.NavbarLeft
{
	color: #000000;
	text-decoration: None;
}
a:hover.NavbarLeft
{
	color: #336666;
}
HR
{
	color: #C6C5B6;
}
H1
{
	margin-top: 12px;
	font-size: 18px;
	margin-bottom: 12px;
}
H2
{
	font-size: 14px;
	margin-top: 4px;
	margin-bottom: 8px;
}
H3
{
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 4px;
}
.DataGridItem
{
	vertical-align: top;
}
.DataGridItemAlt, .DataGridItemAlt .SelectBox INPUT
{
	background-color: #EEEEEE;
	vertical-align: top;
}
.DataGridItemSelected, .DataGridItemSelected .SelectBox INPUT
{
	background-color: #EDC094; 	
	vertical-align: top;
}

.DataGridHeader, .DataGridHeader .SelectBox
{
	background-color: #8AA7BC;
	font-weight: bold;
}
.DataGridFooter TD
{
	background-color: #8AA7BC;
  height: 1px;
  padding: 3px;
  font-size: 1px;
}
TABLE.resultset TD
{
	font-size: 11px;
}
TABLE.resultset TD.label
{
	font-weight: bold;
	padding-right: 10px;
}

.headertitle {
    color: #0099CC;
    font-family: Imprint MT Shadow, Franklin Gothic Medium, times New Roman,Times,serif;
    font-size: 34px;
    font-weight: 600;
    padding: 0 5px;
}

.tagline {
    color: #ffffff;
    font-family: Imprint MT Shadow, Franklin Gothic Medium, times New Roman,Times,serif;
    font-size: 22px;
    font-weight: 200;
    padding-left: 30px;

}
 
#vufooter {
	position: fixed; 
	bottom: 0;
	height: 20px;
	padding: 20px 20px 5px;
	width: 100%;
	text-align: center; 
}

#vufooter a {
	text-decoration: none;
}	