body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: #494C52;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link { color: #314C82; }

a:visited { color: #316782; }

a:hover {
	color: #3C3D40 !important;
	text-decoration: underline !important;
}

/* Hide from IE/Win */
html>body a:hover {
	border-bottom: 1px dotted #939491;
	text-decoration: none !important;
}

a.nav:link { color: #616F8C; }
a.nav:visited { color: #616F8C; }

a img { border: 0; }

th{
	text-align:left;
}

td{
	padding:5px;
}
td p{
	font-size:.8em;
}
tr{
	background-color:#FFFFFF;
}
tr:hover{
	background-color:#FFF5CA;
}
.stripe{
	background-color:#cccccc;
}
.mainStories p{
	font-size:.75em;
}
.mainStories h1{
	font-size:1em;
}

#searchBox input, #search selectBox{
	border:#666666 1px solid;
}
