.container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	background-color: #FFFFFF;
	width: 900px;
	text-align: center;
	margin: 0 auto;	
}
body {  background-color: #FFFFFF}
h1 {  text-align: center}
h2 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.rightimagetable {
	width:190px;
	text-align: center;
}
.topmenu {
	font-weight: bold;
	background-color: #04A4FC;
	width: 884px;
	border: none;
	text-align: center;
	color: #FFFFFF;
	font-size: 90%;
	}
	.topmenu a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
	.topmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	.topmenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	.topmenu a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
	.bottommenu {
	width: 884px;
	border: none;
	text-align: center;
	color: #000000;
	}
	.bottommenu a:link {
	text-decoration: none;
	color: #000000;
	}
	.bottommenu a:visited {
	text-decoration: none;
	color: #000000;
	}
	.bottommenu a:hover {
	text-decoration: underline;
	color: #000000;
	}
	.bottommenu a:active {
	text-decoration: none;
	color: #000000;
	}
.maintable {
	width: 100%;
	}
.maintable td {
	text-align: left;
	vertical-align: top;
	}
.maintable a:link {
	text-decoration: none;
	color: #0000FF;
}
.maintable a:visited {
	text-decoration: none;
	color: #0000FF;
}
.maintable a:hover {
	text-decoration: underline;
	color: #0000FF;
}
.maintable a:active {
	text-decoration: none;
	color: #0000FF;
}
.leftcontentbox td {
	background-color: #EFEFEF;
	font-size: 85%;
}
.leftcontentbox a:link {
	text-decoration: none;
	color: #0000FF;
	font-size: larger;
	font-weight: bold;
}
.leftcontentbox a:visited { text-decoration: none;
	color: #0000FF;
	font-size: larger;
	font-weight: bold;
	 }
.leftcontentbox a:hover { text-decoration: underline;
	color: #0000FF;
	font-size: larger;
	font-weight: bold;
	 }
.leftcontentbox a:active { text-decoration: none;
	color: #04A4FC;
	font-size: larger;
	font-weight: bold;
	 }
.contenttable {
	width: 100%;
	background-color: #04A4FC;
	color: #FFFFFF;
	
	}
.contenttable td {
	vertical-align: middle;
	}
.cellpadding5 {
	padding-right: 5px;
	padding-left: 5px;
	}
.boldred{
	color: #FF0000;
	font-weight: bold;
}
