/*CSS Document*/

/*Style Sheet for SPESA
Version 2011 modified on February 16, 2011 by Dave Gardner
 - Added Header Comments
 - Changed Code Coloring Scheme CSS Value to #06F
 - Changed Code Format CSS added blank line between rules
Copyright 2011*/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

body {
	margin:0 auto;
	width:1072px;
	position: relative;/* adjust width as needed */
}

.FormClass {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.smaller {
	font-size: 8pt;
}

.style1 {
	color: #999999
}

.style2 {
	color: #666666
}

.style3 {
	color: #333333;
	text-align: center;
}

.style4 {
	color: #996600;
}

.Justify {
	text-align: justify;
}

#MenuBar1 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #58595B;
	width: 100px;
}

#MenuBar1 .MenuBarItemSubmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #58595B;
	font-weight: bold;
}

#MenuBar1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #58595B;
	font-weight: bold;
}

#MenuBar1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #999999;
	font-weight: bold;
}

