@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:#004E82;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align:middle;
}

/* hide from ie on mac \*/
html {
	width: 100%;
}

#flashcontent {
}
/* end hide */

#footer_nav {
	width: 100%;
	position: relative;
}
  
.style1 {color: #CCCCCC}

A { color: #FFFFFF; text-decoration: none;FONT-SIZE: 14px; }
A:active { color: #FFFFFF; text-decoration: none; FONT-SIZE: 14px;}
A:visited { color: #FFFFFF; text-decoration: none; FONT-SIZE: 14px;}
A:hover { color: #E4EAFF; text-decoration: underline; FONT-SIZE: 14px;}

