/* ========== DEFINE LINK STATES ========== */

a:link { text-decoration: none }
a:active { text-decoration: none }
a:visited { text-decoration: none }
a:hover { text-decoration: underline }





/* ====== Conversion Table to EMs =========

Pixels		EMs			Percent		Points
6px			0.375em		37.5%		5pt
7px			0.438em		43.8%		5pt
8px			0.500em		50.0%		6pt
9px			0.563em		56.3%		7pt
10px		0.625em		62.5%		8pt
11px		0.688em		68.8%		8pt
12px		0.750em		75.0%		9pt
13px		0.813em		81.3%		10pt
14px		0.875em		87.5%		11pt
15px		0.938em		93.8%		11pt
16px		1.000em		100.0%		12pt
17px		1.063em		106.3%		13pt
18px		1.125em		112.5%		14pt
19px		1.188em		118.8%		14pt
20px		1.250em		125.0%		15pt
21px		1.313em		131.3%		16pt
22px		1.375em		137.5%		17pt
23px		1.438em		143.8%		17pt
24px		1.500em		150.0%		18pt

============================================ */		


/* ============= DEFINE FONTS ============= */

body {
	margin:0;
    font-size:100%;
    line-height:1.125em;
	background-image:url(../images/H5-Bloodstripe.jpg);
	background-repeat:repeat-x;
	}
	
p, font, i, b, table, tr, td, span, div, li, ul, legend, select {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	}

.Font7 {
	font-size: .563em;
	}

.FontWh7 {
	font-size: .563em;
	color: #fff;
	}

.Font8 {
	font-size: .625em;
	}

.FontWh8 {
	font-size: .625em;
	color: #fff;
	}

.FontGr8 {
	font-size: .625em;
	color: #999;
	}

.FontRed8 {
	font-size: .625em;
	color: #900;
	}

.FontBlack8 {
	font-size: .625em;
	color: #000;
	}

.FontBlue8 {
	font-size: .625em;
	color: #009;
	}

.Red8B {
	font-size: .625em;
	color: #900;
	font-weight: bold;
	}

.Font9 {
	font-size: .75em;
	line-height:1.5em;
	}

.FontWh9 {
	font-size: .75em;
	color: #fff;
	}

.FontWh9Links {
	font-size: .75em;
	font-weight: bold;
	color: #fff;
	margin-left: 0;
   	margin-right: 0;
  	line-height: 1.313em;
	}

.Font10 {
	font-size: .813em;
	}

.FontWh10 {
	font-size: .813em;
	color: #fff;
	}

.Font11 {
	font-size: .875em;
	}

.FontWh11 {
	font-size: .875em;
	color: #fff;
	}

.Font12 {
	font-size: 1em;
	}

.FontWh12 {
	font-size: 1em;
	color: #fff;
	}
	
.links {
	font-size: .625em;
	}

legend.head2 {
	font-size: 1em;
	font-weight: bold;
	color: #C93;
	}
	
.head3gray {
	font-size: 1.125em;
	font-weight: bold;
	color: #666;
	}
	
legend.head3gray {
	font-size: 1em;
	font-weight: bold;
	color: #666;
	}
	
legend.head4gray {
	font-size: 1em;
	font-weight: bold;
	color: #333;
	}

select.dropdown {
	font-size: .625em;
	}





/* ========== DEFINE FONTS FOR HEADERS ========== */

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	} 

h2 {
	font-size: 1.4em;
	line-height:1.1em;
	margin:.1em auto .25em;
	color: #988D54;
	}

h3 {
	font-size: 1em;
	line-height:1.5em;
	color:#000;
	margin:.11em auto .22em;
	}	
	
.head3 {
	font-size: 14pt;
	font-weight: bold;
	color: #988D54;
	}

.head3red {
	font-size: 14pt;
	font-weight: bold;
	color: #900;
	}
		
.head2 {
	font-size: 12pt;
	font-weight: bold;
	color: #988D54;
	}

.head2red {
	font-size: 12pt;
	font-weight: bold;
	color: #900;
	}

.head2a {
	font-size: 13pt;
	font-weight: bold;
	color: #988D54;
	}
	
.head1 {
	font-size: 10pt;
	font-weight: bold;
	color: #988D54;
	}
	
.head1red {
	font-size: 11pt;
	font-weight: bold;
	color: #900;
	}

b {
	font-size: 12px;
	font-weight:bold;
	line-height:1.5em;
	color:#000;
	margin:.11em auto 0;
	}






/* ========== DEFINE PULLQL QUOTE ========== */

p.pullql	
	{
	font-size: 9pt;
	color: #900;
	font-style: italic;
	text-align: center; 
	border-top: medium blue solid; 
	border-bottom: thin blue solid;
	margin: 1em;
	padding: 0.5em;
	background: #E1DFAF;
	width: 35%;
	float: left;
	}





/* ========== DEFINE PULLQ QUOTE =========== */

p.pullq	{
	font-size: 9pt;
	color: #900;
	font-style: italic;
	text-align: center; 
	border-top: medium blue solid; 
	border-bottom: thin blue solid;
	margin: 1em;
	padding: 0.5em;
	background: #E1DFAF;
	width: 35%;
	float: right;
	}





/* =========== DEFINE UL and LI ============ */

ul.links {
	margin: 0 auto 1.5em auto;
	padding: 0;
	}
	
li.links {
	font-size: 8pt;
	list-style-type:square;
	margin-left: 11pt;
	}

ul.links2 {
	margin: 0;
	padding: 0;
	}
	
li.links2 {
	font-size: 9pt;
	list-style-type: square;
	margin-left: 11pt;
	}





/* ========= DEFINE DIV.PARAGRAPHS ========= */

div.para {
	font-size: 10pt;
	margin-left: 12pt;
   	margin-right: 12pt;
  	line-height: 14pt;
	}
	
div.paraquote {
	font-size: 10pt;
	margin-left: 40pt;
   	margin-right: 40pt;
  	line-height: 14pt;
	}
	
div.paral {
	font-size: 10pt;
	margin-left: 0pt;
   	margin-right: 12pt;
  	line-height: 16pt;
	}
	
div.para2 {
	font-size: 10pt;
	line-height: 14pt;
	}

div.para3 {
	font-size: 10pt;
	margin-left: 12pt;
   	margin-right: 12pt;
	}

div.para4 {
	font-size: 8pt;
	margin-left: 6pt;
   	margin-right: 6pt;
  	line-height: 12pt;
	color: #666;
	}

div.para5 {
	font-size: 9pt;
	margin-left: 6pt;
   	margin-right: 6pt;
  	line-height: 12pt;
	color: #333;
	}

div.links {
	font-size: 9pt;
	margin-left: 0pt;
   	margin-right: 0pt;
  	line-height: 16pt;
	}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 853px;
	padding:0;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background-image:url(images/H5-Bloodstripe.jpg);
	background-repeat:repeat-x;
	}





/* =========== DEFINE FONTS FOR HR =========== */

hr {
	height: 0px;
    border-bottom: 1px solid;
	text-align:left;
	margin-top:2px;
	}

hr.defined {
	color: #988D54;
	}

hr.red {
	color: #900;
	}

hr.black {	
	color: #000;
	}

hr.white {
	color: #fff;
	}