@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}

h1 {
	font-size: 16px;
	text-align: left;
	margin: 6px 0 0 10px;
	letter-spacing: -1px;
}

h2 {
	font-size: 12px;
	text-align: left;
	margin: 2px 0 12px 10px;
}

p {
	font-size: 13px;
}

.psmall {
	font-size: 12px;
	color: black;
	font-weight: normal;
	text-transform: none;
}

div.content {
	clear: left;
}


#content { 
	margin: 10px 0 0 0; 
	padding: 0 18px 0 18px; 
} 

#content ul {
	font-size: 13px;
}

table {
	text-align: center;
	border-color: #A5A5A5;
	margin: 10px 0;
}

td {
	padding: 4px 8px 4px 8px;
}

.lalign {
	text-align: left;
	font-weight: bold;
}

.tableTitle {
	background-color: #FFFFFF;
	color: black;
	font-weight:bold;
	font-size: 12px;
	margin-left: 8px;
	padding: 0;
	border-bottom: 1px solid black;
}

.tableRowA {
	font-size: 11px;
}

.tableRowB {
	font-size: 11px;
	background-color:#EBEBEB;
}

.tableSubCell {
	text-indent: 8px;
	font-weight: normal;
}

.description {
	
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.tableData {
	background-color:#444;
	width: 100px;
}

#header {
	display: none;
}

#sidebar {
	display: none;
}

.horiznav {
	display: none;
}

br {
	display:none;
}

#footer {
	display: none;
}