/* CSS Document */


#content li li{
	font-size:100%;
	}
	
	
.info_box {
	margin:0px;
	padding:0px;
	padding:3px 12px;
	font-size:100%;
	border:#333333 1px solid;
	background-color:#CCCCCC;
	font-weight:bold;
	margin:24px 0px;
}
	
	
.info_box p{
	font-weight:bold;
}

.info_box p.normal {
	font-weight:normal;}	
.info_box a{
	color:#993333;
}

/* RETAIN BELOW AS LEGACY FOR SAFETY */
#info_box {
	margin:0px;
	padding:0px;
	padding:3px 12px;
	font-size:100%;
	border:#333333 1px solid;
	background-color:#CCCCCC;
	font-weight:bold;
	margin:24px 0px;
}
	
	
#info_box p{
	font-weight:bold;
}

	
#info_box a{
	color:#993333;
}

 /* END LEGACY */
 
 
#table, 
#table p, 
#table ol li, 
#table ul li, 
#table td,
#table th {
		font-size:12px;
		padding:6px;
}

#table p, 
#table ol li,
#table ul li
 {
		padding:0px;
}



#table th {
		text-align:left;
		vertical-align:bottom;
		color:#0066cc;
		padding:6px;
		}
		
.list_lc {
	list-style-type:lower-roman;}


.float_right {
	float:right;
	margin:0px 0px 12px 9px;;
	padding:0px;}
	
.feature {
	font-size:100%;}
	
.feature TH.feature  {
	font-size:90%;
	color:#990033;
	padding:6px;
	text-transform:uppercase;}	
	

.feature TD.feature  {
	color:#000000;
	padding:12px;
		
}	
.feature TD.feature_yellow  {
	color:#000000;
	padding:12px;
		background-color:#FFCC00;
}	
	
	
.clear {
clear:both;}
