@charset "UTF-8";
/* CSS Document */

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
	
#flashcontent {
	height: 100%;
}

/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #OOOOOO;
}

.style1 {
	color: #333333;
}

.headTitle {
	font-size: 16pt;
	font-style: oblique;
	color: #000000;
}

.subTitle {
	font-size: 14pt;
	font-weight: bold;
	color: #333333;
}

.date {
	font-size: 12pt;
	font-style: oblique;
	color: #666666;
}

.cont {
	font-size: 12pt;
	color: #000000;
}
