BODY
{
background-image: url("/include/images/BG_dots.gif");
background-repeat: repeat; /* repeat, repeat-x, repeat-y, no-repeat */
background-color: #3366CC;
font-family: comic sans ms,arial,sans-serif;
font-size: 13px;
color: #000000;
}


P
{
font-size: 13px;
line-height: 20px;
}

UL,OL,LI
{
font-size: 12px;
line-height: 18px;
}

H1,H2,H3
{
margin-top: 0px;
color: #535272;
}

H1
{
font-size: 16px;
}

H2
{
font-size: 14px;
}

H3
{
font-size: 12px;
}

SELECT
{
background-color: #ffffff;
color: #000000;
font-family: comic sans ms,arial,sans-serif;
font-size: 12px;
}

INPUT
{
color: #000000;
font-family: comic sans ms,arial,sans-serif;
font-size: 12px;
}




/*BEGIN CLASS DEFINITIONS*/

.smaller
{
font-size: 11px;
line-height: 15px;  
}


.caption
{
font-size: 10px;
line-height: 13px;  
}




.testimonial
{
font-size: 11px;
color: white;
line-height: 15px;  
}




A:link
{
color: #E24C24;
text-decoration: underline;
}

A:visited
{
color: #006400;
}

A:hover 
{ 
color: #3366CC; 
text-decoration: none;
}

