.tittle{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bolder;
	text-align : center;
	color : Blue;
	font-size : large;
}

.arrayHeader
{
	background : #FFFF80;
	color : inherit;
	border-top-color : inherit;
	border-top-style : double;
	border-top-width : thick;
	border-bottom-color : inherit;
	border-bottom-style : double;
	border-bottom-width : thick;
	text-align : center;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}

.arrayDataP
{
	background-color : #B0C4DE;
	border : thin solid;
	border-bottom-color : #6F93C4;
	border-left-color : #6F93C4;
	border-top-color : #DFE8F2;
	border-right-color : #DFE8F2;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : bold;
}

.arrayDataI
{
	background-color : #DCDCDC;
	border : thin solid;
	border-top-color : #F0FFFF;
	border-right-color : #F0FFFF;
	border-bottom-color : Silver;
	border-left-color : Silver;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : bold;
}


.arrayTotal
{
	background-color : #8FBC8F;
	border : thin solid;
	border-top-color : #B5F9BD;
	border-right-color : #B5F9BD;
	border-bottom-color : Green;
	border-left-color : Green;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : bold;
}

