/* CSS Document */

#flashcontent {
	width: 760px;
	height: 560px;
	margin-left: auto;
	margin-right: auto;
}

body {
	background: #000000 url(WebsiteBG.jpg) center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
a:link {
	color: #ED1846;
	text-decoration: none;
}
a:visited {
	color: #77a43f;
	text-decoration: none;
}
a:hover {
	color: #00FF00;
	text-decoration: underline;
}
a:active {
	color: #55f6e3;
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
}
.style4 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.style5 {color: #FAC4BC}
.style6 {font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #FAC4BC; }
.style7 {color: #EF4B57}

h2 {
	text-indent: 10px;
	background-color: #333333;
	color: #FFFFFF;
}

h1 {
	text-align:center;
	background-color: #003300;
	color: #FFFFFF;
}

h1 a {
 	color: #FFFFFF;
}