@charset "UTF-8";
/* CSS Document */

body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
height:100%;
background-color:#EEEEEE;
background-image:url(../images/background.gif);
background-repeat:no-repeat;
background-position:center center;
background-attachment:fixed;
}

p {
margin:0;
}

html {
height:100%;
}

body,td,th {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF;
}

.footer_text {
font-size:11px;
color:#000000;
}

.small_text {
font-size:11px;
}

.footer_text_grey {
font-size:11px;
color:#999999;
}

#content ul {
margin-top:0;
margin-bottom:0;
}

#content li {
padding-bottom:5px;
}

.light_green_text {
color: #96A6A5;
}

h1 {
font-size:28px;
margin:0;
font-weight:normal;
color: #96A6A5;
}

a {
color: #FFFFFF;
text-decoration: none;
outline:none;
}
a:hover {
text-decoration: none;
color: #96A6A5;
}

.footer_text_grey a {
color: #999999;
text-decoration: none;
}

.footer_text_grey a:hover {
text-decoration: underline;
color: #999999;
}
