#table1 {

text-align: center;
	width: 700px;
	margin: 0px auto;
	border-collapse: collapse;


}

#table1 .rowpic {
 	color: #268d96;
	margin-bottom: auto;
	margin-top: auto;
	background-repeat: repeat;
	background-image: url(paper-tile.png);
	opacity:1.0;
	filter:alpha(opacity=100);
	height: auto;
	
	}
	
#table {
	
	color: #666666;
	text-align: center;
	width: 700px;
	margin: 0px auto;
	border-collapse: collapse;
	border: 1px solid #b7b7b7;

 }
 
 
 #table .rowpic {
 	color: #268d96;
	margin-bottom: auto;
	margin-top: auto;
	background-repeat: repeat;
	background-image: url(paper-tile.png);
	opacity:1.0;
	filter:alpha(opacity=100);
	height: auto;
	
	}
 
 
 
 #table .rowaa {
 	font: 'LucidaSans';
	color: #268d96;
	line-height: normal;
	word-spacing: normal;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	background: #D3D3D3;
	height: 36px;
	}

#table .rowpic {
 	color: #268d96;
	margin-bottom: auto;
	margin-top: auto;
	background: #ffffff;
	height: auto;
	
	}

 
#table .rowa {
	font: 'Myriad Pro';
	color: #268d96;
	margin-bottom: auto;
	margin-top: auto;
	margin-left:2px
	word-wrap: normal;
	font-size: 14px;
	background: #ffffff;
	height: 30px;
	
	}
#table .rowb {
	font: 'Myriad Pro';
	color: #268d96;
	text-align: center;
	font-size: 14px;
	word-wrap: normal;
	background: #ebebeb;
	height: 30px;
}
#table .cell {
	padding: 2px;
	border: 1px solid #b7b7b7;
}


