@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
	overflow:auto;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family:Arial,Helvetica,Sans;
	font-size:11px;
	color:#333333;
	overflow:auto;
}	
body, p, h1, span, div, input, select, textarea, ul, li, ol, dd, dl, a{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
}
h1, h2{
	color:#c62e40;
	font-weight:bold;
	font-size:18px;
}
h2{
	font-size:16px;	
}
a, a:hover, a:active, a:visited{
	color:#c62e40;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#flashcontent {
	height: 100%;
	width: 100%;
	overflow:auto;
}
#scroll{
	margin:0px;
	padding:0px;
	width:800px;
	height:600px;
	overflow:auto;
}
#updateflash{
	margin:0px;
	padding:0px;
	overflow:auto;
}
#footer{
	color:#000000;
	text-align:right;
	font-size:11px;
	display:block;
	position:fixed;
	z-index:1;
	width:150px;
	height:20px;
	bottom:5px;
	right:5px;
}
#footer a{
	font-size:12px;
	font-weight:bold;
	text-transform:lowercase;
	color:#000000;
	padding:5px;
	background-color:#FFF;
}