/* from pir_2.css                       */ 
/* HTML tag styles                             */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #864B11;
}

body {
	background-image: url(/images/Backgrounds/parchment1.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #0C6202;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #0C6202;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #C34701;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #864B11;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	font-size: 24px;
	color: #D08834;
}

h2 {
	font-size: 18px;
	color: #C34701;
}

h3 {
	font-size: 18px;
	color: #BF7D2D;
}

h4 {
	font-size: 16px;
	color: #C34701;
}

h5 {
	font-size: 14px;
	color: #864B11;
}

h6 {
	font-size: 14px;
	color: #C34701;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(/images/Bullets/pir_bul1.gif);
}

ul ul {
	list-style-type: circle;
	list-style-position: outside;
	list-style-image: url(/images/Bullets/pir_bul2.gif);
}

ul ul ul {
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(/images/Bullets/pir_bul3.gif);
}

/* Begin Font Styles */

.verdana_bn{
	font-family: Verdana, Arial, sans-serif;
	color: #864B11;
}

.verdana_cin{
	font-family: Verdana, Arial, sans-serif;
	color: #C34701;
}

.verdana_umber{
	font-family: Verdana, Arial, sans-serif;
	color: #BF7D2D;
}

.verdana_gold{
	font-family: Verdana, Arial, sans-serif;
	color: #D08834;
}

.verdana_dk_grn{
	font-family: Verdana, Arial, sans-serif;
	color: #0D6802;
}

.verdana_lt_grn{
 font-family: Verdana,Arial,sans-serif;
 color: #D5FFCE;
}

.verdana_teal{
 font-family: Verdana,Arial,sans-serif;
 color: #008080;
}

.verdana_lt_bn{
 font-family: Verdana,Arial,sans-serif;
 color: #F5CAA9;
}

.lumos_gld{
 font-family: Lumos,Verdana,Arial,sans-serif;
 color: #D08834;
}

.times_gold{
font-family: "Times New Roman",Georgia,Serif;
color:#F8C887;
}