
body {
	background: #eee;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

a {
	color: #555;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

p {
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 11px;
}

td, th {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* #maincont holds the page content itself */

#maincont {
	border: 1px solid #bbb;
	margin: 75px 10% 0px 10%;	
	color: #333344;
	vertical-align: top;
	text-align: left;
	width: 80%;
	}
	
#maincont a {
	text-decoration: none;
	color: #666;
	border-bottom: 1px dotted #666;
}

#maincont a:hover {
	text-decoration: none;
	color: #e60;
	border-bottom: 1px dotted #666;
}

	
#maincont h1 {	
	font-size: 22px;	
	margin: 5px 0px;	
	padding: 0;	
	color: #333;
}

#maincont h3 {
	font-size: 14px;
	color: #464646;
	font-style: italic;
	text-align: center;
	margin: 25px 0px 10px;	
}

#maincont p {
	margin: 10px 0px;
}

.loginLinks {
	border: 0px solid #bbb;
	background: #eee;
	padding: 10px 4px;
	text-align: center;
	}



#footer {
	clear: both;
	margin-top: 10px;
	padding: 3px;
	border-top: 0px solid #333;
	color: #333;
	text-align: center;
	font-size: 10px;
}

#footer a {
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	font-weight :bold;
	text-decoration: none;
}

