html, body {
	margin: 0;
	padding: 0;
	border: 0;
	background:#ffffcf url(/images/old_bg.jpg) repeat-y left top 


}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663300;
	font-size:15px;
}


p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663300;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-indent: 1em;
}


.emph{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663300;
	font-style: italic;
	font-weight: bold;
}
.regulartext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #663300;
	font-style:normal;
}
.tinted{
	color:#FFC;
}

.smalltext{
font-family: Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	color: #663300;
	font-style:normal;}

li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #663300;
	list-style-image:url(images/dot.gif);	
}

.question_headers {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #630;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
}



div.datehead {
	height:auto;
	width:auto;
	vertical-align:top;
	padding-right: 40px;
	text-align: right;
	padding-left: 300px;
}

A:link {
	color: #cc8822;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
A:hover {
	color: #cccc66;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
A:visited {
	color: #999933;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
div.footer {
	height:auto;
	width:900px;
	vertical-align:top;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #10191B;
	font-size: 10px;
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	
}
div.footer A {
	font-size: 10px;
}

.scroll {
	width: 365px;
	height: auto;
	min-height: 150px;
	max-height: 150px;
	padding-left: 5px;
	padding-right: 5px;
	float: right;
	overflow: auto;
	background-color: #F1EBE5;
	border-color: #DE495B;
	border-style: solid;
	text-align: justify;
}

