@charset "UTF-8";

html {
	height: 100%;
	overflow: hidden;
}

body {
	height: 100%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color:#000000;
	font-size:20;
}
	
#flashcontent {
	height: 95%;
}
	
#header {
	border-bottom-style: solid;
	border-bottom-color: #d32f44;
	border-bottom-width: 1px;
	border-spacing: 0px 70px;	
	padding-top: 13px;	
	padding-left: 15px;	
	width: 100%;	
	height: 30px;	
	background-color: #f1f1f1;	
	top: auto;	
	color: white;	
	font-variant: normal;	
	font-size: 20px;	
}
	
a {	
	text-decoration: none;	
	color: #525252;
	font-variant: light;
}
	
a:hover {
	text-decoration: underline;	
	color: #777777;
	font-variant: light;
}

h1 {
	line-height: 6px;
	font-size: 12px;
	font-variant: light;
}

h2 {
	font-weight: bold;
	font-size: 15px;
	font-variant: bold;
}

