body {
	background-color: #9F9F9F;
	margin-top: 3px;
	margin-bottom: 3px;
}

.page {
	width: 780px;
	font-family: 'Lucida Sans Unicode', Arial, Helvetica, Sans-serif, sans-serif;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.section_a {
	border-bottom: 1px solid Black;
	background-color: Silver;
	font-family: 'Lucida Sans Unicode', Arial, Helvetica, Sans-serif, sans-serif;
	font-size: x-large;
	color: #FF1FAA;
	text-align: center;
}

.section_a .logo {
	padding : 7px 0px 0px 0px;
}

.section_a .logotext {
	padding-left: 25px;
	padding-right: 25px;
	font-weight: bolder;
}

.section_a .logotext .black {
	color: #000000;
}

				
.content_area {
	margin-top: 3px;
	padding: 20px;
	padding-right: 20px;
	width: 640px;
	font-family: 'Lucida Sans Unicode', Arial, Helvetica, Sans-serif, sans-serif;
	font-size: 80%;
}

.content_area h1, .content_area h2, .content_area h3 {
	font-weight: normal;
	font-size: 130%;
}

.content_area A {
	color: #FF1FAA;
}

.menu_left {
	width: 160px;
	color: #FF1FAA;
	background-color: Silver;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 0px;
	font-size: 80%;
}

.menu_left p {
	margin: 0px;
	padding: 1px;
}

.linkbutton {
	width: 150px;
	color: #FF1FAA;
	background : White;
	padding: 5px 0px 5px 10px;
	margin: 3px;
}

.linkbutton A {
	text-decoration : none;
	color: #FF1FAA;
}

.linkbutton A:hover {
	text-decoration : none;
	background-color: #000000;
	color: #FFFFFF;
}

.linkbutton_selected {
	width: 150px;
	border: 0px solid Black;
	background-color: white;
	color: #FF1FAA;
	font-weight: bold;
	padding: 5px 0% 5px 10px;
	margin: 3px;
}

.linkbutton_selected A {
	background-color: white;
	color: #FF1FAA;
	text-decoration : none;
	font-weight: bolder;
}

.linkbutton_selected A:hover {
	background-color: Black;
	color: #FFFFFF;
}

.linkbutton_indented {
	width: 150px;
	border: 0px solid Black;
	background-color: #FFFFFF;
	padding: 5px 0px 5px 10px;
	margin: 3px;
}

.linkbutton_indented A {
	text-decoration : none;
	color: Black;
}

.linkbutton_indented A:hover {
	background-color: Black;
	color: #FFFFFF;
}

.copyright {
	background-color: #E5E5E5;
	border-top: 1px solid Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding: 3px;
	text-align: center;
}

.mailaddy {
	color: #CC8822;
}

