/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-size: 12px;
	color: #333333;
	line-height:25px;
}
a:link 
{
  color: #333333;
  text-decoration: none;
}
a:visited
{
  color:#333333;
  text-decoration: none;
}
a:hover
{
  color:#005826;
  text-decoration:underline;
}
a:active
{
  text-decoration:none;
}