html {
	height: 100%;
	overflow: hidden;
}
#flashcontent {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#htmlcontent {
	width: 100%;
	height: 100%;
	overflow:auto;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
.maintable {
	height:100%;
}
.regular {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-align:justify;
}
.heading {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #E51600;
}
.center_heading {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #E51600;
	text-align:center;
}
.os {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	text-align:center;
}
a:link, a:active {
	color: #E51600;
	text-decoration:none;
}
a:hover {
	color: #E51600;
	text-decoration:underline;
}
a:visited {
	color: #999999;
	text-decoration:none;
}
.image {
	border:0;
}
