@charset "utf-8";
/* CSS Document */

.body {
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight: normal;
	display: block;
}

.heading1 {
	font-family:"Tahoma";
	font-size:14px;
	font-weight:bold;
	color:#900;
	text-align: center;
	background-color: #FFF;
	display: block;
}

.underline {
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight: normal;
	display: block;
	text-decoration:underline;
}

.list {
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight: normal;
	display: list-item;
	list-style-position:inside;
	text-indent:10px;
}

.navigation {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #006;
	display: block;
	padding: 8px;
	width: 185px;
	text-decoration: none;
	background-color: #FFF;

}

.navigation:hover {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #006;
	display: block;
	padding: 8px;
	width: 185px;
	text-decoration: none;
	background-color: #CFF;

}

.heading2 {
	font-family:"Tahoma";
	font-size:18px;
	font-weight:bold;
	color:#900;
	text-align: center;
	background-color: #FFF;
	display: block;
}

.heading3 {
	font-family:"Tahoma";
	font-size:13px;
	font-weight:bold;
	color: #933;
	text-align: center;
	background-color: #FFF;
	display: block;
}