
#coolmenu{
border: 0px solid #000000;
border-bottom-width: 0;
width: 148px;
background-color: ;
}

* html #coolmenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 148px;
}

#coolmenu a{
font: bold 11px arial;
padding: 3px;
padding-left: 4px;
display: block;
width: 100%;
color: #ffffff;
text-decoration: none;
border-top: 1px solid #ffffff;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: #000000;
color: #ffffff;
}















H1, H2, H3, H4, H5, H6{
	Font-family: 'Georgia',Arial,Verdana, Tahoma, Helvetica, sans-serif;
	Color: #000000;
	Font-weight: Bold;
}

H1{
Font-Size: 24pt;
}

H2{
Font-Size: 22pt;
}

H3{
Font-Size: 18pt;
}

H4{
Font-Size: 14pt;
}

H5{
Font-Size: 12pt;
}

H6{
Font-Size: 10pt;
}




A:Link
{
font-weight: bold;
Text-Decoration: underline;
color: #E90816;
}

A:active
{
font-weight: bold;
Text-Decoration: underline;
color: #E90816;
}

A:visited
{
font-weight: bold;
Text-Decoration: underline;
color: #000000;
}

A:hover
{
font-weight: bold;
Text-Decoration: underline;
color: #E90816;
}


a.link2
{
font-weight: bold;
Text-Decoration: underline;
color: #E90816;
}



.date {
Font-family: 'tahoma', Tahoma, Helvetica, sans-serif;
font-size: 8pt;
color: #335202;
font-weight: normal;
Text-Decoration: None;
letter-spacing: 0px;
MARGIN-LEFT:0px; MARGIN-RIGHT: 0px;
}


p {
Font-family: 'arial', Tahoma, Helvetica, sans-serif;
font-size: 10pt;
color: #000000;
font-weight: normal;
Text-Decoration: None;
letter-spacing: 0px;
MARGIN-LEFT:15px; MARGIN-RIGHT: 10px;

}

.address {
Font-family: 'arial', Helvetica, sans-serif;
font-size: 9pt;
color: #000000;
font-weight: normal;
Text-Decoration: None;
letter-spacing: 0px;
margin-top:15px;
MARGIN-LEFT:5px; MARGIN-RIGHT: 5px;
}

Li {
Font-family: 'arial', Tahoma, Helvetica, sans-serif;
font-size: 10pt;
color: #000000;
font-weight: normal;
Text-Decoration: None;
letter-spacing: 0px;
MARGIN-LEFT:5px; MARGIN-RIGHT: 5px;
}



.title {
Font-family: 'arial', Arial,Verdana, Tahoma, Helvetica, sans-serif; 
font-size: 15pt;
color: #E90816;
font-weight: Bold;
MARGIN-LEFT:5px; MARGIN-RIGHT: 10px; 
}

.subtitle {
Font-family: 'Georgia',Arial,Verdana, Tahoma, Helvetica, sans-serif; 
font-size: 10pt;
color: #335202;
font-weight: Bold; 
}

.footer {
Font-family: 'tahoma', Helvetica, sans-serif;
font-size: 8pt;
COLOR: #000000;
font-weight: normal;
text-decoration: none;
text-align: right;
}


.hovermenu2 {
font: bold 10px georgia;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu2 a:visited{
font: bold 10px georgia;
color: #f3d87a;
list-style: none;
text-decoration: none;
display: inline;
height: 20px;
}

.hovermenu2  a{
font: bold 10px georgia;
padding: 1px 0.5em;
text-decoration: none;
float: center;
color: #f3d87a;
background-color: #335a12;
border: 0px solid #335a12;
height: 20px;
}

.hovermenu2  a:hover{
font: bold 10px georgia;
background-color: #335a12;
color: ffffff;
border-style: outset;
height: 20px;
}

html>body .hovermenu2  a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset; 
}