/* plain-style */


BODY { 
	background-color: #ffffff;
	color: #000000;
	margin: 5%;
 line-height: 3 em;
}

P, TD, TH, PRE, UL, LI, BLOCKQUOTE, DIV, H4, H5, H6 {
	font-family: Times, "Times New Roman", serif; 
	font-size: 2 em; 
}

.smaller {
font-size: smaller;
}


 H1  {
	font-family: Times, "Times New Roman", serif; 
	font-size: 5 em; 
}

 H2 {
	font-family: Times, "Times New Roman", serif; 
	font-size: 4 em; 
}

H3  {
	font-family: Times, "Times New Roman", serif; 
	font-size: 3 em; 
}

H1, H2, H3, H4,
H5, H6, B, STRONG {
	font-weight: bolder; 
}

.center  {
 text-align: center;
 }

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

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

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

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




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

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

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

A:visited {
 color: #777777;
	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%;
}



