/*CSS Document*/
a:link { color: #999999; text-decoration: none; }
a:visited { color: #666666; text-decoration: underline; }
a:hover { color: #999999; text-decoration: underline; }
a:active { color: #999999; text-decoration: underline; }

html, body {
	height: 100%;
	width: 100%;
	/*overflow:auto;*/
	margin: 0px;
	padding:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
}

#fullheight {
	height:100%
}
#flashcontent {
	height:100%;
	margin:0px auto 0px auto;
}
#footer {
	font-size:10px;
	color:#666666;
	background-color:#001945;
	margin: 0px auto 0px auto;
	text-align:center;
}

