﻿body 
{ 
	font-family: verdana, arial, helvetica, sans-serif;	
	font-size: 11px; 
	margin: 0px; 
}

h1 
{
	font-size: 30px; 
	color: #666666; 
	margin: 0px; 
	margin-bottom: 5px; 
	font-weight: normal;
}

h2 
{
	font-size: 12px; 
	color: #000000; 
	margin: 0px; 
	margin-top: 5px; 
	margin-bottom: 5px; 
}

h3 
{ 
}

p 
{
	color: #000000; 
	margin: 0px; 
	margin-bottom: 15px; 
	line-height: 1.5em; 
}

a 
{ 
	color: #000099; 
	text-decoration: underline; 
}

a:hover 
{
}

hr 
{ 
	height: 0px; 
	border: none; 
	border-bottom: 1px solid #666666; 
}

.red-text
{
	color: #FF0000;
}

.green-text
{
	color: #00FF00;
}

.blue-text
{
	color: #0000FF;
}