﻿html, body, form { margin: 0; padding: 0; }	
body 
{
	font-family: Verdana, Arial, sans-serif; 
	font-size: 84%;
	color: #666666;
	background-color: #fff;	
	behavior:	url(../_stylesheets/hover.htc);
}
	
a:link { color: #0054A7; text-decoration: none;}
a:visited { color: #0054A7; text-decoration: none;}
a:hover { text-decoration: underline;}
a:active { text-decoration: underline; }

h1 
{
	font-family: Tahoma;
	font-size: 2.0em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}
h2 
{
	font-family: Tahoma;
	font-size: 1.7em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}
h3 
{
	font-family: Tahoma;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}
h4 
{
	font-family: Tahoma;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}
h5 
{
	font-family: Tahoma;
	font-size: 1.0em;
	line-height: 1.6em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
h6 
{
	font-family: Tahoma;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
hr{
		padding: 0px;
		width: 97%;
		margin-left: auto;
		margin-right: auto;
		background-color: #ccc;
		height: 2px;
		border-color: #ccc;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.3em;
	margin-top: 0.5em;
	margin-bottom: 0.1em; 
	margin-left: 0.8em; 
	padding: 0px;
	}
p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: .5em 0em .5em 0em;
	}

pre {
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
select {
	font-size: 1em;
	width: 150px;
}	
input {
	font-size: 1em;
	width: 150px;
}	

textarea {
	width: 265px
	}

.divfiller{
	clear: both;
	line-height: .01em;
	font-size: .01em;
}
table, tr, td {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: .5em 0em .5em 0em;
}
