body {
	margin-top: -1px;
	background:#000000 url(../assets/bgTile.jpg) center top;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.35em;
	color:#999
	}






/* Begin Typography - default body copy is set in body */

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #cc0000;
	margin-top: 3px;
	}
	
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	}

a:link {
	color: #cc0000;
	text-decoration: none;
	}
	
a:visited {
	text-decoration: none;
	color: #cc0000;
	}
	
a:hover {
	text-decoration: none;
	color: #ff0000;
	}
	
a:active {
	text-decoration: none;
	color: #ff0000;
	}

	
.footer {
	text-decoration: none;
	color: #666666;
	font-size: 10px
	}




.mainTable {
	background:transparent url(../assets/main.jpg) center top;
	background-repeat: no-repeat;
	margin-top: 0px;
	}
	
.mainTablein {
	background:transparent url(../assets/main-in.jpg) center top;
	background-repeat: no-repeat;
	margin-top: 0px;
	}
	
.transTable {
	background-color:#000000;
	filter:alpha(opacity=66);
	-moz-opacity: 0.66;
	opacity: 0.66;
	margin-top: 0px;
	}



.formbox {
	background-color: #e1e1e1;
	border: 1px;
	border-top-color: #666666;border-right-color: #999999;border-bottom-color: #999999;border-left-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	border-style: solid;
	}

hr { 
	border: 0; 
	color: #666666; 
	background-color: #666666; 
	height: 1px; 
	}