﻿body
{
	margin: 0px;	
}

body, td
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #565656;
}


a
{
	text-decoration: underline;
	font-weight: bold;
	color: #f66606;
}

a:hover
{
	color: #ff9000;
}

.biggerFont
{
	font-size: 12px;
}

.smallerFont
{
	font-size: 9px;
}




.centerDiv
{
	width: 100%;
	text-align: center;	
}

.smallBox
{
	width: 50px;
}

.wideBox
{
	width: 150px;	
}





.BorderBottomTable
{
	border-bottom: solid 1px #008734;
	width: 350px;	
}

.BorderBottomTable td
{
	color: #565656;	
}