/* CSS Document */

.flashbox {
	background-color:#FFFFFF;
	border:none;
	width: 850px;
	height: 400px;
	
}

.orange {
	border: none;
	width: 850px;
	height: 60px;
	background-color: #FF0033;
	background-image:url(orangeNavGif.gif);
	background-repeat:repeat-x;
}

.login {
	border: none;
	width: 850px;
	height: 10px;
	background-color:#000000;
}

.content {
	background-color: #FFFFFF;
	border: none;
	width: 850px;
	min-height: 200px;
}

.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}