body {
	margin: 20;
	margin-bottom: 5;
	background-color: #FFF;
}
a	 {
	font-family: verdana;
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
	font-size: 11px
} 
a:hover	{
	color: #054269; 
	text-decoration: none;
}
a.s:link, a.s:visited {
	font-weight: bold; 
	color: #000000;  
	font-size: 11px; 
	font-family: verdana;
	text-decoration: underline;
}
a.s:hover { 
	color: #990000; 
}
a.pub:link, a.pub:visited {
	font-weight: bold; 
	color: #058138;  
	font-size: 11px; 
	font-family: verdana;
	text-decoration: none;
}
a.pub:hover { 
	color: #000000; 
}
a.site:link, a.site:visited {
	font-weight: bold; 
	color: #990000;  
	font-size: 13px; 
	font-family: verdana;
	text-decoration: underline;
}
a.site:hover { 
	color: #006699; 
}
h1 {
	font-weight: normal; 
	color: #006699; 
	font-weight: bold;
	font-size: 13px; 
	font-family: verdana;
	border-bottom: 1px solid #777;
	margin: 0;
	padding-bottom: 3;
}
h2 {
	font-weight: normal; 
	color: #FFF; 
	font-weight: bold;
	background-color: #95AF91;
	font-size: 11px; 
	font-family: verdana;
	border-top: 2px solid #D9E2D7;
	border-left: 2px solid #D9E2D7;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	text-align: center;
	margin: 0;
	margin-bottom: 4;
	padding: 4;
}
.maintable	{
	font-weight: normal;
	color: #000080;
	font-size: 11px;
	font-family: verdana;
	background-image: url("/images/logobg.jpg");
	background-repeat: no-repeat;
}
.img	{
	border-top: 3px solid #BBB;
	border-left: 3px solid #BBB;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
}
.left	{
	padding-left: 10;
	padding-bottom: 5;
}
.right	{
	padding-right: 10;
	padding-bottom: 5;
}
.med	{
	font-weight: normal;
	color: #000000;
	font-size: 11px;
	font-family: verdana;
}
.small	{
	font-weight: normal;
	color: #008800;
	font-size: 10px;
	font-family: verdana;
}
.published	{
	padding: 5;
	margin-bottom: 5;
	text-align: left;
	font-size: 11px;
	font-family: verdana;
}
hr  	{ 
	height: 0px; 
	border: solid #BBBBBB 0px; 
	border-top-width: 1px;  
	}
form 	{ 
	margin: 0; 
}