@CHARSET "ISO-8859-1";

body {
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 0.7em;
}

.smallDate {font-size: 9pt}
.success { color: green; }

#header {
	background: #eee;
	padding: 1em 1em;
	border-bottom: 1px solid #999;
}

#header h1 {
	margin: 0;
	font-size: 2em;
	font-weight: normal;
	color: #333;
}

#header h1 a { text-decoration: none; color: #333; }

#leftPanel {
	float: left;
}

h3 { 
	font-size: 1em;
	text-decoration: none; 
	color: #555; 
}

h2 { 
	margin-top: 1; 
	margin-bottom: 1; 
}

a { color: #333; }

#topSearches {
	background: #eee;
}


