body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	color: #3130ce;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
}

a{
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight: bold;
	color:#000000;
}

a:hover{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight: bold;
	color:#0000ff;
	background:#C6EFF7;
}

.light{
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight: normal;
	color:#000000;
}
a:hover.light{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight: normal;
	color:#0000ff;
	background:#C6EFF7;
}

.fix12pt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#FFFFFF;
	
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
}

pre{
	font-family:Arial, Helvetica, sans-serif;
	color:#0000CC;
	font-size:16px;
	font-weight: bold;
}

hr {
	color: #000000;
	border-color: #000000;
}
.subheading {
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#000000;
}

.newsandevents {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
}
.newsheadline {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#000000;
}

.copytext {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#000000;
}

.underlineheading {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#000000;
	text-decoration: underline;
}
.yellowbground {	color: blue;
	font-weight: bold;
	background-color: yellow;
}

.rr_heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	font-weight: bold;
}
.rr_subheading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #0000FF;
}
.rr_a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: underline;
}
.rr_a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: underline;
	background-color: #99FFFF;
}
.rr_category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
tr.red{
	background-color: #FFCCFF;
}
tr.blue{
	background-color: #CCFFFF;
}
.smallish{
	font-size: xx-small;
}
.small{
	font-size: x-small;
}
.strikeout{
	text-decoration: line-through;
}