/* CSS Document */
.divider
{
	border-left: thin #315631 dotted;
	height:100%;
    color:#315631;
}
.divider-bttm
{
	border-bottom: thin #315631 dotted;
	height:100%;
    color:#315631;
}
.headers
{
	border-bottom: thin #315631 dotted;
    width:300px;
    color:#315631;
    font-weight:bold;
    font-family:"Courier New", Courier, mono;
    font-size:20px;
}
.bold
{
    color:#315631;
    font-weight:bold;
    font-family:"Courier New", Courier, mono;
    font-size:20px;
}
body td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



