@charset "UTF-8";
/* CSS Document */
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black
	font-weight: lighter;
	line-height: 12pt;
	margin-right: 45px;
	text-align: left;
	margin-bottom: 20px;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	line-height: 10pt;
	list-style-type: disc
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: lighter;
	color: black;
	line-height: 18pt;
	margin-top: 30px;
	text-align: left;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: lighter;
	color: black;
	line-height: 10pt;
	text-align: left;
}
ol {  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	list-style-type: lower-roman
}
table.border {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table.main {
	background-color: white;
}
.TableBorder {
	border: 1px solid #000000;
}
.ResultsDesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	color: #666666;
	text-align: right;
}
body {
	background-image: url();
	margin-top: 0px;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FFCC33;
	text-decoration: none;
	background-color: transparent;
	border-color: black;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}
a:active {
	color: #FFCC33;
	text-decoration: none;
}
.taglineImg {
	margin-bottom: 1px;
}

