﻿.hometext 
{
	font-family: Arial,sans-Serif; 
	font-size: 15px; 
	line-height: 18px; 
	/*LETTER-SPACING: 0.02em;*/
}
.homequotetext 
{
	font-family: Arial,sans-Serif; 
	font-size: 12px; 
	line-height: 16px; 
	font-style: italic; 
	LETTER-SPACING: 0.04em;
}
.homesmallertext
{
	font-family: Arial,sans-Serif; 
	font-size: 12px; 
	line-height: 15px; 
	font-style: normal; 
	/*LETTER-SPACING: 0.02em;*/
}
.hometitletext
{
	font-family: arial; 
	font-size: 27px; 
	font-weight: normal; 
	/*letter-spacing: 0.04em;*/
}
.homeheadtext
{
    font-family: Arial, Sans-Serif;
    font-size: 25px;
    line-height: 26px;
    font-weight: bold;
}
.homeheadsmallertext
{
    font-family: Arial, Sans-Serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
}
.homegreen
{
    color: #008000;
}
.homeyellow
{
    color: #FFD700;
}
.homewhite
{
	color: #b4b6b6; 
}
.homesubheadtext
{
    font-family: Arial, Sans-Serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
}
.homesubtext
{
    font-family: Arial, Sans-Serif;
    font-size: 13.5px;
    font-style: italic;
    line-height: 16px;
}
.homespacersmall
{
    height: 4px;
    clear: both;
}
.homespacerlarge
{
    height: 20px;
    clear: both;
    /*border: solid 1px #ffffff;*/
}
img.leftalign
{
    float: left;
    padding-right: 10px;
}
a:link.homeyellow
{
    color: #FFD700;
    text-decoration: none;
}
a:visited.homeyellow
{
    color: #FFD700;
    text-decoration: none;
}
a:hover.homeyellow
{
    text-decoration: underline;
}