/** 
 * Henry Egloff v3.0
 * http://www.henryegloff.com.au
 *
 * FLASH STYLE CSS Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
body {
	color: #333;
 	font-size: 62.5%; 
 	margin: 20px;
	font-family: Arial, Verdana, Lucida, sans-serif;}

table { border-collapse: collapse; border-spacing: 0; }

#guide{
	width: 800px;
	height:500px;
	margin:auto;
}


/* TABLE
----------------------------------------- */


td b {
	color: #666;
}

td i {
	color: #919191;
	font-size: 11px;
}



th {
	color: #4d4d4d;
	text-align: left;
	padding: 3px 6px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
