/* CSS Document */

body
    {
    margin: 0;
    padding: 0;
    color: #333;
    font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	font-size: 12px;
    background: #fff;
    text-align: center;
    }
	


.newstitle
{
	font-weight: bold;
	font-size: 12px;
	
}

.boxedtext
{
	border: 1px #CCCCCC solid;
	padding: 8px;
}

.tabletitle
{
	font-size: 14px;
	font-weight: bold;
	color: #9B9A9A;
}

.sidestuff
{
	border: 1px #CCCCCC solid;
	padding: 8px;
	font-size: 10px;
}

.h1 {
	font-size: 20px;
	font-weight: bold;
}.red {
	color: #F00;
}
.green {
	color: #0F0;
}
.lgithBlue {
	color: #00F;
}

