/* CSS Document */
body, ul, p, .myP {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
body {
	background-color: #666666;
}
a	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #5586D2;
}

a:hover	{
	color: #F6B511;
}

h1, h2, h3, h4, .sectionHeader, .pHeader {
	font-weight: bold;
	padding: 5px;
	}

h1 {
	font-size: 24px;
	text-align: center;
}

img 	{
	border: 0px;
	}

.templateTable {
	background-color: #FFFFFF;
	width: 760px;
	padding: 0px;
	font-size: 10pt;
	}

.sectionHeader {
	color: #F6B511;
	font-size: 16pt;
	background-color: #FFFFFF;
	border: 2px solid #000000;
	text-align: center;
}

a.menuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #CCCCCC;
	border: 2px solid #523E4B;
	text-align: center;
	text-decoration: none;
	padding: 2px;
	width: 210px;
	height: 22px;
	}

a.menuItem:hover {
	border: 2px solid #F6B511;
	color: #F6B511;
	}
.menubar {
	background-color: #523E4B;
	height: 22px;
	}
.contentarea 	{
	border: 2px solid #F6B511;
	font-size: 10pt;
}
.spacerrow {
	background-color: #523E4B;
	width: 100%;
}
.feistyfooter {
	color: #FFFFFF; 
	font-size: 8pt; 
	font-weight: bold; 
	text-align: center;
}
.feistyfooter a {
	font-size: 8pt;
}
