/* CSS Document Provestor home page */

.linkTextBlock a:link, .linkTextBlock a:visited{
	DISPLAY: block;
	FONT-SIZE: 11px;
	text-align: left;
	text-decoration:none;
	COLOR: #666666;
}
.linkTextBlock a:hover {
	COLOR: #990000;
	TEXT-DECORATION: none
}
.linkText a:link, .linkText a:visited{
	text-decoration:none;
	color:#990000;
}
.linkText a:hover{
	text-decoration:underline;
	COLOR: #FF0000;
}
.quote {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
}
#newsBox {
	display:block;
	width: 185px;
	background-image:url(../gfx/Buttons/News_banner_middle.gif);
	background-repeat:repeat-y;
}
.newsTxt a:link, .newsTxt a:visited, .newsTxt a:hover{
	display:block;
	width: 150px;
	margin-left: 12px;
	color:#333333;
	text-decoration: none;
	color: #333333;
}
#topBannerPic {
	margin-top: 16px;
	display:block;
	width: 730px;
	height: 200px;
	border: 0px;
}

