body { behavior:url("csshover2.htc"); }

H2
{
   font-family:verdana, arial,sans-serif;
   font-size:90%;
   line-height: 240%;
}

.requiredField{
	color: #FF0000;
}

.navFender
{
	background-color:#EEEEEE;
	height: 12px;
	border-top:solid;
	border-width:1px;
	border-color:white;
	font-size:2px;
}

.navBar
{
	background-color:#AAAAAA;
	height: 22px;
	border-top:solid;
	border-width:1px;
	border-color:white;
    font-family:verdana, arial,sans-serif;
	color:white;
	font-size: 12px;
}

.navBar a:link
{
	color:white;
	text-decoration: none;
}

.navBar a:visited
{
	color:white;
	text-decoration: none;
}

.navBar a:hover
{
	color:#333333;
	text-decoration: none;
}

.navBar a:active
{
	color:white;
	text-decoration: none;
}


.navBarAdmin
{
	background-color:#CCCCCC;
	height:20px;
	border-top:solid;
	border-width:1px;
	border-color:white;
    font-family:verdana, arial,sans-serif;
	color:white;
	font-size: 12px;
}

.navBarAdmin a:link
{
	color:white;
	text-decoration: none;
}

.navBarAdmin a:visited
{
	color:white;
	text-decoration: none;
}

.navBarAdmin a:hover
{
	color:#333333;
	text-decoration: none;
}

.title
{
	font-size: 15px;
	font-weight: bold;
    font-family:verdana, arial,sans-serif;
}

.copy
{
	font-size: 11px;
    font-family:verdana, arial,sans-serif;
}

.subtitle
{
	font-size: 12px;
    font-family:verdana, arial,sans-serif;
}


table.list {
	border-width: ;
	border-spacing: ;
	border-style: ;
	border-color: ;
	border-collapse: collapse;
	background-color: white;
}
table.list th {
	border-width: 1px ;
	padding: 5px;
	border-style: solid ;
	border-color: gray ;
	background-color: #CCCCCC;
}
table.list td {
	border-left: ;
	padding: 5px;
	border-style: ;
	border-color: ;
	background-color: white;
}

/* shade colors for row tables */
table.list tr.row0 td {color:#000; background-color:#ffffff; border-left: 1px solid gray;border-right: 1px solid gray;}
table.list tr.row1 td {color:#000; background-color:#ddffdd; border-left: 1px solid gray;border-right: 1px solid gray;}
table.list tr.row2 td {color:#000; background-color:#ffffff; border-left: 1px solid gray;border-right: 1px solid gray;}
table.list tr.row3 td {color:#000; background-color:#f3f3f3; border-left: 1px solid gray;border-right: 1px solid gray;}
table.list tr.lastrow td {background-color:#ffffff; border-top: 1px solid gray;}

.btn
{
   color:#000;
   font-family:verdana, arial,sans-serif;
   font-size:90%;
   font-weight:bold;
   border-style: solid;
   border-width: 1.5px;
   border-color: #999;
   background-color:#f0f0f0;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 5px;
   padding-bottom: 5px;
}

.btn:hover
{
   color:#FFF;
   font-family:verdana, arial,sans-serif;
   font-size:90%;
   font-weight:bold;
   border-style: solid;
   border-width: 1px;
   border-color: #999;
   background-color:#e0e0e0;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 5px;
   padding-bottom: 5px;
}

.lastMod
{
   font-family:verdana, arial,sans-serif;
   font-size:50%;
}

.certified
{
	color:#090;
}
.suspended
{
	color:#900;
}

.rowsPerPage
{
	color:#000;
	background-color:#f0f0f0;
	font-size:7pt;
}