@charset "UTF-8";
/* CSS Document */

body
{
font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #555;
background: url(images/1bg.jpg) #fff;
}

img
{  
border-style: none;
}

h2
{
font-size: 14px;
color: #FF9900;
}

.maintext
{
font-size: 11px;
}

a:link
{
color: #FF9900;
text-decoration: none;
}

a:visited
{
color: #FF9900;
text-decoration: none;
}

a:hover
{
color: #FF9900;
text-decoration: underline;
}

#footer
{
font-size: 9px;
text-align: right;
color: #999;
padding-top: 2px;
}