body, th, td, input, select, textarea
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
	}

body
	{
	background-color: white;
	}

h1
	{
	font-size: 13px;
	}
	
h2
	{
	font-size: 12px;
	}

a
	{
	color: black;
	font-weight: bold;
	text-decoration: none;
	}
	
hr
    {
    color: #4f5263;
    }

a:hover
	{
	text-decoration: underline;
	}
