﻿body 
{
	margin: 0px;
}

.white
{
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}

.bigwhite
{
	font-family: Arial;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

.default
{
	font-family: Arial;
	font-size: 12px;
	color: #565655;
}

.green
{
	font-family: Arial;
	font-size: 12px;
	color: #8dd121;
}

.footer
{
	font-family: Arial;
	font-size: 11px;
	color: #565655;
}

a.grey
{
	font-family: Arial;
	font-size: 12px;
	color: #565655;
	text-decoration: none;
}

a.grey:hover
{
	font-family: Arial;
	font-size: 12px;
	color: #565655;
	text-decoration: underline;
}

a.white
{
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

a.white:hover
{
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}

a.footer
{
	font-family: Arial;
	font-size: 11px;
	color: #8dd121;
	text-decoration: none;
}

a.footer:hover
{
	font-family: Arial;
	font-size: 11px;
	color: #8dd121;
	text-decoration: underline;
}

a.greenlink
{
	font-family: Arial;
	font-size: 12px;
	color: #8dd121;
	text-decoration: none;
}

a.greenlink:hover
{
	font-family: Arial;
	font-size: 12px;
	color: #8dd121;
	text-decoration: underline;
}