body { 
	background-color: #BAA48D;
	background: url(images/assets/background_tile.gif);
}

A:link { text-decoration: underline; color: #790000 } 
A:active { text-decoration: underline; color: #790000 } 
A:visited { text-decoration: underline; color: #790000 } 
A:hover { text-decoration: none; color: #FFF }

td.copyright A:link { text-decoration: underline; color: #BAA48D } 
td.copyright A:active { text-decoration: underline; color: #BAA48D } 
td.copyright A:visited { text-decoration: underline; color: #BAA48D } 
td.copyright A:hover { text-decoration: none; color: #CCC }

td { font-family: Georgia, Times New Roman, Times, serif; font-size: 12pt; color: #000; }

li { list-style-type: square }

.right_side_bar { background: url(images/assets/side_bar_right.png) repeat-y; }
.left_side_bar { 
	background: url(images/assets/side_bar_left.png) repeat-y; 
	background-position: right; 
}
.topfade { background: url(images/assets/bg_loops.png) repeat-x; }

td.copyright { color: #FFF; }

td.headerRight { 
	padding-left: 10px;
	border-bottom: 3px solid #2A2010;
	border-top: 1px solid #2A2010;
	font-size: 15px;
	font-weight: bold;
	background: #72624E;
	background: url(images/assets/header_bg.gif);
	color: #FFF;
}
.tablePad {
	margin-top: 10px;
	margin-bottom: 10px;
}