/* CSS Document */

.pageTitle {
	font-size: 11pt; 
	font-family: arial;
	color: #910101; 
}
	
.mainLinks {
	font-size: 10pt; 
	font-family: arial;
	color: #910101; 
	text-decoration:none
}

a:hover.mainLinks { 
	color: #000000;
	text-decoration:none 
}

.mainText {
	font-size: 10pt;
	font-family: arial;
	color: #910101
}

.smallText {
	font-size: 8pt;
	font-family: arial;
	color: #910101
}

.arrows
{
scrollbar-base-color: #000000;
scrollbar-arrow-color: #76744e;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #f4eee7;
}

TABLE.article {
    background: #f4eee7}


TR.linksBar {
	background: #c4b902
}

TABLE.main {
	border:thin;
	border-color:#ab0102;
	background:#910101

}

TR.articleText {
	font-family: arial;
	font-size: 10pt;
	color: #f4eee7;
	background: #000000
}

TR.articlePosted {
	font-family: arial;
	font-size: 7pt;
	color: #818181;
	background: #000000
}
