H1 {
  font-weight: bold;
  font-size: 20pt;
  color: rgb(0,64,128);
}

H2 {
  font-weight: bold;
  font-size: 16pt;
  color: rgb(0,64,128);
}

H3 {
  font-weight: bold;
  font-size: 14pt;
  color: rgb(0,64,128);
}

H4 {
  font-weight: bold;
  font-size: 14pt;
  color: rgb(0,64,128);
}

H5 {
  font-weight: bold;
  font-size: 12pt;
  color: rgb(0,64,128);
}

H6 {
  font-size: 10pt;
  color: rgb(0,64,128);
}

Normal {
  font-family: Arial;	
  font-size: 16pt;
} 

A:link {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  color: rgb(0,0,255);
}

A:visited {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  color: rgb(0,0,255);
}

A:active {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  color: rgb(0,0,255);
}

A:hover {
  font-family: Arial;
  font-size: 10pt;
  color: rgb(255,0,0);
  font-weight: bold;
}

P {
   font-family: Arial;
   font-weight: normal;
}

TD {
   font-family: Arial;
   font-weight: normal;
   font-size: 10pt;
}

UL {
   font-family: Arial;
   font-weight: normal;
}

BODY {
  background-color: white;
  background-image: url(images/sdwebback.gif);
  margin-top: 0px;
}

.cursor {cursor: hand;}

.labelbutton 
{
	cursor: default;
	cursor: hand;
	padding:  1px 2px 0px 2px;		
	border: outset 2px whitesmoke;
	color: navy;
	background-color: ivory;
	font-weight: normal;
	height: 25px;
}

.labellink
{
	text-decoration: underline;
	padding:  1px 2px 0px 2px;			
	color: Blue;
	cursor: default;	
	cursor: hand;
	font-weight: normal;
	background-color: Transparent;
	
}

.textEntry
{
	border-style: outset;
	border-color: whitesmoke;
	border-width: 1px;	
}	
	





