@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFCCCC;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}
a:link {
	color: #993333;
}
a:visited {
	color: #993333;
}
a:hover {
	color: #FF0033;
}
a:active {
	color: #FF3366;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
cite {
	font-weight: bold;
}
address{
	font-size: 12px;
	font-style: normal;
	text-align: center;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#byline{
	padding-bottom:10px;
}
.intro {
	font-size: 80%;
	font-style: italic;
}
.inscoop, .pastartc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
}
.pastartc p {
	margin: 2px 0px 2px 0px;
	padding-top: 4px;
	font-size: 10px;
}
.pastartc img {
	padding-bottom: 10px;
}
.pastartc a {
	text-decoration: none;
}
.small2{
	font-size: 80%;
	padding-bottom: 6px;
}
.small2 a {
	font-family: tahoma, Verdana, sans-serif;
	font-weight: bold;
}
.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
li {
	margin-bottom: 6px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}