body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}
body {
	background-color: #FFFFFF;
}
a:link {
	text-decoration: underline;
	color: #000099;
}
a:visited {
	text-decoration: underline;
	color: #000099;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: underline;
	color: #FF6600;
}
h1 {
	font-size: 13pt;
	color: #002E64;
}
h2 {
	font-size: 10pt;
	color: #002E64;
}
h3 {
	font-size: 9pt;
	color: #000000;
}
p {
	text-align: justify;
}
.picbox {
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
}
.courier {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	color: #666666;
}
.white {
	color: #FFFFFF;
	font-size: 7pt;
}
a:link.white {
	color: #FFFFFF;
}
a:visited.white {
	color: #FFFFFF;
}
.whiteTitle {
	color: #FFFFFF;
	font-weight: bold;
}
.whiteText {
	color: #FFFFFF;
}
.sidelines {
	border-style: solid;
	border-color: #999999;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-top-width: 0px;
}
.topshadow {
	background-image: url(images/top-shadow.gif);
	background-repeat: repeat-x;
}
.bottomshadow {
	background-image: url(images/bottom-shadow.gif);
	background-repeat: repeat-x;
}
.leftshadow {
	background-image: url(images/left-shadow.gif);
	background-repeat: repeat-y;
}
.rightshadow {
	background-image: url(images/right-shadow.gif);
	background-repeat: repeat-y;
}
.toplinepadding {
	margin-top: 9px;
}
.bottomlinepadding {
	margin-bottom: 9px;
}