/* CSS Document */
html {
	height:100%;
	}


BODY {
	font-family: Tahoma, sans-serif, Verdana, Arial, Helvetica;
	font-size:0.75em;
 	color: #666666;
	margin:0px 0px 0px 0px;
	background-color:#807251;

	height:100%;
}



H1 {
	font-family: Tahoma, sans-serif, Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	color:#807251;
}

H2 {
	font-family: Tahoma, sans-serif, Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 16px;
	margin-bottom:8px;
	margin-top:5px;
	margin-left:0px;
	color:#666666;
	overflow:hidden;
	height:20px;
}

.breadcrumb {
	font-family: Tahoma, sans-serif, Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 11px;
}



a:link {
	color: #807251;
	text-decoration:underline;
}
a:visited {
	color: #807251;
	text-decoration:underline;
}
a:hover {
	color: #60422F;
	text-decoration:none;
}
a:active {
	color: #807251;
	text-decoration:underline;
}

a.whitelink:link {
	color: #FFFFFF;
	text-decoration:underline;
}
a.whitelink:visited {
	color: #FFFFFF;
	text-decoration:underline;
}
a.whitelink:hover {
	color: #FFFFFF;
	text-decoration:none;
}
a.whitelink:active {
	color: #FFFFFF;
	text-decoration:underline;
}



a.mainmenu:link {
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
}
a.mainmenu:visited {
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
}
a.mainmenu:hover {
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
}
a.mainmenu:active {
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
}




a.footermenu:link {
	color:#FFFFFF;
	text-decoration:none;
	font-size:90%;
}
a.footermenu:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-size:90%;
}
a.footermenu:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-size:90%;
}
a.footermenu:active {
	color:#FFFFFF;
	text-decoration:none;
	font-size:90%;
}


.white_text {
	color:#FFFFFF;
}
