body {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 14px;
	margin: 0px;
	overflow: auto;
	background-color: white;
	text-align: center;
}

table {
	font-size: 14px;
	padding: 0px;
	text-align: left;
}

a {
	color: blue;
}

input, select {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 14px;
	width: 200px;
}

select option {
	padding-left: 10px;
}

form {
	margin: 0px;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	margin: 3px;
	margin-left: 0px;
	text-align: left;
}

div.code {
	display: block;
	padding: 15px;
	background-color: yellow;
	border: 1px solid gray;
	font-size: 12px;
	font-family: Courier, Arial, Verdana, Sans-Serif;
	text-align: left;
	color: black;
}

.button {
	border: 2px solid black;
	background: #69A6E2;
	font-weight: bold;
	font-size: 14px;
	width: 100px;
	color: white;
	padding: 5px;
	
}

.bannerdiv, .maindiv, .buttondiv, .copyrightdiv {
	width: 728px;
	line-height: 150%;
	margin-top: 9px;
	-moz-box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.maindiv table {
	margin-left: auto;
	margin-right: auto;
}

.maindiv th {
	font-weight: bold;
	text-align: left;
}

.bannerdiv {
	height: 90px;
	margin-top: 9px;
	background-color: #A3EB7B;
	border: 2px solid black;
}

.maindiv {
	background: #FFDC19;
	border: 2px solid black;
	padding: 15px;
	padding-top: 15px;
	padding-bottom: 60px;
}

.buttondiv {
}

.buttondiv a {
	display: block;
	height: 40px;
	text-align: center;
	padding: 11px;
	padding-top: 22px;
	padding-bottom: 22px;
	background: #CCE6FF;
	border: 2px solid black;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold; 
	color: black;
}

.buttondiv a:hover {
	background-color: #347BC2;
	color: white;
}

.copyrightdiv {
	text-align: right;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	margin-bottom: 20px;
}

.linktous {
	width: 250px;
	float: left;
	margin: 0px;
	text-align: left;
	font-weight: bold;
}


.fontA {
	display: block;
	height: 50px;
	width:468px;
	text-align: center;
	padding: 5px;
	font-size:21px;
	background:#FFD8D8;
	color:black;
	border: 2px solid black;
	line-height: 150%;
	text-decoration: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fontA:hover {
	color: white;
	background:#B40000;
}

div.selectedcategory {
	text-align: left;
	font-size: 11px;
	padding: 0px 90px 0px 90px;
}

/*
 * Style for the extended info in the Highlight pop-up box.
 */
div.hltdiv {
}
	div.hltdiv a.button {
		padding: 3px 20px 3px 20px;
		text-decoration: none;
	}

table.infoTABLE {
	margin: 5px 5px 15px 5px;
	background: #FFDC19;
	font-weight: bold;
	border: 3px solid black;
	line-height: 150%;
	width: 98%;
}
	table.infoTABLE td {
		padding: 3px;
	}
	table.infoTABLE h1 {
		border-top: 1px solid black;
		text-align: left;
	}
