body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #758DB1;
	color: black;
	margin: 0px;
	margin-bottom: 0px;
	background-color: #F8D294;
/* */
	scrollbar-3dlight-color: #E7CCA1;
	scrollbar-arrow-color: #758DB1;
	scrollbar-base-color: #E7CCA1;
	scrollbar-darkshadow-color: #758DB1;
	scrollbar-face-color: #E7CCA1;
	scrollbar-highlight-color: none;
	scrollbar-shadow-color: #E7CCA1;
}
p {
	font-size: 12px;
}

/* 
	LINKS 
*/
a:link {
	color: #758DB1;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #046688;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
/*	color: #758DB1; */
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #046688;
	font-weight: bold;
	text-decoration: none;
}
/*
*/

/*
	FONTS
*/
h2,
h1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #758DB1;
/*	text-align: center; */
	margin-bottom: 5px;
	margin-top: 0px;
}
h1 {
	font-size: 50px;
	font-weight: italic;
}
em {
	font-weight: bold;
	font-style: normal;
}
td {
	font-size: 12px;
}
br {
/*	line-height: 10px;*/
}
/* */
.bullet {
/*	color: #758DB1; */
}

/*
	DIV's
*/
.maindiv {
	left: 50px;
	top: 35px;
	height: 550px;
	width: 550px;
/*	background-color: #E7CCA1; */
	z-index: 2;
	position: relative;
/*	border-left: 1px outset #758DB1; */
	border-top: 1px outset #758DB1;
}
.insidediv {
	left: 2px;
	top: 2px;
	height: 461px;
	width: 546px;
/*	background-color: #F8D294; */
	z-index: 2;
	position: absolute;
}
.erase {
	left: 0px;
	top: 306px;
	height: 100px;
	width: 560px;
/*	background-color: #F8D294; */
	z-index: 3;
	position: absolute;
}
.pagetitle {
	left: 50px;
	top: 10px;
	width: 550px;
	z-index: 6;
	position: absolute;
}
.pagetext {
	left: 0px;
	top: 0px;
	margin: 0px;
	z-index: 6;
/*	background-color: white; */
	position: absolute;
}
/* */

