@charset "UTF-8";
/* CSS Document */
	body{
		background-color: black;
		color: white;
		font-size: 10pt;
		font-family:Helvetica, Arial, sans-serif;
		margin: 0;
		padding: 0;
		text-align:center;
		background-image:url(images/background.jpg);
		background-position: top center;
		background-repeat:no-repeat;
	}
	a{
		color: white;
		text-decoration: none;
	}
	.marbled{
		background-image: url(images/background.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		background-color: black;
	}
	.grey{
		color:#CCCCCC;
	}
	.red{
		color: #ac0f22;
	}
	.blue{
		color:#26d4ff;
	}
	.green{
		color: #62dc00;
	}
	.orange{
		color: #ff6326;
	}
	.f20{
		font-size: 20pt;
	}
	.f18{
		font-size: 18pt;
	}
	.f16{
		font-size: 16pt;
	}
	.f14{
		font-size: 14pt;
	}
	.f12{
		font-size: 12pt;
	}
	.f10{
		font-size: 10pt;
	}
	.f8{
		font-size: 8pt;
	}
	.opaque{
		background-image: url(images/overlay.png);
	}
	#container{
		width: 1220px;
		margin: 0 auto;
		text-align:left;
		padding-top: 10px;
	}
	#footer{
		color: #444444;
		font-size: 8pt;
		text-align:center;
	}
	#header{
		text-align: right;
		height: 45px;
		font-size: 8pt;
	}
	#twitter_div{
		color: #27d4ff;
		font-size: 9pt;
	}
	#twitter_div a{
		color: white;
		text-decoration: none;
	}
	#twitter_div ul{
		list-style:none;
		padding-left: 0px;
	}
	#twitter_div li{
		padding-bottom: 10px;
		padding-left: 0px;
		margin: 0 0 0 0;
	}
	#menu_list{
		padding-left: 0px;
	}
	#menu_list li{
		padding-bottom: 5px;
		padding-left: 0px;
		list-style: none;
	}
		.upSmall{
		background-image: url('/images/updividersmall.png');
		width: 305px;
		height: 38px;
	}
	.downSmall{
		background-image: url('/images/downdividersmall.png');
		width: 305px;
		height: 38px;
	}