h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #08046B;
	font-weight: lighter;
	margin-top: .5em;
	margin-bottom: .5em;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #08046B;
	font-weight: lighter;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #08046B;
	font-weight: bold;
	font-style: italic;
}
p {
	margin-top: 0px;
	margin-bottom: .5em;
	margin-right: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.smalltext {
	font-size: 10px;
	font-weight: lighter;
	color: #333333;
}
.smalltextu {
	font-size: 10px;
	font-weight: lighter;
	color: #333333;
	text-decoration: underline;
}
td.rrbody {
	padding: 5px;
}
ul {
	list-style-image: url(../images/bullet.jpg);
	list-style-type: none;
	list-style-position: inside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
td.inborder-tr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	vertical-align: top;
}
td.inborder-tl {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	vertical-align: top;
}
td.inborder-br {
	border: 1px none #999999;
	vertical-align: top;
}
td.inborder-bl {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	vertical-align: top;
}
img.inline {
	display: inline;
}
a:link {
	color: #08046B;
	text-decoration: underline;
}
a:hover {
	color: #3135CE;
	text-decoration: underline;
}
a:visited {
	color: #660066;
	text-decoration: underline;
}
a:active {
	color:#CC3300
	text-decoration: underline;
}
