/* CSS Document */
body {font-family: Century Gothic, "Times New Roman", Times, serif; font-size:11px; }

a {text-decoration:none;
color:#000000;

};
.text{color:#000000; text-decoration:none;}

.title-text{font-size:18px; color:#000000; text-decoration:none;}

.text-green{font-weight:bold; color:#000000; text-decoration:none;} 

.links{color:#000000; text-decoration:none; }a.links:hover{ color:#111111; }

.links2{color:#0000000; text-decoration:none; }a.links2:hover{ color:#000000; }

.links-bold{font-weight:bold; color:#000000; text-decoration:none; }a.links-bold:hover{ color:#ABDA4D; }

.links-underline{color:#000000; text-decoration:underline; }a.links-underline:hover{ color:#000000; }
.contactbox{ text-align:center; border:#000000 1px solid; width: 130px; padding: 5px;
margin: 6px;
font-size: 12px;
background:#FFFFFF; }
.contactbox input
{
width: 100px;
margin: 3px;
border: 0;
padding: 2px;
overflow:auto;

}
.greenbut{
padding: 5px;
background: #CCDB2A;
font-weight:bold;
font-size: 14px;
margin: 10px;
text-align:center;
}
.greenbut a:hover
{
background: #E7F739;
}
ul
{
list-style:url(images/bullet.jpg);
}
form{ 
margin: 0; padding: 0;
}
h2{
font-size:22px;
font-family: Century Gothic, "Times New Roman", Times, serif;
font-style:italic; }
h3{
font-size:14px;
font-family: Century Gothic, "Times New Roman", Times, serif;
font-style:italic;}
.greenbox{background:#b7c570; padding: 5px; font-style:italic;text-align:center; font-size:13px; font-family: Georgia, "Times New Roman", Times, serif;}