body {
background: #fff;
margin-top: 0px;
margin-bottom: 0px}

p    { 
color: black;
font-size: 10pt; 
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }

h1            { color: white; font-weight: bolder; font-size: 15px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
margin-bottom: 0px;
margin-top: 5px }

td { 
font-size: 10pt; 
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }

a, 
a:link,
a:visited { 
color: navy; 
font-size: 10pt;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
text-decoration: underline; }

a:hover { 
color: red; 
text-decoration: underline; }

a.menu:active, 
a.menu:link, 
a.menu:visited  { 
color: #B22222; 
font-weight: bold; 
font-size: 13px; 
width: 80%;
font-family: Arial, Verdana, Helvetica, sans-serif; 
text-decoration: none;
padding: 2px}

a.menu:hover  { 
font-weight: bold; 
width: 80%;
color: #FFFFFF; 
padding: 2px}

input.btn { /* button */
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #4e4e4e;
	border-bottom: 1px solid #4e4e4e;
	background-color: #3483C8;
	color: white;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Tahoma, Verdana, Sans-serif;
	font-weight: bold;
	padding: 1px;
	height: 22px}
	
hr {border: dashed 1px silver}

.style1 {color: #FFFF00}