body, html {
background: #EDEBF7;
background-image: url('../images/aaalogo.png');
background-repeat: repeat;
background-position: top left;
background-attachment: fixed;
}

#wrap {
margin: 0 auto;
background: #FFFFFF;
width: 876px;
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: #CCCCCC;
}

#hlinks, #hlinks a, #hlinks a:active, #hlinks a:visited {
	font-size: 10px;
	color: #000000;
	text-align: right;
	text-decoration: none;
}

#hlinks a:hover {
	font-size: 10px;
	color: #CCCCCC;
	text-align: right;
	text-decoration: none;
}

#content {
font-family: Verdana, Verdana, Geneva, sans-serif;
font-size: 14px;
color: #000000;
background: #FFFFFF;
border-width: 1px;
border-color: #CCCCCC;
border-style: solid;
padding: 10px;
}
#content img {
margin: 5px;
}

.restrictions {
font-size: 9px;
}

#content .menuimg img {
margin: 0px;
padding: 0px;

}

#left {
	width: 500px;
	float: left;
		background: #FFFFFF;
}

#right {
	width: 300px;
	float: right;
	background: #FFFFFF;
	
}

#footer {
	clear: both;
}

.antispam { 
	display:none;
}

#secrettable table{

     border-collapse:collapse;
     font-size:12;
     background-color:#FFFFFF;
     width:500;
     border-style:solid;
     border-color:#000066;
     border-width:2px;
}

#secrettable td{
	padding: 5px;
	margin: 2px;
     font-size:12pt;
     background-color:#ffffff;
     color:black;
     border-style:solid;
     border-width:1px;
     text-align:center;
	 border-color: #000066;
}

#secrettable th{
	padding: 5px;
	margin: 2px;
     font-size:12pt;
     background-color:#0066cc;
     color:white;
     border-style:solid;
     border-width:2px;
     border-color:#000066;
}