@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	background-color: #FFFFFF;
}
a:link  {
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
a:hover  {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}


    .bold {
        font-size: 10;
        font-weight: bold;
    }

#wraper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

