/* General style sheet for Public Service Commission web site */

body {
	background-color: white; 
	font-family: Arial, Helvetica, sans-serif;
}

p, td, ul, ol, dl, blockquote, h2, h3, h4, h5, dir, a {
	font-family: Arial, Helvetica, sans-serif
}

p, td, ul, ol, dl, blockquote, dir {
	font-size: 9pt
}

h1 {
	font-family: "Arial Black";
	font-size: 14pt;
	font-weight: bold; 
	color: #8E2826
}

h2 {
	font-size: 13pt;
	font-weight: bold
}

h3 {
	font-size: 11pt; 
	font-weight: bold
}

h4 {
	font-size: 10pt; 
	font-weight: bold
}
a  {
	text-decoration: none;
	color:#8CAAA5
}

.orangebold { 
	color: #FBB48A;
	font-weight: bold
}
.purplebold { 
	color: #6B6695;
	font-weight: bold
}

.small {
	font-size: 8pt
}

.txtlocation {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #88A6A4}
.bold {  font-weight: bold}