body { 
	margin-top: 40px;
	padding-top: 0px;
	text-align: center;
}

body, td, li { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
		color: #999999; 
}

h3, h2, h1 { 
	font-size: 16px;
}

a {	
	text-decoration: none;
	color: #999999;	
}

a:hover, a:hover strong, a:hover b  { 
	text-decoration: underline; 
	color: #666666; 
}

table.main  { 
	width: 800px;
}

.nav  { 
	border-top: 1px solid #E8E8E8;
		border-left: 1px solid #E8E8E8;
			border-right: 1px solid #E8E8E8;
	height: 22px;	
	padding: 0px 1em 0px 1em;
		border-spacing: 0px;
	border-collapse: collapse;
}

.content  { 
	border: 1px solid #E8E8E8;
		height: 430px;
			margin-top: 30px;
}

.content table  { 
padding: 22px;
}

table.full { 
		height: 100%;
				width: 100%;
				padding: 22px;
}

.full td {
	font-size: 11px; 
			vertical-align: top;
						padding: 4px;
}

/*.content table.auto { 
		width: 100%;
}*/

.content table td { 
	/* border: 1px solid #abcdef; 
			vertical-align: top;
						padding: 22px;*/
}

.foot { 
	height: 22px;
		text-align: right;
			font-size: 11px;
}

.logo { 
		text-align: right;
}

td.modlist, th.modlist {	
	border-bottom: 1px solid #dddddd;
	padding: 4px;
}


