html, body { 
/*background-color: #ccc; 
font-family: verdana, arial, sans-serif; 
font-size:12px; 
color: #000;*/ 
}

#bmicontent { 
width: 450px; 
margin:20px auto 0px; 
background-color: #fff; 
border: 2px solid #333; 
}

/*h1 { 
font-size: 20px; 
font-weight:bold; 
text-align:center; 
color: #666; 
}*/

h2 {
	font-size: 16px;
	font-weight:bold;
	text-align:left;
	color: #990000;
	margin:15px 10px 10px 15px;
}

#bmicontent p { 
color: #333; 
margin:5px 10px; 
}

ol { 
margin-left:15px; 
}

/*ol li { 
padding-left:25px;
}*/
		
/*#navcontainer { 
width:300px; 
margin:10px auto; 
text-align:center; 
padding:15px; 
background-color: #fff; 
border: 2px solid #333; 
}

#navcontainer p { 
margin-bottom: 0; 
font-size: 90%; 
font-style: italic;
}*/

/*Fat Erik's Pipelist via listomatic : http://css.maxdesign.com.au/listamatic/index.htm */
/*#navlist{list-style: none;padding: 0;margin: 0;}
#navlist li{display: inline;padding: 0;margin: 0;}
#navlist li#active{font-weight:bold;}
#navlist li:before { content: "| "; }
#navlist li:first-child:before { content: ""; }*/
/*IE workaround*/
/*All IE browsers*/
/** html #navlist li{border-left: 1px solid black;padding: 0 0.4em 0 0.4em;margin: 0 0.4em 0 -0.4em;}
*//*Win IE browsers - hide from Mac IE\*/
/** html #navlist { height: 1%; }
* html #navlist li{display: block;float: left;}*/
/*End hide*/
/*Mac IE 5*/
/** html #navlist li:first-child { border-left: 0; }
*/

/*		div#bmicontent {width: 550px;}
*/		
		table#bmitbl { width:450px !important; margin:15px auto !important; color:#6f6f6f;}
		#bmitbl td { border:#ccc 1px solid; border-width:0 1px 1px 0; padding:3px !important; text-align:center; }
		#bmitbl td.first { border-width:0 1px 1px; }
		#bmitbl td.last { border-width:0 1px 1px 0; }
		#bmitbl th { font-weight:bold; text-align:center; border-bottom: #ccc 1px solid; padding-bottom:3px !important; color:#2985B4; }
		#bmitbl td.highlight { background-color:#abbdd8; color:#343434; }

		.formrow  { color:#919191; background-color:#D7DFEC; width:450px !important; margin:15px auto !important; padding-bottom:10px; }
		.formrow p  { color:#660000 !important;  margin:10px; }
		.formrow p strong  { color:#990000 !important;  font-weight:bold; }
		.formcol { width:90px; margin:10px 10px 0 10px; float:left;}
		.formcol label { font-weight:bold; color: #343434; }
		.formcol label input { width:80px; color:#6f6f6f; }