
BODY 
	{
	text-align: center; 
	margin-left:3%;
	margin-right:3%;
	margin-top:0px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12pt;
	font-weight: normal;
	color: black;
	background-color: white;
	}

P 	
	{
	margin-top: 30px;
	text-align: left;
	font-family: Georgia, "Times New Roman", serif;
	font-style: normal;
	font-size: 12pt;
	font-weight: 500;
	display: block;

	}

DIV
	{
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 6px;
	}

DIV .head
	{
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 6px;
	}

BR
	{ display: block;}

FORM 
	{ display: block;}

ADDRESS { margin-left: 3em }

BLOCKQUOTE { margin-left: 3em; margin-right: 3em }


/* ---------- LISTS AND TABLES ----------*/

DL 	
	{ 
	display: block;
	text-align: left;
	margin: 1em;
	}


DT 	
	{
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12pt;
	font-style: italic

	}

DD 	
	{
	display: block;
	margin-left: 5%;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12pt;
	}

UL	{
	margin-top: 5px;
	margin-left: 0%;
	display: block;
	text-align: left;
	list-style-image: url(redbul.gif);
	 }


LI 	{
	margin-top: 2px; 
	text-align: left;
	list-style-image: url(redbul.gif);
	display: list-item;
	 }

TABLE 	
	{
	border-color: white;
	border-style: solid;
	border-width: thin;
	margin: 5px;
	}

TH 	
	{
	text-align: center;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	color: #000000;
	background-color: white;
	border-color: white;
	border-style: solid;
	border-width: 0px;
	padding:5px;
	font-size: 12pt;
	}


TD	{
	text-align: left;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	color: #000000;
	background-color: white;
	border-color: white;
	border-style: solid;
	border-width: 5px;
	font-size: 12pt;
	} 



OL { list-style: decimal; }
MENU { margin: 0 } 


/* ---------- HEADINGS ----------*/

H1	{ 
	display: block;
	color: #000000;
	background-color: white;
 	margin-top: 10px; 
	margin-bottom: 25px;
	text-align: center;
	font-weight: 700;
	font-size: 200%;
	font-family: "Georgia", "Times New Roman", serif;
    	letter-spacing:.03em;
	}

H1 a:link {
	color: #000000;
	text-decoration:none;
	}
H1 a:visited {
	color: #000000;
	text-decoration:none;
	}
H1  a:hover {
	color:#000000;
	border:0;
	text-decoration:none;
	}

H2 	
	{
	color: #000000;
	background-color: white;
	margin-top: 20px; 
	margin-bottom: 10px; 
	display: block; 
	font-size: 14pt; 
	text-align: center;
	font-weight: bold;
	font-family: Arial, Gill, Helvetica, sans-serif;
	}
	


H3
	{
	margin-top: 0px; 
	margin-bottom: 0px; 
	display: block; 
	color: black;
	background-color: white;
	font-size: 14pt;
	text-align: center;
	font-weight: 700;
	font-family: Georgia, "Times New Roman", serif;
	}

H4
	{
	margin-top: 5px; 
	margin-bottom: 5px; 
	display: block; 
	color: #0120DD;
	background-color: white;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12pt;
	text-align: left;
	font-style: normal;
	}

H5
	{
	margin-top: 5px; 
	margin-bottom: 5px; 
	display: block; 
	font-family: Georgia, "Times New Roman", serif;
	color: #0120DD;
	background-color: white;
	font-size: 18pt;
	text-align: left;
	font-style: italic;
	}


/* ---------- SPECIAL FONTS ----------*/


CITE, VAR, TT, CODE, KBD, 
SAMP, SPAN , BIG      	{ display: inline; }

CITE, VAR, ADDRESS, BLOCKQUOTE { font-style: italic; }
PRE, TT, CODE, KBD, SAMP { font-family: monospace; }

PRE { white-space: pre; }

BIG 
	{
	display: inline;
	font-size: 24pt;
	font-family: georgia, "Times New Roman", serif;
	font-weight: 500;
	color: #CACACA;
	background-color: white;
	line-height: 110%;
	font-style: italic;
	} 



EM 
	{
	display: inline;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
	color: #000000;
	background-color: white;
	line-height: 110%;
	font-style: italic;
	} 



B  
	{
	display: inline;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	color: #000000;
	background-color: white;
	
	
	} 


STRONG	{
	display: inline;
	font-size: 12pt;
	font-family: Arial, Gill, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background-color: white;

	} 

SMALL 
	{
	display: inline;
	font-size: 8pt;
	font-family: Arial, Gill, Helvetica, sans-serif;
	color: black;
	background-color: white; 
	font-weight: 700;
	}

I 
	{
	display: inline;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	color: #000000;
	background-color: white;
	line-height: 120%
	} 




/* ---------- IMAGE AND HR ----------*/

HR	{ 
	display: block;
	color: #000000;
	background-color: white;
	border-top: solid;
	 margin-top: 10px;
	margin-bottom: 6px;
	}

IMG	{

	display: inline;

	}




/* ---------- LINKS ----------*/ 

    
A:link IMG 

	{border-color: #0120DD;
	border-style: solid;
	border-width: 0px;}
A:visited IMG 
	{ border-color: #0120DD;
	border-style: solid;
	border-width: 0px;}
A:hover IMG 
	{border-color:#84315A;
	border-style: solid;
	border-width: 0px;}


A:link 
	{ color: #0120DD;
	background-color: white;
	text-decoration:none;}

A:visited 
	{ color: #0120DD;
	background-color: white;
	text-decoration:none;}

A:hover 
	{ color:#84315A;
	background-color: white;
	text-decoration:underline;}

.#0120DD; {color: #0120DD;}
