/* 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: #FFFFFF;
}
h1 {
	font-family: Myriad Tilt;
	font-size: 26px;
	letter-spacing: 3px;
	font-weight: bold;
	color: #7E1416;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #49824B;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
h4, ul {
	font-size: 14px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
}
h6 {
	font-size: 12px;
}
h7 {
	font-size: 12px;
	color: #7E1416;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

h8 {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color: #49824B;
}
a:LINK, a:VISITED, a:ACTIVE {
	text-decoration: underline;
}
a:HOVER{
	font-style: italic;
	text-decoration: none;
}