body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

a:link { color: #8383FF; text-decoration: none; }
a:visited {color: #8383FF; text-decoration: none}
a:active {text-decoration: none}
a:hover {color: #000099; text-decoration: underline}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

#content {
	text-align: center;
	width: 100%;
	height: 100%;
}
#header {
	text-align: center;
	width: 100%;
}
#footer {
	text-align: center;
	width: 100%;
	position: relative;
	bottom: 0%;
}
#flash_main {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 10%;
}

#no_flash {
	width: 100%;
	height: 100px;
	background: url(../images/no-flash.gif) no-repeat center center;
}