a:link {
	color: #000000; text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a.white:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.white:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.footer:link {
	text-decoration: none;
	color: #333333;
}

a.footer:visited {
	text-decoration: none;
	color: #333333;
}

a.footer:active {
	text-decoration: none;
	color: #333333;
}

a.footer:hover {
	text-decoration: underline;
	color: #A69847;
}

body {
	margin: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: none;
}

.whtBldTxt {
	color: #FFFFFF;
	font-weight: bold;
}

.beigeBldTxt {
	color: #E5DDA1;
	font-weight: bold;
}

.redBldTxt {
	color: #D42323;
	font-weight: bold;
}

.yellowBldTxt {
	color: #F1E179;
	font-weight: bold;
}

.orangeBldTxt {
	color: #FEEDB8;
	font-weight: bold;
}

.curPgLink {
	color: #A69847;
	font-weight: bold;
}

#page_header {
	position: absolute;
	top: 15px;
	left: 15px;
	height: 34px;
	width: 682px;
	overflow: hidden;
}

#root_logo {
	position: absolute;
	top: 6px;
	left: 590px;
	height: 42px;
	width: 107px;
	overflow: hidden;
}

#page_footer {
	position: absolute;
	left: 15px;
/*	top: 565px; */
	width: 682px;
}