html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #006036;
	text-align: center;
}

#notice{
	position: relative;
	top: 250px;
	height: 150px;
	width: 150px;
}
#notice_larger{
	position: relative;
	top: 250px;
	height: 150px;
	width: 350px;
	border: 1px green solid;
	background-color: #FFFFFF;	
}

#htmlcontent {
	height: 100%;
	margin-left:inherit;
	margin-top:inherit;
	letter-spacing:inherit;
	margin: 40px;
	padding: 40px;
}

.maintable {
	height:100%;
}

.regular {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}

.txtnotice{
	color: green;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 0.80em;
	font-weight: normal;
}
.txtnotice_larger{
	color: #006036;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 1.10em;
	font-weight: normal;
}

h1 {
	color: green;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}

.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #E51600;
	text-align:center;
}

.center_heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #E51600;
	text-align:center;
}

a:link, a:active {
	color: #99ff99;
	text-decoration:none;
}

a:hover {
	color: #99ff99;
	text-decoration:underline;
}

a:visited{
	color: #99ff99;
	text-decoration:none;
}
.image {
	border:0;
}
