body, p, td, li {
	font-family: arial;
	font-size: 12px;
	color: #000000;
}

h1 {
	margin: 0;
	font-size: 16px;
}

.byLine {
	color: #646464;
	font-size: 11px;
}

.caption {
	margin-top: 2px;
	color: #646464;
	font-size: 11px;
}

.smallPrint {
	font-size: 11px;
	color: #000000;
}

.nav div{
	margin-bottom: 2px;
}

a:link {color: #0000FF;}
a:visited {color: #0000FF;}
a:hover {color: #FF3202;}

.overlay {
    background-color:#fff; 
    display:none; 
    width:350px; 
    padding:15px; 
    text-align:left; 
    border:2px solid #333; 
 
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    -moz-box-shadow: 0 0 50px #ccc; 
    -webkit-box-shadow: 0 0 50px #ccc; 
}

.overlay div.close {
	background-image:url(images/close.png);
	position:absolute; right:-15px; top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

