#header {
   display: none; 
}

#menu {
   display: none; 
}

#footer {
   display: none; 
}

.header_row {
    font-weight: bold;
    vertical-align: top;
    border-bottom: 1px solid black;
}

#content {
	float: left;
	width: 100%;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	}
#content th {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}

#content td {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}

#assessments a {
	text-decoration:none;
}

.ListLine0 {
	background-color: #b3b3b3;	
}

.ListLine1 {
	
}

.valid a {color: black;}
.valid  {color: black;}

.expired  {color: red;font-weight: bold; border: solid red 1px;}
.expired  a{color: red;font-weight: bold;}

.expiring  {color: red;}
.expiring a {color: red;}

.at_risk {color: #3333cc;}
.at_risk a {color: #3333cc;}
