h1{
	font-family : sans-serif;
	font-size : large;
}
td{
	font-size : 10pt;
	font-family : sans-serif;
}
td.alert{
	font-size : 10pt;
	font-family : sans-serif;
	color: red;
	font-weight: bold;
}
td.note{
	font-size : 9pt;
	font-family : sans-serif;
}
a.logout{
	font-size : 8pt;
	font-family : sans-serif;
	color: red;
	font-weight : bold;
	text-decoration : underline;
}
a:hover.logout{
	font-size : 8pt;
	font-family : sans-serif;
	color: red;
	font-weight : bold;
	text-decoration : none;
}
a{
	font-size : 10pt;
	font-family : sans-serif;
	text-decoration : none;
}
a:hover{
	font-size : 10pt;
	font-family : sans-serif;
	text-decoration : underline;
}
table.bg{
	background-image: url(../images/roadbkgrd2.gif);
	background-repeat: repeat-x;
}




