﻿body 
{
	background-image : url(../graphics/background.gif);
	background-repeat : repeat-x;
	background-color : #f3f3f4;
	margin-top : 0;
	
}
html
{
	margin : 0;
	font-family : Arial;
	font-size : 8pt;
	color : black;
}

table
{
	margin-top : 0;
	margin : 0 auto;
}

img, table
{
	border : 0;
}

td.tblLeft
{
	background-image : url(../graphics/gradient_tblLeft.gif);
	width : 16px;
	background-repeat : repeat-y;
}

td.tblMiddle
{
	background-image : url(../graphics/bg_tblMiddle.gif);
	background-repeat : repeat-x;
}

td.tblMiddleSpacer
{
	background-image : url(../graphics/bg_tblMiddle.gif);
	background-repeat : repeat-x;
	width : 163px;
}

td.tbl_right
{
	background-image : url(../graphics/tbl_rightside.gif);
	background-repeat : no-repeat;
	width : 15px;
}
td.tblRight
{
	background-image : url(../graphics/gradient_tblRight.gif);
	width : 16px;
	background-repeat : repeat-y;
}

table.bg_white
{
	background-image : url(../graphics/bg_innerTblMiddle.gif);
	background-repeat : repeat-x;
	background-color : White;
}

td.innerTblLeft
{
	background-image : url(../graphics/bg_innerTblLeft.gif);
	background-color : White;
	background-repeat : no-repeat;
	width : 25px;
}

td.innerTblRight
{
	background-image : url(../graphics/bg_innerTblRight.gif);
	background-color : White;
	background-repeat : no-repeat;
	width : 34px;
}

td.spacing
{
	width : 53px;
}

.redText
{
	text-align : center;
	color : #ea2306;	
}

a
{
	color : #ea2306;
}

td.spacing2
{
	width : 10px;
}
.news .line {background-color: #CCCCCC; height: 1px; }
.news .date {padding-top:10px;font-style:italic;}
.news .title {font-weight: bold; padding-bottom:10px;}
.news .body {padding-bottom:10px;}
