
body 		{ font-family: Arial; font-size: 12px }
table 		{ font-family: Arial; font-size: 12px }
tr 			{ font-family: Arial; font-size: 12px }
td 			{ font-family: Arial; font-size: 12px }

a            { color: #666666 }
a:link       { color: #666666 }
a:visited    { color: #666666 }
a:active     { color: #666666 }
a:hover      { color: #666666; text-decoration:underline }

h1	{font-family:Arial,Helvetica,Sans-Serif; font-size: 20pt; color: #666666; font-weight: bold; text-align: left; line-height:110%}
h2	{font-family:Arial,Helvetica,Sans-Serif; font-size: 16pt; color: #666666; font-weight: bold; text-align: left; line-height:110%}
h3	{font-family:Arial,Helvetica,Sans-Serif; font-size: 12pt; color: #666666; font-weight: bold; text-align: left; line-height:110%}

h4				{ font-family:Arial,Helvetica,Sans-Serif; font-size: 12pt; color: #000000; font-weight: bold; text-align: left; text-decoration:none }
h4 A:link		{ font-family:Arial,Helvetica,Sans-Serif; font-size: 12pt; color: #000000; font-weight: bold; text-align: left; text-decoration:underline }
h4 A:visited	{ font-family:Arial,Helvetica,Sans-Serif; font-size: 12pt; color: #000000; font-weight: bold; text-align: left; text-decoration:none }
h4 A:active		{ font-family:Arial,Helvetica,Sans-Serif; font-size: 12pt; color: #000000; font-weight: bold; text-align: left; text-decoration:none }
h4 A:hover		{ font-family:Arial,Helvetica,Sans-Serif; font-size: 12pt; color: #000000; font-weight: bold; text-align: left; text-decoration:underline }

.AText 				{ font-family:Arial,Helvetica,Sans-Serif, Times, Serif; font-size:8pt; color:Yellow; font-weight:bold; text-align:left; text-decoration:none } 
.AText A:link 		{ font-family:Arial,Helvetica,Sans-Serif, Times, Serif; font-size:8pt; color:Yellow; font-weight:bold; text-align:left; text-decoration:underline } 
.AText A:visited 	{ font-family:Arial,Helvetica,Sans-Serif, Times, Serif; font-size:8pt; color:Yellow; font-weight:bold; text-align:left; text-decoration:underline }
.AText A:active 	{ font-family:Arial,Helvetica,Sans-Serif, Times, Serif; font-size:8pt; color:Yellow; font-weight:bold; text-align:left; text-decoration:underline }
.AText A:hover 		{ font-family:Arial,Helvetica,Sans-Serif, Times, Serif; font-size:8pt; color:Yellow; font-weight:bold; text-align:left; text-decoration:underline }

.TopHeader	{font-family: Arial; font-size: 16px; font-weight:bold}

.mapsection {font-family: Arial;font-size: 12px;}
.mapitem {font-family: Arial;font-size: 10px;}

.FormButton		{ border: 1px solid Black; background: Silver; font-family: Arial, Helvetica, sans-serif; font: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold }
.FormField		{ border: 1px solid #000000; background: #F0F0F0; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; font-style:normal; font-variant:normal }
.FormField2		{ border: 1px solid #000000; background: #F0F0F0; font-family: Arial, Helvetica, sans-serif; font-size: 7pt; }

select {  border: 0px solid #000000; background: #F0F0F0; font-family: Arial, Helvetica, sans-serif; font-size: 7pt; }

/* --------------------------------------------------------------------- */
/* BLOG STYLES              */
/* --------------------------------------------------------------------- */

/* -------------------------- */
/* Posts                      */
/* -------------------------- */

.post
{
    border-bottom: dotted 1px #ccc;
    margin-bottom: 10px;
}
.postDate
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    color: #336699;
    background: #eee;
}
.postTitle
{
    font-weight: bold;
    font-size: 12pt;
    color: #c60;
    padding-top: 10px;
    padding-bottom: 10px;
}
.postMessage
{
    padding-bottom: 5px;
}
.postFooter
{
    color: #a8a8a8;
    font-size: 7pt;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
}
