@charset "utf-8";
/* CSS Document */

/* hide from ie on mac \*/
html {
	height: 100%;
	width: 100%;
	/*overflow: hidden;*/
}

#flashcontent {
	height: 100%;
	margin: 0;
	padding: 0;
	/*background-color: #FFF;*/
}
/* end hide */
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	font-size: 62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	/*font: .8em/1.3em verdana,arial,helvetica,sans-serif;*/
	text-align: center;
}
/*
#header 
{
	position:fixed;
	top:0px;
	background-color:#002A4C;
	width: 100%;
	height:12px;
}*/
#footer 
{
	position:fixed;
	bottom:0px;
	text-align:center;
	line-height:20pt;
	background-color:#002A4C;
	color:#EEEEEE;
	font-colour:#00213D;
	width: 100%;
	height:30px;
	margin:0 auto;
	border:none;
	font-size:9px;
}

a.infoLinks{color:#ffffff; text-decoration:underline; font-size:9px; line-height:20px; text-align:left; }
a.infoLinks:visited {color:#ffffff;text-decoration:underline text-align:left;}	
a.infoLinks:hover {color:#A40046; text-decoration:underline; text-align:left}

.intro{
font-family:Arial, Helvetica, sans-serif;
font-size:11pt;
}

