@charset "UTF-8";
.header {
	height: 50px;
	width: 900px;
	background-position: center;
}

body {
	background-color: #d9d8ce;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.footer {
	font-size: 10px;
	height: 15px;
	padding: 10px;
	float: right;
}
.stage {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}
.gray_text {
	font-size: 9pt;
	line-height: 18pt;
	color: #333333;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.gray_address_text {
	font-size: 9pt;
	line-height: 12pt;
	color: #333333;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.blue_text {
	font-size: 10pt;
	line-height: 18pt;
	color: #003399;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #336633;
	background-position: left;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 10pt;
	color: #003399;
	line-height: 16pt;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #336633;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #666666;
}

h3 {
	font-weight: bold;
	color: #336633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

 a:focus {
      outline: none; /* Firefox remove dotted line on links */
      }
