/*
  Style sheet for www.reporterworks.com
  updated 6/25/2001 by Gary Robson
*/

BODY {
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}
P {
	font-size : 12px;
	line-height : 160%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
A:link {
	color : #990000;
}
A:visited {
	color : #660033;
}
A:active {
	color : #FF0000;
}
A:hover {
	color : #660000;
	background-color : #00FFFF;
}
.CAPTION {
	font-size : 11px;
	font-style : italic;
}
.REVERSECAPTION {
	font-size : 11px;
	font-style : italic;
	line-height : 110%;
	color : #FFFFFF;
}
.REVERSECAPTION A:link {
	color : #66FFFF;
}
.REVERSECAPTION A:visited {
	color : #CCFFFF;
}
.REVERSECAPTION A:active {
	color : #00FFFF;
}
.REVERSECAPTION A:hover {
	color : #000000;
	background-color : #00FFFF;
}
.CONTACT {
	color : #993333;
	font-size : 15px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-style : italic;
	line-height : 130%;
}
.PULLQUOTE {
	font-size : 14px;
	line-height : 135%;
	font-style : italic;
}
BLOCKQUOTE {
	font-size : 10pt;
	font-family : 'Times New Roman', Times, serif;
	font-style : italic;
	color : #000000;
}
UL, OL, DL {
	font-size : 12px;
	line-height : 140%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
UL {
	list-style-type : square;
}
DL STRONG {
	color : #660000;
}
DT {
	font-weight : bold;
}
TD {
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
PRE {
	font-family : 'Lucida Console', 'Courier New', Courier, monospace;
	font-size : 12px;
}

H1, H2, H3, H4 {
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding-bottom : 0;
	margin-bottom : 0;
}
H1 {
	color : #990000;
	font-weight : bold;
	font-size : 20px;
}
H2 {
	color : #990000;
	font-weight : bold;
	font-size : 17px;
	padding-top : 3px;
	line-height : 120%;
}
H3 {
	font-weight : bold;
	font-style : italic;
	font-size : 14px;
}


/*
  These are for the left-side menu
*/

.MENU {
	color : #FFFFFF;
	font-size : 15px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	line-height : 150%;
}
.SUBMENU {
	color : #FFFFFF;
	font-size : 13px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	line-height : 140%;
}

.MENU A:link, .MENU A:visited, .SUBMENU A:link, .SUBMENU A:visited {
	text-decoration: none;
	color : #FFFFFF;
}
.MENU A:active, .SUBMENU A:active {
	text-decoration: underline;
	color : #99FFFF;
}
.MENU A:hover, .SUBMENU A:hover {
	text-decoration: underline;
	color : #00FFFF;
	background-color : #993333;
}

/*
  Highlighted menu items (current page)
*/

.MENU-H {
	color : #A8A8A8;
	font-size : 15px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	line-height : 150%;
}
.SUB-H {
	color : #A8A8A8;
	font-size : 13px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	line-height : 140%;
}
.MENU-H A:link, .MENU-H A:visited, .SUB-H A:link, .SUB-H A:visited {
	text-decoration: none;
	color : #00CCCC;
}
.MENU-H A:active, .SUB-H A:active {
	text-decoration: underline;
	color : #99FFFF;
}
.MENU-H A:hover, .SUB-H A:hover {
	text-decoration: underline;
	color : #00FFFF;
	background-color : #993333;
}
