html {
	overflow-y: hide;
	/* height: 101% */
}

body {
	margin: 0px 0px 30px 0px;
	/* background-color: #DEDDDD; */
	background-color: #FFFFFF;
}

p {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 20px;
	margin: 0px;
}

a:link, a:visited {
	color: #8c4d59;
}

a:hover {
	color #333333;
	text-decoration: none;
}

	
/* +++++++++++++++++++++++++ frontlinks +++++++++++++++++++++++++ */

#frontlink_break {
	display: block;
	float: left;
	width: 1px;
	/* height: 32px;*/
	height: 24px;
	padding: 0px;
	background-color: #AAAAAA;
}

#frontlink a:link, #frontlink a:visited, #frontlink a:active {
	display: block;
	float: left;
	width: 196px; 
	padding: 3px 0px 5px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	/* color: #8c4d59; */
	/* color: #006699; */
	color: #333333;
	/* line-height: 14px; */
	text-decoration: none;
}

#frontlink a:hover {
	/* background-color: #333333; */
	background-color: #006699;
	color: #FFFFFF;
	text-decoration: none;
}


/* +++++++++++++++++++++++++ other tags +++++++++++++++++++++++++ */

.bottom_line {
	border-bottom: 1px solid #999999;
}



