body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333; }
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #333333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #666666;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #666666;
}

.selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
}
.alternatetr {
	background-color: #E4E4E4;
}
.alternatetr2{
	background-color: #F2F2F2;
}
h4 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
}
.background-blue {
	background-image:  url(images/spacer-blue.gif);
	background-color: #003399;
}
.background-gray {
	background-image:  url(images/spacer-gray.gif);
	background-color: #DDDDDD;
}
.redtext {
	color: #990000;
	font-weight:bold; }
.whitetext {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a.whitelink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none; }
a.whitelink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	text-decoration: underline; }
a.whitelink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none; }

pre {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	color: #333333;
}
.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
ul {
	list-style: url(none) none;
}

ul li 
{
	line-height: 20px;
	margin-left: -20px;
	list-style-image: none;
	list-style-type: disc;

}
ul ul li
{
	line-height: 20px;
	margin-left: -20px;
	list-style-type: circle;

}
