﻿body {
    background: #ccc url('/images/leaves.gif');
    padding:0;
    margin:0; 
}
img
{
    border: 0px;
}
.body 
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 13px;
}
.body a:link 
{
    color: Red;
}
.body a:visited 
{
    color: Red;
}
.body a:hover 
{
    color: #666;
}
.bodyBold 
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	line-height: 13px;
}
.bodyBold a:link 
{
    color: Red;
    text-decoration: none;
}
.bodyBold a:visited 
{
    color: Red;
    text-decoration: none;
}
.bodyBold a:hover 
{
    color: #666;
}
.title 
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: bold; 
	line-height: 20px;
	text-decoration: none;
}
.title a:link 
{
    color: #666;
    text-decoration: none;
}
.title a:visited 
{
    color: #666;
    text-decoration: none;
}
.title a:hover 
{
    color: #000;
    text-decoration: none;
}
.titleRed
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #EF3327;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}
.titleRed a:link 
{
    color: #EF3327;
    text-decoration: none;
}
.titleRed a:visited 
{
    color: #EF3327;
    text-decoration: none;
}
.titleRed a:hover 
{
    color: #666;
    text-decoration: none;
}
.header 
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
}
.header a:link
{
    color: #666;
    text-decoration: none;
}
.header a:visited
{
    color: #666;
    text-decoration: none;
}
.header a:hover
{
    color: #000;
    text-decoration: none;
}
.internalMargin
{
    margin: 20px;
}
.footer
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 13px;
}
.footer a:link 
{
    color: #000;
}
.footer a:visited 
{
    color: #000;
}
.footer a:hover 
{
    color: Red;
}