@charset "utf-8";

/* CSS Document */
@IMPORT url("menu.css");

a
	{
		color: #CCCCCC;
		text-decoration: underline;
		
	}
a:hover
	{
		color: #FFFFFF;
		text-decoration: none;
	}

body {
	background-color: #000000;
	margin: 0;
		color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	 border: 0;
	}
td {
	background-repeat: no-repeat;
	vertical-align: top;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
p, li
{
	text-indent: 1.5em;
	margin: 1em 0em 0 0;
	line-height: 1.5em;
}

.tbl
	{
	width: 100%;}
.tbl, .tbl td,  .tbl th
	{
		border-collapse: collapse;
		border: 1px solid white;
		padding: 5px;
		
	}
.btbl
	{
	width: 100%;}
.btbl, .btbl td,  .btbl th
	{
		border-collapse: collapse;
		border: 1px solid #CCCCCC;
		padding: 5px;
		font-size: 12px;
		
	}
.wp {
	
	border-top: #A05C14 1px solid;
	border-right: #A05C14 1px solid;
	padding: 15px;
}

.bl
	{
		color: #000000;
		background-color: #FFFFFF;
		font-size: 12px;
		text-align: center;
	}
.or
	{
	background-color: #ff7f0e;
	
	}
.header {
	text-indent: 200px;
	vertical-align: middle;
	font-size: 24px;
}