/*  text notes */ 

p {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
	line-height: 2;
	color: #8a2529;
}

p.purple {color: #660066; 
   font-weight: bold}

p.plain {color: #000000; 
   font-weight: normal}

p.bent {color: #000000;
  font-style: italic;
   font-size: 15px}

p.backlite {
	color: yellow;
	background: #CC0033;
	font-weight: bold;
	max-width: 600;
	border-width: 5px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
}

p.yellow {color: #FFFFCC; 
   font-weight: normal}

p.small {color: #660066}

h1 {font-family: Helvetica, Arial, sans-serif; 
   color: #8a2529} 

h2 {font-family: Helvetica, Arial, sans-serif;
   color: #8a2529}

h3 {font-family: Helvetica, Arial, sans-serif;
font-style: italic; 
   color: #000000} 

h4,h5 {font-family: Helvetica, Arial, sans-serif;
font-style: italic; 
   color: #8a2529}
   
.blu {color: #2f3d7a}

ul, ol, li {font-size: 10pt;
	font-weight:normal;
	line-height: 12pt;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	margin-right: 5px}

dl 	{font-size: 10pt;
	font-weight:normal;
	line-height: 12pt;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	margin-left: 7px;
	margin-right: 5px;}


a {font-size: 11pt; 
   font-family: Helvetica, Arial, sans-serif; 
   font-weight: bold;
   font-style: italic;
   text-decoration: none;}

a:link {color: #8a2529;
	text-decoration: none }
a:visited {color: #8a2529;
	text-decoration: none }
a:hover {color: #000000;
	text-decoration: underline }
a:active {color:#000000; }

/* end little text notes */

/* splash page */

.blu {color: #2f3d7a}

.blu a:link {color: #2f3d7a;
	text-decoration: none }
.blu a:visited {color: #2f3d7a;
	text-decoration: none }
	
.blu a:hover {color: #000000;
	text-decoration: underline }
.blu a:active {color:#000000; }
