﻿<style type="text/css">
.Backgroud {
	color: #FF9D00;
	text-align: center;
}

.Line {
	color: #FF9D00;
	text-align: center;
}

.ContentBox {
	color: #2e448d;
	text-align: center;
	z-index: 1;
	padding-top: 9px;
	font-size: 120%;
	font-weight: bold;
	font-family: 'Palatino Linotype',helvetica,sans-serif;
	background-color: #FFFAB9;
}

.ContentText {
	color: #000000;
	text-align: left;
	z-index: 1;
	font-size: 90%;
	font-family: 'Palatino Linotype',helvetica,sans-serif;
	background-color: #FFFAB9;
}

.ContentHeading {
	color: #000000;
	text-align: left;
	z-index: 1;
	font-size: 95%;
	font-family: 'Palatino Linotype',helvetica,sans-serif;
	background-color: #FFFAB9;
	font-weight: bold;
}

p.navigation {
	font-size: 80%; 	  
	font-weight: bold; 
	text-align: center;
	font-family: 'trebuchet ms',helvetica,sans-serif;	
}

p.navigation a {
	display:block;              
	padding: 1px; 
	color:#050;   
	background-color:#fed;
	text-decoration: none;
	border:1px solid;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;
	border-bottom-color:#363;
}

p.navigation a:hover {
	display: block;
	padding: 1px;
	color: #050;
	background-color: #FFBF80;
	text-decoration: none;
	border: 1px solid;
	border-top-color: #696;
	border-left-color: #696;
	border-right-color: #363;
	border-bottom-color: #363;
} 

</style>

