body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-style: normal;
		padding-top: 0%;
		text-align: center;
		height: 97%;
		vertical-align: top;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 115%;
}
table {
	border-collapse: collapse;
	border-width: 0px;
	font-style: normal;
	font-size: 11px;
	margin: auto;
}
table.big {
	width: 88%;
}
table.med {
	width: 70%;
}
table.small {
	width: 55%;
}
th {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
table.foot {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
img	{
	border: 0px;
}
input {
	font-size: 96%;
}
input.button {
        font-size:90%;
        color:#000000;
        border-color:#000077;
        margin-left: .5em;
}	
select {
		font-size: 96%;
}
textarea {
		font-size: 96%;
}
a:link, a:visited { 
	text-decoration : none; 
}

a:hover { 
	text-decoration : underline; 
}
td.hover {
  background: #c9c9c9;
} 
