body, td
{
	font-size: 12px;
	color: #cccccc;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*text-align: justify;*/
}
body
{
	background-color: black;
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #CCCCCC;
	SCROLLBAR-ARROW-COLOR: #CCCCCC;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #CCCCCC;
}
A, A:Visited, A:Active, A:Hover
{
	color : #FFFFCC;
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
A:Hover
{
	text-decoration : underline;
}
strong
{
	font-weight: bold;
	color: white;
}
h1, h2
{
	text-align: center;
}
p
{
	text-align: justify;
}
small
{
	color: #FFFFFF;
}
img
{
	border: 0;
}
/*--------- Custom classes -----------*/
.contentBG
{
	background: url(img/logo.gif) #000000 fixed no-repeat center;
	background-color: black;
}
.justify
{
	text-align: justify;
}
.newsItemHeader
{
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	color: White;
}
.imglink
{
	cursor: hand;
}
