a:link    { 
	color:#00ff00;
	text-decoration:none;
}
a:active  { 
	color:#ffff00;
		text-decoration:none;
}
a:visited { 
	color:#00ffff;
		text-decoration:none;
}
a:hover   { 
	color:#ff0000;
	text-decoration:none;
	}

.CaptionText {
	text-align:center; 
	font-family:Arial; 
	font-weight:bold;
	font-size:16px;  
	color:#dddddd;
	}
P {
	font-family:Arial; 
	font-size:12px;
	color:#ffffff;  
	}  

blockquote {
  font-family:Arial; 
	font-size:14px;
	color:#ffffff;
	}

H1 {
  font-family:Arial; 
	font-size:18px;
	}

H2 {
  font-family:Arial; 
	font-size:17px;
	}

H3 {
  font-family:Arial; 
	font-size:15px;
	}

H4 {
  font-family:Arial; 
	font-size:14px;
	}

LI {
  font-family:Arial; 
	font-size:12px;
	color:#eeeeee;

}
BODY {
	color:#ffffff; 
	background-image: url("/images/backbar.gif"); 
	margin:0px,0px,0px,0px; 
	font-family:Arial; 
	font-size:14px;
	
}
.intro { font-size:10pt; font-style:italic }
.heading { font-size:14pt; font-weight:bold; font-family:sans-serif }
.title { font-size:18pt; font-weight:bold; background-color:navy; color:white; text-align:center; font-family:sans-serif }
.lj { 
	text-align:left; 
	font-family:Arial; 
	 
}
.rj { 
	text-align:right;
	font-family:Arial; 
	 
 }
 .cj { 
	text-align:center;
	font-family:Arial; 
	 
 }
.indent{
	text-indent:20px; 
}
THEAD {
 text-align:center;
 font-weight:bold; 
 font-family:Arial;
 }
.tablehead
{
 text-color: yellow;
 border-bottom-style: solid;
 border-bottom-width: 2px;
 border-bottom-color: white; 
}
.tablebody
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999; 
}
dt
{
text-decoration:underline; 
font-weight:bold; 
}
dd
{
font-size:smaller; 

}