/* CSS Document */



/* Page */

body {
	background-color: #993300;
	background-image: url(images/bg_pinstripe.gif);
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.section_head {
	color: #666699;
	font-size: 24px;
	font-weight: bold;
	text-decoration:underline;
}

.sub_head{
	color: #666699;
	font-weight: bold;
	font-size: 20px;

}

.style2 {
	font-size: 36px;
	color: #FF0000;
}
.style3 {
	color: #FF0000;
	font-size: 18px;
}

/* Navigation */

.menu a,
.menu a:link,
.menu a:visited,
.menu a:hover,
.menu a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;
	color:#FFFF33;
	text-decoration: none;
}
.menu a:hover {
	color:#0000FF;
}