body {
}

p { }

td { }

a:link, a:visited {
	color: #800000;
	font-size: 11px;
	font-family: arial;
	text-decoration: none;
	border-top: 1px dotted #808080;
}

a:active {
	font-size: 11px;
	font-family: arial;
	text-decoration: none;
}

a:hover {
	color: #b22222;
	font-size: 11px;
	font-family: arial;
	text-decoration: none;
}

a.img:link, a.img:visited, a.img:hover, a.img:active{
	text-decoration: none;
}
#articles {
	padding: 10px;
	overflow: auto;
	width: 400px;
	visibility: visible;
	height: auto;
	border: 1px dotted #FF9999;
	top: 15px;
}

.valhead {
	font-family: arial;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	font-weight: bold;
	color: #660000;
}
.valtitle {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #660000;
}
.valdate {
	font-family: arial;
	font-size: 11px;
	font-style: italic;
	color: #660000;
}
.valbody {
	font-family: arial;
	font-size: 11px;
	color: #660000;
	text-align: justify;
}

.small { color: #808080; font-size: 8px; font-family: arial; }
.bordered { border: solid 1px #000; }
.2ndborder { border: solid 1px #999; }

#txtbox {
	width: 350px;
	font-family: arial;
	font-size: 11px;
	color: #660000;
	text-align: justify;
}	
