body{
	font-family: verdana, arial, helvetica, sans;
	font-size: 9pt;
}

td{
	font-family: verdana, arial, helvetica, sans;
	font-size: 9pt;	
}

h1{
	font-family: verdana, arial, helvetic, sans;
	font-size: 12pt;
	font-weight: bold;
	color: white;
}

.bold{
	font-weight: bold;
}

.small{
	font-size: 8pt;
}
.emph{
	font-size: 11pt;
	font-weight: bold;
}

.lgheader{
	font-size:14pt;
	font-weight: bold;
	color: #069;
}

.emph1 a { 
width: 130px; 
border: black solid 1px; 
display: block; 
padding-left: 5px;
font-size: 9pt;
}

.emph1 a { 
color: white; 
text-decoration: none; 
font-weight: bold; 
background-color: #069;
font-family: 
 }

.emph1 a:hover { 
color: #069; 
text-decoration: none; 
background-color: white;
 }
 
    #buttonstyle a{
 	display: block;
	padding: 4,4,4,4;
	border: black 1px solid;
	background: #069;
	text-decoration: none;
	color: white;
	width: 150px;
	font-weight: bold;
	font-size: 8pt;
	 }
	 
	#buttonstyle a:hover{
	background-color: #fff;
	color: #069;
	}
	
	#homebutton a{
		background-color: #069;
		padding: 2px;
		color: white;
		text-decoration: none;
		font-size: 8pt;
		font-weight: bold;
	}
	
	input {
		border: 1px solid black;
		border-color: #069;
	}
	
	textarea {
		border: 1px solid black;
		border-color: #069;
	}