/* plain-style-blue */


BODY { 
	background-color: #ffffff;
	color: #000000;
	margin: 2%;
 line-height: 16pt;
}


H1, H2, H3, H4,
H5, H6, B, STRONG {
font-family: Times, "Times New Roman", serif; 

	font-weight: bolder; 
}


H1 {
font-family: Times, "Times New Roman", serif; 
font-size: 24pt; 
	font-weight: bolder; 
}


H2{
font-family: Times, "Times New Roman", serif; 
font-size: 20pt; 
	font-weight: bolder; 
}

H3 {
font-family: Times, "Times New Roman", serif; 
font-size: 16pt; 
	font-weight: bolder; 
}



P, TD, TH, PRE, UL, LI, BLOCKQUOTE, DIV, A {
	font-family: Times, "Times New Roman", serif; 
	font-size: 12pt; 
}


.center  {
 text-align: center;
 }

.short   {	
   margin-top: 0em;
   margin-bottom: 0em;
}

.smaller {font-size:smaller;}


.short-top   {
    margin-top: 0em;
    margin-bottom: 2em;
}
 

.short-bottom   {
    margin-top: 2em;
    margin-bottom: 0em;
}




A:link {
 color: #1a55e5;
	text-decoration: underline;
 background-color:  #ffffff;
}

A:active {
 color: #be401d;
	text-decoration: underline;
 background-color:  #ffffff;
}

A:hover {
 color: #f10a75;
	text-decoration: underline;
 background-color:  #ffffff;
}

A:visited {
 color: #6a66ed;
	text-decoration: underline;
 background-color:  #ffffff;
}



HR {
	background-color: #ffffff;
	color: #000000;
	height: 1px;
}

BLOCKQUOTE { 
 margin-left: 20px; margin-right: 20px; 
}

UL {
	list-style-position: outside;
list-style-type: square;	
	}

OL {
	list-style-position: outside;
list-style-type: decimal;	
	}

LI.end    {
	margin-top: 30px;
}


P.email {
	font-family: Courier, "Courier New", monospace; 
	font-size: 12pt;
}


P.narrow {  
  margin-top: 1pt;
  margin-bottom: 16pt;
  }

HR.short  {
	background-color: #ffffff;
	color: #000000;
	height: 1px;
 width: 75%;
}



