@charset "UTF-8";
/* CSS Document */

<!--
body,td,th {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #404041;
}

body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 10px;
}

p {
margin:0;
}

a {
color: #404041;
text-decoration: none;
outline:none;
}

a:hover {
text-decoration: underline;
color: #404041;
}

h1 {
margin:0;
font-size:36px;
font-weight:normal;
}

h2 {
margin:0;
font-size:27px;
font-weight:normal;
}

h3 {
margin:0;
font-size:36px;
font-weight:normal;
text-align:center;
}

.green_text {
color:#B9C2AD;
}

.footer_text {
font-size:11px;
color:#B9C2AD;
}

.dark_green_small_text {
font-size:12px;
color:#8B9182;
}

.footer_text a {
font-size:11px;
color:#B9C2AD;
text-decoration:none;
}

.footer_text a:hover {
font-size:11px;
color:#B9C2AD;
text-decoration:underline;
}

.small_text {
font-size:12px;
}

.medium_text {
font-size:14px;
}

.white_medium_text {
font-size:14px;
color:#FFFFFF;
}

.white_small_text {
font-size:12px;
color:#FFFFFF;
}

.white_text {
color:#FFFFFF;
}

.dark_green_text {
color:#A7AF9C;
}

.dark_green_medium_text {
color:#A7AF9C;
font-size:14px;
}

hr {
color:#FFF;
background-color:#FFF;
height:1px;
border:none;
margin:25px 0 25px 0;
}


-->