BODY
{
/*background-image: url("/include/images/layout/bg.gif");*/
/*background-repeat: repeat-x;*/ /* repeat, repeat-x, repeat-y, no-repeat */
background-color: #FFFFFF;
font-family: tahoma,verdana,arial,sans-serif;
margin-top: 0px; margin-left: 0px; margin-right: 0px;  
padding: 0px; 
}


P
{
color: #446D8B;
line-height: 22px;
font-size: 11px;
margin-top: 0px;
}	




UL,OL
{
margin-top: 0px;
}


LI
{
color: #4C7592; 
margin-bottom: 4px;
font-size: 11px;
line-height: 14px;
}





H1,H2,H3
{
font-family: tahoma;
}

H1
{
color: #0F4880;
margin-top: 0px;
margin-bottom: 25px;
font-size: 18px;
}

H2
{
color: #0F4880;
margin-top: 0px;
margin-bottom: 8px;
font-size: 16px;
}

H3
{
color: #0F4880;
margin-top: 0px;
margin-bottom: 6px;
font-size: 14px;
}


/*BEGIN CLASS DEFINITIONS*/

.menu
{
font-size: 11px; 
color: black; 
}


.footer
{
color: #446D8B;
line-height: 14px;
font-size: 9px;
margin-top: 15px; 
}

.testimonial
{
background-color: #B8E6F1;
padding: 15px;
line-height: 14px;
margin-bottom: 25px; 
}











/* ANCHORS */



A:link
{
color: #000000;
text-decoration: underline;
font-weight: bold;
}

A:visited
{
color: #000000;
text-decoration: underline;
font-weight: bold;
}

A:hover 
{ 
color: #000000; 
text-decoration: underline;
font-weight: bold;
background-color: #D0DAE3; 
}




A.menu:link
{
color: #000000;
text-decoration: none;
}

A.menu:visited
{
color: #000000;
text-decoration: none;
}

A.menu:hover 
{ 
color: #000000; 
text-decoration: none;
}


