

label
{
    cursor:pointer;
}

.FormTable .Label
{
    background-color: #F2EFE6;
    line-height:20px;
    display:block;
    padding-left:5px;
    font-weight:bold;
    color:#4C4631;
    border-bottom:dotted 1px #BFAF7C;
}

/* Style for Nav */

.topnav {
	font: bold 10px Verdana;
	color: #73706C;
	background-color: #fff;
	height: 22px;
}

a.topnavlink {
	color: #73706C;
	font: 10px Verdana;
}

a.topnavlink:hover {
	color: #E42518;
} 

/* Style for 2nd level nav */

.subnav {
	padding: 20px 0px 0px 0px;
	background-image: url(../../images/Header-Tab.gif);
	background-repeat: no-repeat;
}

.subnavcopy{
font: bold 10px Verdana;
	color: #73706C;
}

a.subnavlink {
	color: #73706C;
	font: 10px Verdana;
}

a.subnavlink:hover {
	color: #E42518;
} 

a.subnavlink#logout {
	color: #E42518;
} 

.subnavlinkon {
	font: 10px Verdana;
	color: #000;
} 

/* Popup menus */

.popup {
background-image: url(../../images/search_panel_background.gif);
background-repeat: no-repeat;
padding: 5px 0px 0px 30px;
}

/* Login */

.login {
background-image: url(../../images/login_background.gif);
background-repeat: no-repeat;
color: #434345;
font: bold 10px/15px Verdana;
padding-left: 25px;
}

.logincopysmall {
color: #434345;
font: 9px/12px Verdana;
}

/* Copy */

.copy {

font: 10px/18px Verdana;
color: #6e6e6e;
padding: 10px 5px 0px 30px;
background-color: #fff;
}

.copy2 {

font: 10px/18px Verdana;
color: #6e6e6e;
padding: 10px 5px 0px 0px;
background-color: #fff;
}

/* Results */

a.results {

font: 10px/18px Verdana;
color: #6e6e6e;
}

/* Copyright */

.copyright {
	background-color: #fff;
	color: #73706C;
	font: 9px/16px Verdana;
	padding: 10px 0px 0px 2px;
}