/* hide from ie on mac \*/
	html {
	height: 100%;
}
#flashcontent {
	height: 100%;
}
/* end hide */

	body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #0033cc;
}
h1 {
	font-weight: bold;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color: #ffcc33;
}
P {
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color: #ffcc33;
}
.title {
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color: #ffffff;
}
a:link {
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*text-transform: uppercase;*/
color: #ffcc33;
}
a:visited {
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*text-transform: uppercase;*/
color: #ffffff;
}
a:hover {
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*text-transform: uppercase;*/
color: #ffffff;
}
