@charset "utf-8";
/* CSS Document */
a:link {
	color: #FFFF99;
	text-decoration:none;
}
a:visited {
	color: #FFFF99;
	text-decoration:none;
}
a:hover {
	color: #FF3300;
	text-decoration:none;
}
a:active {
	color: #FFFF99;
	text-decoration:none;
}

body,td,th {
	background-color: #000066;
	
	background-position:center;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}



#header{
	background-image:url(images_oc/background.jpg);
	position:relative;
	margin:auto;
	width:1002px;
	height:735px;
	
}
