/* CSS formatting for Clerk Pages, created 8/06 */

#main #content {
	width: 730px;
	padding: 5px;
	vertical-align: top;
}

a.button {
	border: 1px solid #666666; 
	background-color: #cccccc;
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}

a.button:hover {
	background-color: #999999; 
	color: #FFFFFF;
}

#main #content a {
	color: #336699;
}

#main #content a:hover {
	color: #003366;
}

#content a:visited {
	color: #9900FF;
}

