@charset "utf-8";
/* CSS Document */
body {
		background-color:#1b1b1b;
		margin: 0;
		padding: 0;
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		background-image:url(images/bg.png);
		background-repeat:repeat-x;
		background-position:top;
	}
	a:link, a:visited, a:active{
		color: #F6E914;
		text-decoration:none;
		font-weight:bold;
	}
	a:hover {
		color: #F6E914;
		text-decoration:underline;
	}
    .style1 {
		color: #CCCCCC;
		font-style: italic;
	}
    .style2 {
		color: #F6E914;
		font-weight: bold;
	}
