
/******************
Normal.css   Feb 6, 2011

an em unit is the width of the letter capital M
1em unit is the size of the text in the BODY tag
*************************/

body { 
    font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left: 25px;
	margin-right: 150px;
	width:600 
}

a:link    { 
	color:blue;
	font-size:10pt;
	font-weight:700
}
a:visited { 
	color:purple;
	font-size:10pt;
	font-weight:700 
}
H1 { 
  font-size:14pt;
  margin-top:10px;
  margin-bottom:10px;   
}
H2 { 
  font-size:12pt;
  margin-top:20px;
  margin-bottom:2px;
}

H3 { 
  font-size:10pt;
  margin-top:20px;
  margin-bottom:2px;
}

BUTTON {
	FONT-WEIGHT: bold; FONT-SIZE: 100%; FONT-FAMILY: arial,helvetica,sans-serif
}


DIV.fline  { font-size: .91em; font-weight: bold; }

SPAN.fline { font-size: .91em; font-weight: bold; }

input.oneChBut
{
 WIDTH: 19px; 
 HEIGHT: 23px;
 FONT-WEIGHT: bold; 
 FONT-SIZE:smaller; 
 BACKGROUND-COLOR: #e1fbff;
}

input.tbut
{
 FONT-WEIGHT: bold; 
 FONT-SIZE:smaller; 
 BACKGROUND-COLOR: #e1fbff;
} 
 
input.fbut
{WIDTH: 210px; 
 FONT-WEIGHT: bold; 
 FONT-SIZE:smaller; 
 BACKGROUND-COLOR: #e1fbff;
}  
input.ebx
{
 FONT-WEIGHT: bold; 
 FONT-SIZE:.91em; 
 WIDTH:410; 
 maxlength:80;
}  
  
