BODY
{
    background-color: lightgrey;
}
H2, H3, H5
{
    color: #555555;
}
A 
{
    text-decoration: none;
}
A.underline
{
	text-decoration: underline;
}
.errormessage
{
	border: none;
	background: transparent;
	font-weight: 100;
	color: red;
}
.goodmessage
{
	border: none;
	background: transparent;
	font-weight: 100;
	color: green;
}
.noteText
{
    color: Gray;
    font-size: 13;
    font-style: italic;
}
.dropdown
{
    background-color: white;
    font-size: 12;
    color: Gray;
}
.dropdown-block 
{
    border-bottom:10px dashed #CCCCCC;
    border-top:1px dashed #CCCCCC
}
.dropdown-section 
{
    background-color:#ebebeb;color:#333;
}
.dropdown-text  
{
    margin:6px 6px 6px 6px;
}
.chkbox
{
    border: 0px;
}
.txtbox
{
    background-color: white;
    font-size: 12;
    color: Gray;
}
.CUtxtbox
{
    background-color: white;
    font-size: 12;
    color: Gray;
}
.CUdropdown
{
    background-color: white;
    font-size: 12;
    color: Gray;
}
.navbar
{
    background-color: #babaaa;
    font-size: 12;
    color: #333333;
    border: solid 1 #999999;
}
.navbartext
{
    font-size: 12;
    color: #555555;
}
.plaintext
{
    font-size: 14;
    color: #555555;
}
.table
{
    background-color: beige;
    font-size: 12;
    color: Gray;
}
.tablerow
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px
}
.tabletitle
{
    font-weight: bold;
    font-size: 15;
    color: #555555;
}
.tableheading
{
    font-weight: bold;
    text-decoration: underline;
    color: #555555;
}
.selectedrow
{
    background-color: darkgray;
    font-size: 14;
    color: #555555;
}
.selbtn
{
    background-color: darkgray;
    font-size: 12;
    color: white;
}
.bigselbtn
{
    background-color: darkgray;
    font-size: 12;
    color: white;
    height: 30;
}
.btnhidden
{
    visibility: hidden;
}
.moarrow
{
    color: White;
    font-weight: 900;
}
.navleftfocus
{
    font-size: 14;
    font-weight: bold;
    text-decoration: none;
    color: #bbaa00;
}
.navleft
{
    font-size: 14;
    font-weight: bold;
    text-decoration: none;
    color: darkgreen;
}

