/* CSS Document */

* {
	margin: 0px auto;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
}
body {
	text-align: center;
	background: #99CCFF url(../files/body.png) repeat-x;
}
div#flash {
/*	background-color: #00FF00;
	width: 600px;
	height: 400px; */
	width: 269px;
	height: 337px;
}

div#global {
	background-color: #FFFFFF; /* */
	width: 800px;
	width: 350px;
	height: auto;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	color: #003399;
}
a:hover {
	color: #0066CC;
	color: #9999CC;
}

