body {
	background-color: white;
	margin: 0 auto;
	text-align: center;
}

.centered {
	position: relative;	
    margin: 0 auto;
    text-align: left;
    width: 770;
}

td {
	font: normal 12px 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	color: #636564;
}

td a{width:100%;display:block;}

h1, h2, h3, h4, h5 {
    color: #98c745;
    margin: 0px;

}


h1 {
    font-size: 18px;
    margin: 5px;
    font-weight: normal;
}

h2 {
    font-size: 14px;
    font-weight: normal;
    color: #749314;
    display:inline;
}

h3 {
    font-size: 18px;
    font-weight: normal;
    padding: 10px;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    color: #749314;
}


a {
text-decoration: none;
font: normal 11px Tahoma, Arial;
color: #636564;
}

a:hover {
font: normal 11px Tahoma, Arial;
color: #636564;
text-decoration: none;

}

.menu {
width: 25%;
align: center;
border-style: solid;
border-width: 1px;
border-color: #f4f4f4;
height: 25px;
}

.menu_selected {background-color: #f4f4f4;
color: #97C642;
border-style: solid;
border-width: 1px;
border-color: #f4f4f4;
}

.menu_selected a {color: #97C642; font-size: 12px;}

.menu a {color: inherit; font-size:12px;}
.menu a:hover {color: #97C642;}

.menu:hover {background-color: #f4f4f4;
color: #97C642;
border-style: solid;
border-width: 1px;
border-color: #f4f4f4;
}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}


.btn {
	font-family: Arial;
	font-size: 12px; 
	color:#FFFFFF; 
	background-color:#98c745;
	padding:2 10 2 10;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-radius: 5px;
}

ul{}
ul li {font-size:12px;padding:2 2 0 0;}
ul li a {font-size:12px;font-weight:bold;padding:2 2 0 0;}
ul li a:hover {font-size:12px;font-weight:bold;color:#ca6011;}