/* 
COLORS
bg- grey #d9d9d9
red #bc3418  bc3418
dark grey h2 #686868
dark grey (content bg) #999999

text grey #292929
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td { /*takes margin & padding off most elements.*/
 margin:0;
 padding:0;
	} 
	
a{
	color:#a8432d;
	text-decoration:underline;
	outline:none;
	}

a:visited{
	color:#b1b7bb;
	}

a:hover{
	text-decoration:none;
	color:#646464;
	}


body{
	background-color: #cccccc; 
	color:#292929;
	font:11px arial, sans-serif; /*75% resets the default font size to 11px;*/
	min-width:760px;
	line-height:1.4;
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
	}
	
#content{
	padding:20px 30px 0 30px;
	/*line-height:1.5;*/
	}
	
#content p{
	padding-bottom: 5px;
	padding-right:30px;
	}



#contentc{
	padding:20px 30px 0 30px;
	}
	
	#contentp{
	padding:10px 30px 0 30px;
	}
	
	
#contentc p{
	padding-bottom: 10px;
	padding-right:30px;
	}

h1{
	
	}
	
	
h2{
	background-color:#686868;
	padding:30px;
	color:#f4f4f4;
	text-transform:uppercase;
	line-height:1.5;
	font-size:10px;
	font-weight:normal;
	letter-spacing:.05em;
	}
	
h3{
	text-transform:uppercase;
	border-bottom:1px solid;
	font-size:11px;
	padding-top:7px;
	}
	
h4{text-transform:uppercase;
	border-bottom:1px solid;
	font-size:10px;
	padding-top:2px;
	padding-bottom:1px;
	
	}
	
h5{

	}
	
h6{
	}

table, td{
	border-collapse:collapse;
	}
	
td.table_border{
	border:1px solid #000000;
	}
	
.block{
	display:block;
	}
	
.clear{ /*to clear FLOATS*/
 	clear:both;
	font-size:0;
	height:0;
	line-height:0;
	visibility:hidden;
	}

.clearboth{ /*to clear objects*/
	clear:both;
	}


li{
	list-style:none;
	padding-left:12px;
	background: url(images/midelem_bullet.gif) no-repeat 0px 3px;
	}

td.content{
	text-align:left;
	background-color:#999999;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	}
	
	
	td.header{border-bottom:1px solid #000; font-weight:bold;}
	
	td.chart{padding-bottom:10px;}
	
	td.props{padding-bottom:15px; padding-right:15px;}
	
	td.col2{ 
		padding-left:15px;"
		}