﻿body 
{
	margin: 0px;
}

.default
{
	font-family: Arial;
	color: #000000;
	font-size: 11px;
}

.white
{
	font-family: Arial;
	color: #ffffff;
	font-size: 11px;
}
.inputField
{
    font-family: Arial;
    color: #000000;
    font-size: 11px;
    border: solid 1px #000000;
    width: 200px;
}
.imgBorder{font-size: 0px;}

.list{margin-left: 15px;margin-top: 10px;margin-bottom: 10px}

.green-list{margin-left: 15px;color: #99b11b;margin-top: 10px;margin-bottom: 10px}

.green
{
	font-family: Arial;
	font-size: 11px;
	color: #074925;
}

.lightgreen
{
	font-family: Arial;
	font-size: 11px;
	color: #99b11b;
}

.greenTimes
{
	font-family: Times New Roman;
	font-size: 14px;
	color: #074925;	
}

a.green
{
	font-family: Arial;
	font-size: 11px;
	color: #074925;
	text-decoration: none;
}

a.green:hover
{
	font-family: Arial;
	font-size: 11px;
	color: #074925;
	text-decoration: none;
}
