﻿body 
{
    font-family: Arial, Helvetica;
    font-size: 12px;
	color:#fff;    
    
}
h1
{
    font-size: 15px;
    font-weight: bold;
}
h2
{
    font-size: 13px;
    font-weight: bold;
}
.text
{
    font-size: 12px;
    font-weight: normal;
}
.header
{
    font-size: 14px;
    font-weight: bold;
    color:#57068C;
}
.header2
{
    font-size: 13px;
    font-weight: bold;
    color:#000000;
}
.header3
{
    font-size: 12px;
    font-weight: bold;
    color:#000000;
}
.smalltext
{
    font-size: 10px;
    font-weight: normal;
}

.greentable 
{
	border: solid 1px #3D6C28;
	border-collapse:collapse;
}

.greentable td
{
	border: solid 1px #3D6C28;
}

