body {
	margin: 0;
	padding: 0;
	font: 11px "Sans Serif MS", sans-serif;
	font-weight: normal;
	color: #ffffff;
}

td {
	vertical-align: top;
}
td.redLeft {
	background-color: #c20000;
	background-image: url(../images/bg_red_left.gif);
	background-repeat: repeat;
	background-position: right;
}
td.whiteLeft {
	background-color: #ffffff;
	background-image: url(../images/bg_white_left.gif);
	background-repeat: repeat;
	background-position: right;
}
td.blackLeft {
	background-color: #232323;
	background-image: url(../images/bg_black_left.gif);
	background-repeat: repeat;
	background-position: right;
}
td.redRight{
	background-color: #c20000;
	background-image: url(../images/bg_red_right.gif);
	background-repeat: repeat;
	background-position: left;
}
td.whiteRight{
	background-color: #ffffff;
	background-image: url(../images/bg_white_right.gif);
	background-repeat: repeat;
	background-position: left;
}
td.blackRight{
	background-color: #232323;
	background-image: url(../images/bg_black_right.gif);
	background-repeat: repeat;
	background-position: left;
}
td.content {
	background-color: #ffffff;
	border: solid; 
	border-width: 0px 0px 1px 0px; 
	border-color: black black #e1e0e0 black;
}
td.footer {
	background-color: #ffffff;
}

a {
	text-decoration: none;
	font: 12px "Sans Serif MS", sans-serif;
	font-weight: normal;	
	/*text-transform: uppercase;*/
	color: #8f877c;
	height: 17px;
	line-height: 17px;
}
a:hover {
	text-decoration: underline;
}
a.selected {
	text-decoration: none;
	font: 12px "Sans Serif MS", sans-serif;
	font-weight: normal;		
	/*text-transform: uppercase;*/
	color: #c20000;
	height: 17px;
	line-height: 17px;	
}
a.small {
	text-decoration: none;
	font: 10px "Sans Serif MS", sans-serif;
	font-weight: bold;	
	text-transform: none;
	color: #c20000;
	height: 17px;
	line-height: 17px;
}

/* DIVS */
div.leftpane {
	margin: 15px 5px 5px 40px;
	width: 140px;;
	float: left;
	display: block;	
}
div.centerpane {
	margin: 15px 20px 5px 5px;
	width: 370px;
	float: left;
	display: block;
}
div.rightpane {
	margin: 15px 5px 5px 5px;
	width: 140px;
	float: left;
	display: block;

}



H1 {
	font: 16px "Sans Serif MS", sans-serif;
	font-weight: bold; 
	color: #c20000; 
	margin: 0px 0px 5px 5px;
	padding: 0px;
	height: 20px;
	line-height: 20px;
}
H2 {
	font: 14px "Sans Serif MS", sans-serif;
	font-weight: bold; 
	color: #545353; 
	margin: 10px 0px 5px 5px;
	padding: 0px;
	height: 20px;
	line-height: 20px;
}
H3 {
	font: 12px "Sans Serif MS", sans-serif;
	font-weight: normal; 
	color: #545353; 
	margin: 10px 0px 10px 5px;
	padding: 0px;
	height: 20px;
	line-height: 20px;
	border: solid; 
	border-width: 0px 0px 1px 0px; 
	border-color: black black #e1e0e0 black;
}
H4 {
	font: 12px "Sans Serif MS", sans-serif;
	font-weight: normal; 
	color: #c20000; 
	margin: 00px 0px 5px 5px;
}

/* PARAGRAPHS */
p.pgData {
	margin: 10px 0px 10px 40px;
	padding: 0px;
	
}
p.pgFooter {
	margin: 5px 0px 2px 40px;
	padding: 0px;
	font: 9px "Sans Serif MS", sans-serif;
	font-weight: normal;
	color: #999999;
	
}
p.pgText {
	margin: 0px 10px 20px 5px;
	padding: 0px;
	font: 11px "Sans Serif MS", sans-serif;
	font-weight: normal;
	color: #232323;	
}
#footer {
	text-align: center;
	color: #999;
}

