body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
}
.style1 {
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
}
.style2 {
font-size: small; 
	color: #FFFFFF;
}

.style3 {
	color: #000000;
font-size: small; 
	}

.style4 {
font-size: small; 
color: #FF0000;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.nav:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a.nav:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
a.nav:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a.book:link {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a.book:visited {
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}
a.book:hover {
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}
a.book:active {
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}
a.black:link {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
a.black:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
a.black:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
a.black:active {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
	
td{
	vertical-align: top;
}
td.bot{
	vertical-align:bottom;
}
td.error{
	vertical-align: top;
	background-color:#FFFF00;	
}


