@charset "UTF-8";
/* CSS Document */
body, html {
	width : 100%;
	height : 100%;
	margin : 0;
	padding : 0;
	background : #FFFFFF;
	font-family :Arial, Helvetica, sans-serif;
	/*overflow : hidden;*/
}

#flash {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
}

#page {
	font-size : 12px;
	background : #FFFFFF;
}

h1 {
	font-size:20px;
	font-weight:bold
}

h2 {
	font-size:15px;
	font-weight:bold
}

h3 {
	font-size:10px
}

p {
	color :#666;
	width:500px;
}

a:link,a:hover,a:visited {
	color: #000;
}