/* CSS Document */

body {
	background-color: #990033;
	color:#FFF;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	margin:2px;
	}
	
img {
	border:none;
	}
	
a {
	color:#FFF;
	}
	
a:hover {
	text-decoration:underline;
	}
	
ul {
	color:#000;
	}
	
h1 {
	color: #990033;
	font-size:18px;
	}
	
	
/* Main content ------------------------------------------ */
	
#wrapper {
	position:relative;
	text-align:center;
	width:100%;
	}	
	
table#maintab {
	text-align:center;
	}
	
.smallprint {
	font-size:10px;
	}
	
.address {
	color: #CCCCCC;
	font-size:12px;
	margin:0;
	padding:0 0 5px 0;
	}
	
table.maintab {
	background: #ccc url(imgs/back.gif) top left repeat;
	border:none;
	}
	
table.maintab p {
	color:#000;
	}
	
table.maintab p a {
	color:#000;
	}
	
.footer {
	color:#CCC;
	font-size:10px;
	}