@charset "UTF-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

body {
background-repeat:no-repeat;
background-color:#000000;
}

#global_wrapper {
	position:relative;
	width:800px;
	margin:auto;
}

.flash_wrapper {
	width:800px;
	height:600px;
}

/*#Rside {
	background-image:url(/_images/img_Rside.gif);
	background-repeat:repeat-y;
	width:25px;
	height:100%;
}*/

/*--styles--------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	color: #999999;
}
h2 {
	font-size: 14px;
	color: #999999;
}
h3 {
	font-size: 12px;
	color: #999999;
}
h4 {
	font-size: 10px;
	color: #999999;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color:#333333;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#666666;
}
a:active {
	text-decoration: none;
}
