/**** Basic Formatting ****/
p, ul, ol {
  font: normal 9pt/1.38em arial, sans-serif;
  color: #525152;
}

input, textarea {
  font: normal 9pt/1.25em arial, sans-serif;
  color: #00349A;
}

/* div#centerpane p {
  margin: 0 0 0.5em;
} */

h1 {
  font: bold 16pt arial, sans-serif;
  color: #1A5BA4;
  margin: 0;
  margin-bottom: 5px;
  display: block;
}


h2 {
  font: bold 12pt arial, sans-serif;
  color: #1A5BA4;
  margin: 0;
}

h3 {
  font: bold 9pt arial, sans-serif;
  color: #1A5BA4;
  margin: 0;
}

a {
  text-decoration: none; 
  color: #525152;
}

a:hover {
  text-decoration: none;
}

.blue {
	color:#1A5BA4;
}

.green {
  color: #1A9797;
}

.orange {
	color:#A32A64;
}

.purple {
	color:#663399;
}

.black {
	color:#000000;
}

.grey {
	color:#0066CC;
}

div hr {
  display: none;
}

.bluehr {
	color:#1A5BA4;
	background-color:#1A5BA4;
	border:0;
	height:2px;
	margin-bottom: 0.5em;
}

.greenhr {
	color: #1A9797;
	background-color:#1A9797;
	border:0;
	height:2px;
	margin-bottom: 0.5em;
}

.orangehr {
	color:#990066;
	background-color:#990066;
	border:0;
	height:2px;	
	margin-bottom: 0.5em;
}

.purplehr {
	color:#8A50A6;
	background-color:#8A50A6;
	border:0;
	height:2px;
	margin-bottom: 0.5em;
}

.blackhr {
	color:#000000;
	background-color:#000000;
	border:0;
	height:2px;
	margin-bottom: 0.5em;
}

.greyhr {
	color:#CCCCCC;
	background-color:#CCCCCC;
	border:0;
	height:2px;
	margin-bottom: 18px;
	margin-top: 18px;
	}

.greyhr2 {
	color:#CCCCCC;
	background-color:#CCCCCC;
	border:0;
	height:2px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.blueul ul {
	color:#1A5BA4;
}

.greenul ul {
  color: #1A9797;
}

.orangeul ul {
	color:#FF761E;
}

.purpleul ul {
	color:#663399;
}

.blackul ul {
	color:#000000;
}


.greyul ul {
	color:#0066CC;
}

.font1 {
	font: normal 8pt/1.1em arial, sans-serif; 
}

.font2 {
	font: normal 10pt/1.1em arial, sans-serif; 
}

.font3 {
	font: normal 12pt/1.1em arial, sans-serif; 
}

.font4 {
	font: normal 14pt/1.25em arial, sans-serif; 
}

.font5 {
	font: normal 18pt/1.25em arial, sans-serif; 
}

.font6 {
	font: normal 24pt/1.25em arial, sans-serif; 
}

.font7 {
	font: normal 36pt/1.25em arial, sans-serif; 
}

