

				/* CSS DOCUMENT GLOBAL */
* {
	margin: 0;
	padding: 0;
	}
a, a:hover { 
	text-decoration: none;
	}
body {
	background-color: #2A2A2A;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72%;
	color: #333333;
	}
p {
	margin-bottom: 10px;
}
blockquote {
	margin: 0 20px 10px;
	
}

				/* LEFT COLUMN AREA */
#contentarea-leftcol {
	float: left;
	display: inline;
	}
				/* MIDDLE COLUMN */
#contentarea-midcol {
	float: left;
	display: inline;
	}
				/* Headers */
h1 {
	font-size: 2.5em;
	line-height: 2.5em;
}
h2 {
	font-size: 2em;
	line-height: 1em;
}
h3 {
	font-size: 1.7em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.15em;
}
h6 {
	font-size: 1.05em;
}

				/* IMAGE STYLES */
.bw-border {
	border: 1px solid #999999;
	padding: 4px;
	}
				/* Table Formatting */
table{
	width: 100%;
	background: #ffffff;
	border-bottom: none; 
	empty-cells: show; 
	margin-bottom: 10px;
	font-size: .9em;
}
table tr th {			/*Table Header*/
	border-bottom:1px solid #e1e1e1; 
	border-right:1px solid #ffffff;
	color: #ffffff;
	padding:3px 6px; 
	font-weight:bold; 
	text-transform: uppercase; 
}
table td {
	border-bottom:1px solid #E1E1E1;
	padding:3px 6px;
}
table .section { 
	font-weight:bold; 
	text-align:center; 
	font-size:110%; 
	text-transform: uppercase;
}



