
body {
background:#fff url(../images/background.png) repeat-x;
overflow-y: scroll;
}

html, body, td {
font-family:arial, verdana;
color:#000;
font-size:12px;
}

#main{
line-height:1.8em;
}

#page {
border-color:#fff;
border-style:solid;
}

#header {
background-color:#9FD000;
}

#footer, .dotted {
border-top:1px dotted #666;
}

a:link, a:visited {
color:#709402;
}

a:active, a:hover {
color:#9FD000;
}

.grey {
color:#666;
}

h1 {
letter-spacing: 0.03em;
}

h1, h2 {
color:#709402;
font-family:times;
}

h1{
font-size:1.7em;
line-height: 1.4em;
}

h2{
font-size:1.3em;
}

#mainMenu {
border-color:#fff;
border-style:solid;
background-color:#BCDE4D;
}

#mainMenu a:link, #mainMenu a:visited {
color:#000;
font-size:12px;
line-height:22px;
}

#mainMenu a:active, #mainMenu a:hover {
color:#fff !important;
}

#mainMenu .active{
color:#fff !important;
background-color:#9FD000 !important;
}

.boxHeader{
background:url(../images/arrow.png) no-repeat 0 5px;
}

.boxImage a img, .imgBorder{
border:2px solid #9FD000;
}

ul {
list-style-image:url(../images/arrowList.png);
*list-style-image:url(../images/arrowList_ie.png);
}


a.rec:link, a.rec:visited{
font-size:10px !important;
padding:1px 4px 1px 4px;
text-decoration: none;
background-color:#9FD000;
color:#fff;
}

a.rec:hover, a.rec:active{
background-color:#BCDE4D;
color:#000;
}