.intro-cell-top	{
	font-family:"Gill Sans MT", Helvetica, Arial;
	text-align:center;
	background-image:url('../images/intro_cell_top.png');
	color:white;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:0px;
}

.intro-cell-bottom	{
	background-image:url('../images/intro_cell_bottom.png');
	background-position:0% 100%;
	height:18px;
}

.normal-cell	{
	font-family:"Gill Sans MT", Helvetica, Arial;

	color:rgb(70,70,70);
}

.section_head {
	background-image:url('../images/section_head.png');
	height:41px;
}

.section_body {
	background-image:url('../images/section_body.png');
	
}

.section_bottom {
	background-image:url('../images/section_bottom.png');
	height:10px;
	background-position:0% 100%;
}