body,td,th {
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
a:link {
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
	color: #9933FF;
}
a:visited {
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
	color: #9933FF;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
	color: #0000FF;
}
a:active {
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
	color: #9933FF;
}
.linkdiv {
	font-size: 14px;
	font-weight: bold;
	color: #00FFFF;
}
a.text:link {
	text-decoration: underline;
	font-weight: normal;
	font-size: 1.0em;
	color: #9933FF;
}
a.text:visited {
	text-decoration: underline;
	font-weight: normal;
	font-size: 1.0em;
	color: #9933FF;
}
a.text:hover {
	text-decoration: underline;
	font-weight: normal;
	font-size: 1.0em;
	color: #0000FF;
}
a.text:active {
	text-decoration: underline;
	font-weight: normal;
	font-size: 1.0em;
	color: #9933FF;
}
h1, h2, h3, h4, h5, h6 {
	color: #FF6600;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}
h1 {
	font-size: 2.0em;
	font-weight: bold;
}
h2 {
	font-size: 1.7em;
	font-weight: bold;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	font-size: 1.2em;
	font-weight: normal;
}
h6 {
	font-size: 1.0em;
	font-weight: normal;
}
img {
	border: 0;
}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.3em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
}
p {
	font-size: 1.0em;
}
.settext {
	font-size: 15px;
	color: #333333;
	font-weight: normal;
}
.settext_n {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
.emphtext {
	font-size: 1.3em;
	color: #800000;
	font-weight: bold;
}
.emphtext_xl {
	font-size: 1.5em;
	color: #800000;
	font-weight: bold;
}
.emphorange {
	font-size: 1.3em;
	color: #FF6600;
	font-weight: bold;
}
.emphgrey {
	font-size: 1.3em;
	color: #333333;
	font-weight: bold;
}
.emphgrey_n {
	font-size: 1.3em;
	color: #333333;
	font-weight: normal;
}
.redbold {
	font-size: 1.0em;
	color: #800000;
	font-weight: bold;
}
.redboldul {
	text-decoration: underline;
	font-size: 1.0em;
	color: #800000;
	font-weight: bold;
}
.red_yellow_b {
	font-weight: bold;
	color: #800000;
	font-size: 1.2em;
	background-color: #FFFFCC;
}
.red_yellow_n {
	font-weight: normal;
	color: #800000;
	font-size: 1.0em;
	background-color: #FFFFCC;
}
.red_grey {
	font-family: Times New Roman;
	font-weight: normal;
	color: #800000;
	font-size: 1.5em;
	background-color: #EAEAEA;
}
.title {
	font-size: 18px;
	font-weight: bold;
	color: #000066;
}
.arrows {
	font-size: 18px;
	font-weight: bold;
	color: #FFCC00;
}
.hd {
	font-size: 18px;
	color: #000066;
	font-weight: bold;
}
table.info {
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	background-color: #FBFAEF;
}
table.info td {
	border-left: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	padding: 3px;
	width: 35px;
	line-height: 14px;
	vertical-align: top;
	text-align: center;
}
.info_hd {
	height: 18px;
	font-weight: bold;
	color: #000066;
	font-size: 12px;
	background-color: #FFFFCC;
}
.cellborder {
	background-color: #999966;
	border-top: thin none #999999;
	border-right: thin solid #000000;
	border-bottom: thin none #000000;
	border-left: thin none #999999;
}
.cellborder1 {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}
.arialred {
	color: #800000;
	font-size: 11px;
	font-weight: normal;
}
.arialblack {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
.arialgrey {
	color: #333333;
	font-size: 11px;
	font-weight: normal;
}
.arialblue {
	color: #000066;
	font-size: 11px;
	font-weight: normal;
}
strong, b {
	font-weight: bold;
}
