body {
	font-family: "Trebuchet MS",Arial, sans-serif;
	font-size: 0.95em;
	/*background: #000000;*/
}

div {
	border: 0px;
	border-collapse: collapse;
	/*background: #ffffff;*/
}

div#main {
	width: 1000px;
	min-height: 600px;
	float: left;
	padding: 20px;
	/*background: #ffffff;*/
}
div#footer {
	width: 98%;
	float: left;
	padding-left: 20px;
}

div#label {
	width: 98%;
	float: left;
	padding: 0px 0px 10px 20px;
}

h1 {
	font-size: 24px;
	color: #4F76A3;
	font-weight: normal;
	margin: 10px 5px 10px 5px;
} 
h2 {
	font-size: 18px;
	color: #4F76A3;
	font-weight: normal;
	margin: 2px 5px 2px 5px;
} 

a:link {
	color: #718ABE;
	text-decoration: none;
}

a:visited {
	color: #718ABE;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #718ABE;
	text-decoration: underline !important;
	font-weight: normal;
}

a:active {
	color: #718ABE;
	text-decoration: none !important;
	font-weight: bold;
}


