.Header_Text{
	color: #5d9b89;
	font-family : Arial, sans serif;
	font-size : 18px;
	font-weight : bold;
	text-align : left;
}
.Title_Text{
	color: #5d9b89;
	font-family : Arial, sans serif;
	font-size : 16px;
	font-weight : bold;
	text-align : left;
}
.Normal_Text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #535353;
}
.Subtitle_Text{
	color: #3d3d3d;
	font-family : Arial, sans serif;
	font-size : 14px;
	font-weight : bold;
}
.Important_Text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #535353;
	font-style : italic;
}
a.link{
	color: #28866b;
    text-decoration: underline;
}
p{
	margin: 0px;
	font-family : Arial, sans serif;
	font-size: 11px;
	color: #535353;
	font-weight : normal;
}

ol{
	margin-top: 0px;
	margin-bottom: 0px;
	font-family : Arial, sans serif;
	font-size: 11px;
	color: #535353;
	font-weight : normal;
}
ul{
	margin-top: 0px;
	margin-bottom: 0px;
	font-family : Arial, sans serif;
	font-size: 11px;
	color: #535353;
	font-weight : normal;    
}
body,td,th, div, span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #535353;
}
body {
	background-color: #d7dbd3;
	margin: 0px;
    padding: 0px;
/*    background: url(/images/bg.jpg) left top no-repeat;*/

}
a:link {
	color: #28866b;
}
a:visited {
	color: #28866b;
}
a:hover {
	color: #2dbc93;
}
a:active {
	color: #28866b;
}
.links, .links a:link, .links a:visited, .links a:active{
	color: #68722a;
	font-size: 12px;
	font-weight: bold;
    text-decoration:none;
}
.links a:hover{
	color: #909f32;
	font-size: 12px;
	font-weight: bold;
    text-decoration:none;
}
.menu-spacer{
	float:left;
}
html>body .menu-active{
	background:url('/images/button-active.png') 50% 50% no-repeat;
	width:157px;
	height:75px;
}
html>body .menu-inactive{
	background:url('/images/button-inactive.png') 50% 50% no-repeat;
	width:157px;
	height:75px;
}
.menu{
    cursor:pointer;
    text-align:center;
    vertical-align:top;
    color:#ffffff;
    font-size:14px;
    padding-top:20px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
    margin-left:3px;
    margin-right:3px;
    margin-top:0px;
    margin-bottom:0px;
}