		

body {
	
	background-color: white
	
	}



table.normal {
	font: normal 11px helvetica, verdana, sans-serif;
	color: rgb(40,50,40);
	line-height: 15px;
	width:640px;	
	background: rgb(251,213,167);
	}


.normal tr:hover {
	background-color:rgb(255,255,255);
	}
	
	
.normal td {
	border-right: 1px solid rgb(250,180,100);
	border-bottom: 1px solid rgb(250,180,100);
	}


.normal th {
	font: bold 11px helvetica, verdana, sans-serif;
	color: rgb(20,20,20);
	line-height: 20px;
	width:640px;	
	background: rgb(250,180,100);
	}



tr.darktop {
	
	background: rgb(251,213,167);
	border-bottom: medium solid #ff0000;

	}



tr.dark {
	
	background: rgb(251,213,167);
	border-bottom: medium solid #ff0000;

	
	}



tr.lighttop {
	
	background: rgb(250,233,213);
	border-bottom: medium solid #ff0000;

	
	}



tr.light {
	
	background: rgb(250,233,213);
	border-bottom: medium solid #ff0000;


	}



h1,h2,h3,h4,h5 {	
	
	font-family: helvetica, verdana, sans-serif;
	color: rgb(40,50,40);
	
	}



ul.lightlist {
	
	font: 10px verdana, sans-serif;
	list-style-type: square;
	text-indent: 0cm;
	color: rgb(40,50,40);
	margin-left: .25cm;
	
	}



p	{

	font: normal 11px helvetica, verdana, sans-serif;
	color: rgb(40,50,40);
	line-height: 15px;

	}
	
ul	{

	font: normal 11px helvetica, verdana, sans-serif;
	color: rgb(40,50,40);
	line-height: 15px

	}



p.bighead {

	font: bold 14px helvetica, verdana, sans-serif;

	}



p.head1 {

	font: bold 11px verdana, sans-serif;

	}



p.head {

	font: bold 11px verdana, sans-serif;

	}



td.padding {

	padding-top: 1cm;
	vertical-align: top;

	}



td.paddingtb {

	padding: 1cm2cm

	}



p.marginall {

	margin: 1cm 1cm 1cm 1cm
	
	}



p.marginleft {

	margin-left: 1cm
	
	}



p.margin {

	margin-top: 2cm
	
	}



p.quote {

	font: normal 11px verdana, sans-serif;
	color: rgb(80,100,80);
	line-height: 20px;
	margin-right: 20px;
	text-align: right;

	}



p.name {
		
	font: bold 10px verdana, sans-serif;
	color: rgb(80,100,80);
	line-height: 12px;
	margin-right: 20px;
	text-align: right;

	}



	a:link {
	color: rgb(40,50,40);
	text-decoration: underline;
	}
	
	a:visited {
	color: rgb(40,50,40);
	text-decoration: underline;
	}
	
	a:hover {
	color: rgb(40,50,40);
	text-decoration: none;
	}


td.border {

	background: rgb(250,233,213);
	border: 1px solid rgb(50,50,50);
	padding: 20px;
	font: 10px verdana, sans-serif;

	}







/* table style */
.datagrid {
	font-family:arial;
	font-size:11px;
	}

/* cell styles */

.datagrid td {
    color:#000;
	}

.datagrid td.leftcols {
    background-color: #FFFFCC;
	}

.datagrid td.leftcolsjust {
    text-align: right;
    background-color: #FFFFCC;
	}

/* mouseover row style */

.datagrid tr:hover {
	background-color:rgb(251,213,167);
	}
