/* CSS Document */
.yellowtable {
	background-image:url(/olc/images/ALS/repeatbgrd.jpg);
	background-repeat:repeat-y;
	border-bottom:3px solid #FFC425;
	width:410px;
	margin-bottom:10px;
	z-index:1;
	}
	
.yellowtable .maindiv {
	background-image:url(/olc/images/ALS/topbgrd.jpg);
	background-repeat:no-repeat;
	padding:12px;
	padding-left:20px;
	}
	
.yellowtable .titlediv {
	border-bottom:1px solid #E8E1CF;
	padding-bottom:8px;
	text-align:left;
	}
	
.yellowtable .titlediv .Head {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#00539B;
	font-size:13px;
	text-align:left;
	}
	
.yellowtable .contentcontain {
	border-top:1px solid #FFFFFF;
	padding-top:8px;
	text-align:left;
	}
	
.yellowtable .contentcontain .Normal {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	}


