body {
background: #cccccc;
color: #000000; 
padding-top, padding bottom: 10px;
magin: 0;
font-family: geneva, verdana, arial, helvetica, sans-serif;
font-size: 12px
}



.container {
background: #FFFFFF;
color: #000000;
background-position: left bottom; 
background-repeat: repeat; 
background-attachment:scroll;
border: 3px solid #000000
}

.main {
padding: 10px;
}

.heading {
background: #cccccc;
color: #000000;
}

p {
font-family: geneva, verdana, arial, helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
font-family: geneva, arial, helvetica, sans-serif;
}
h1 {
color: #000000;
background: transparent;
padding: 0;
margin: 0
}
h2 {
color: #000000;
background: #cccccc;
font-size: 24px;
font-weight: bold;
padding: 0;
margin: 0;
}
h3 {
color: #666666;
background: transparent;
font-size: 18px;
border-bottom: 1px #000000 solid
}
h4 {
color: #800000;
background: transparent;
font-size: 16px;
}
h5 {
color: #800000;
background: transparent;
font-size: 14px;
}
h6 {
color: #800000;
background: transparent;
font-size: 12px;
}

a {
font-family: geneva, verdana, arial, helvetica, sans-serif; 
font-weight: bold
}
a:active, a:hover  {
background: transparent;
color: #FF0000; 
text-decoration: none; 
}
a:link, a:visited  { 
background: transparent;
color: #800000; 
text-decoration: underline; 
}

.menu {
background: #000000;
color: #cccccc;
padding: 5px;
border-bottom: 1px #000000 solid;
border-top: 1px #000000 solid
}
.menu a:link, .menu a:visited  { 
background: #000000;
color: #cccccc;
text-decoration: none; 
}
.menu a:active, .menu a:hover  {
background: #000000;
color: #ffffff; 
text-decoration: none; 
}

.footer {
background: #F6F6F6 url('images/bgfooter.jpg') repeat-x left bottom; 
font-size: 12px; 
letter-spacing: 1px; 
color:#000000; 
padding: 10px 5px 5px 5px;
}
.footer a:link, .footer a:visited {
background: transparent;
color: #662A30;
text-decoration: none;
}
.footer a:active, .footer a:hover {
background: transparent;
color: #000000;
text-decoration: underline;
}

.emphasis {
background: #000000;
color: #ffffff;
font-size: 16px;
font-weight: bold;
padding: 10px
}

.small {
font-size: 11px
}