html {
	font-family: Verdana;
	font-size: 62.5%;
	color: #415448;
}



body {
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
	text-align: center; /* this is for IE < 5.5 */
	background-color: #DBCFA0;
	background-image: url(/common/images/interface/background.gif);
	background-repeat: repeat-y;
	background-position: center;	
}

div {
	position: relative;
}

a:link, a:hover, a:active {
	color: #409A00;
}

a:visited {
	color: #017196;
}

img {
	position: relative;
	display: block;
}

a img {
	position: relative;
	border: 0px;
}

table {
	position: relative;
	font-size: 1em;
}

table tr {
	position: relative;
}

table tr td {
	position: relative;
	padding: 0px;
	vertical-align: top;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
}

h4 {
	font-size: 1em;
	font-weight: bold;	
}

ul, ol {
	position: relative;
}

ul li, ol li {
	position: relative;
	padding-top: 3px;	
	padding-bottom: 3px;
}

a.result_header:visited {
	color: #409A00;
}

img.story {
	float: right;
	margin: 0px 0px 5px 5px;
}

.indented, table.indented {
	padding-left: 15px;
}

table.indented tr td {
	padding-bottom: 10px;
}

td {
	vertical-align: top;
}

.caption {
	padding: 5px 15px 10px 0px;
}
