/* CSS Document */

.mainLinks {
	font-size: 10pt; 
	font-family: arial;
	font-weight: bold;
	color: #000000; 
	text-decoration:none
}

a:hover.mainLinks { 
	color: #e00079;
	text-decoration:underline 
}

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

.arrows
{
scrollbar-base-color: #E00079;
scrollbar-arrow-color: #ffffff;
scrollbar-face-color: #E00079;
scrollbar-highlight-color: #ffffff;
}

TABLE.article {
    background: #e00079}


TR.linksBar {
	background: #c4b902
}

TR.articleTitle {
	font-family: arial;
	font-size: 10pt; 
    font-weight: bold;
	color: #ffffff;
	background: #000000
}

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

.smallText {
	font-family: arial;
	font-size: 8pt;
	color: #ffffff;
	background: #3D3D3D
}

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