/* CSS Document */

body {
	background-color:#000000;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url('../images/background01.gif');
}

a {
	color:#0099FF;
	text-decoration:none;
}
	
a:hover {
	color:#FFFFCC;
	text-decoration:underline;
}

td {
	vertical-align:top;
	text-align:center;
	
}

img {
	border:none;
}

table.newsitem{
	
}

tr th {
	padding-top:5px;
}

.newstitle{
	background-color:#666666;
	/*color:#CCFF66;*/
	color: #CCCC4F;
	font-weight:bold;
	text-align:left;
	background-image: url('./../images/cellpic1.gif');
	padding:5px;
}

.newsdate{
	background-color:#666666;
	/*color:#CCFF66;*/
	color: #CCCC4F;
	font-size:10px;
	font-style:italic;
	text-align:right;
	background-image: url('./../images/cellpic1.gif');
	padding:5px;
}

.newscontent{
	background-color:#333333;
	color:#FFFFFF;
	text-align:left;
	background-image: url('./../images/background02.gif');
	border: 1px solid #191919;
	padding:5px;
}

.newsfooter{
	background-color:#666666;
	/*color:#CCFF66;*/
	color: #CCCC4F;
	font-size:10px;
	font-style:italic;
	background-image: url('./../images/background01.gif');
	padding:5px;
}

.bright{
	color:#FFFF99;
}
.green{
	color:#00CC00;
}
.red{
	color:#FF0000;
}
.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.small {
	font-size:10px;
}
.bold {
	font-weight:bold;
}


