body{
background:url('images/bg_bottom.jpg') fixed right top;
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 14px;
margin:0;

}

table.main{
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:14px;
background-color:#FFFFFF;
}

td.mainleft{
	background:url('images/bg_left.jpg') fixed left top;
	background-repeat: repeat-y;
}


td.mainright{
	background:url('images/bg_right.jpg') fixed right top;
	background-repeat: repeat-y;
}


tr.mainbottom{
	background:url('images/bg_bottom.jpg') fixed right top;
	background-repeat: repeat-x;
}

td.divider {
	background-image: url(images/red_divider.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.home A:link {text-decoration: none; color: #FFFFFF;}
.home A:visited {text-decoration: none; color: #FFFFFF;}
.home A:active {text-decoration: none; color: #FFFFFF;}
.home A:hover {text-decoration: underline; color: #FFFFFF;}

.main A:link {text-decoration: none; color: #000000;}
.main A:visited {text-decoration: none; color: #000000;}
.main A:active {text-decoration: none; color: #000000;}
.main A:hover {text-decoration: underline; color: #000000;}


.blacktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.bigredheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #AE0416;
}
.smallredheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #AE0416;
}
.standardheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

