body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:smaller;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}

A:link
	{
	color:blue;
	text-decoration:none;
	
	cursor:hand;
	}

A:active
	{
	color:blue;
	text-decoration:none;
		cursor:hand;
	}
A:visited
	{
	color:blue;
	text-decoration:none;
	
	cursor:hand;
	}
A:hover
	{
	color:#339999;
	text-decoration:none;
	
	cursor:hand;
	}

td .newsborder {
	border-bottom: 1px dotted #336699;
	border-left: 2px solid #336699;
	border-right: 2px solid #336699;
	text-decoration: none
	
}

td .topborder {
	border-top: 2px solid #336699;
	
}

td .bottomborder {
	border-bottom: 2px solid #336699;

}

td .leftborder {
	border-left: 2px solid #336699;

}

td .rightborder {
	border-right: 2px solid #336699;

}

td .forms {
	v-align: top;
