#Main {
	position:absolute;
	left:128px;
	top:270px;
	width:574px;
	/*height:491px;*/
	z-index:4;
	visibility: visible;
	/*overflow: auto;*/
	scrollbar-base-color: #4580c2;
}
#Main p.header {
	color: rgb(196,66,47);
	font-weight: bold;
}
#WebExtras p.header {
	color: rgb(196,66,47);
	font-weight: bold;
}

img.articleDefaultImage {
	height: 125px;
	width: 125px;
	float: left;
	/*border: solid 1px #000000;*/
	border: none;
	margin: 5px;
}

div.articleCaptionBox {
	width: 135px;
	float: left;
	margin: 5px;
	/*border: solid 1px #000000;*/
	font-size: 10px;
	color: #000066;
	text-align: center;
}

#WebExtras {
	width: 100px;
	/*height: 419px;*/
	float: right;
	padding: 5px;
	margin: 10px;
	border: solid 1px #000000;
	background-color: #E0EEF7;
}
#WebExtras a{
	color: rgb(51,102,153);
	text-decoration: none;
	font-weight:bold;
}
#WebExtras a:visited {
	text-decoration: none;
}
#WebExtras a:hover {
	text-decoration: underline;
}

#article {
	font-size: 13px;
	color: #555555;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	padding-bottom: 20px;
}
#article A {	COLOR: rgb(51,102,153);	TEXT-DECORATION: none;}
#article A:Hover {	COLOR: rgb(51,102,153);	TEXT-DECORATION: underline;}

.article {
	font-size: 13px;
	color: #555555;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	padding-bottom: 20px;
}
.article A {	COLOR: rgb(51,102,153);	TEXT-DECORATION: none;}
.article A:Hover {	COLOR: rgb(51,102,153);	TEXT-DECORATION: underline;}

.searchresultstext {
	font-size: 10px;
	color: #555555;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	padding-bottom: 20px;
}

.searchresultstext a{
	color: rgb(51,102,153);
	text-decoration: none;
	font-weight:bold;
}
.searchresultstext a:visited {
	text-decoration: none;
}
.searchresultstext a:hover {
	text-decoration: underline;
}
PubForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

