a:link {
	text-decoration: none;
	color: #000033;
	font-weight: bold;
} 
a:visited {
	color: #000033;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
} 
a:active {text-decoration: none
font-weight: bold;
} 
 
.sidebar {
/*
	background-image: url(images/bg-sidebar.jpg);
	background-repeat: repeat-y;
	background-position: right;
*/
}
	a:link.sidebar {color: #990000} 
	a:visited.sidebar {color: #990000} 
	a:hover.sidebar {color: #EE0000}
	a:active.sidebar {}  
	
.navbar tr td a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F0E8E8;
}

.navbar tr td a:link{
	color: #F0E8E8;
}

.navbar tr td a:visited{
	color: #F0E8E8;
}

.navbar tr td a:hover{
	color: #FFFFFF;
}

.navbar tr td a:active{}



table {     /* this is where the default font for the whole document is defined as everything is in a table */
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000066;

}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000033;

}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;

}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;

}
ul {
	list-style-image: url(images/bullet.jpg);
	font-weight: bold;
	a: color(#990000);
}

