/* hide from ie on mac \*/
html {
		height: 100%;
		overflow: hidden;
}
#flashcontent {
	height: 100%;
}
/* end hide */
body {
	font-family: Verdana;
	color: #303030;
	font-size: 16pt;
	text-align: justify;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #A0C1DE;
}
h1 {
	font-family: HandelGothic-Bold;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-size: 14px;
	color: #668189;
	text-align: left;
}
h3 {
	font-size: 14px;
	font-weight: bold;
		color: #FF0000;
		text-align: center;
}
h4, ul {
	font-size: 14px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
}
h6 {
	font-size: 12px;
}
h7 {
	font-family: HandelGothic-Bold;
	font-size: 12px;
	color: #EB1D24;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

a:LINK, a:VISITED, a:ACTIVE {
	text-decoration: underline;
}
a:HOVER{
	font-style: italic;
	text-decoration: none;
}