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

table #new {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	width:825px;
	background-color:#000;
	border:0;
	}
	#new td, #new th  {
		text-align:left;
		vertical-align:top;
		border:1px solid #333;
		padding:10px;
		margin:0;
		}
	#new th {
		text-align:center;
		}
	#new p {
		font-size:14px;
		line-height:20px;
		text-indent:20px;
		}
	#new h3 {
		font-family:"Times New Roman", Times, serif;
		font-size:28px;
		font-variant:small-caps;
		letter-spacing:.5em;
		margin:0;
		}
	#new h6 {
		font-size:20px;
		padding:0;
		margin:0;
		}
	#new .head {
		background-color:#333 !important;
		}
	#new .note {
		font-size:12px;
		color:#fc3;
		text-indent:0;
		text-align:left;
		}