P.centrerat {text-align: center}
P.centreratred {
	text-align: center;
	color:red;
	display:inline;
                }
P.centreratgreen {
	text-align: center;
	color:green;
	display:inline;
		}
h2.centrerat {text-align: center}
h4.centrerat {text-align: center}
img {border: 0}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}
div.centrerat {
	text-align: center;
        margin-left:auto;
        margin-right:auto;
        }
table {
        border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
        }
table.head {
	margin-left:0px;
	margin-right:0px;
	width: 100%;
	border-width: 0px;
	border-spacing: ;
	border-style: none;
       }
table.head th {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	-moz-border-radius: ;
	}
td.headl {
	border-width: 0px;
	border-style:none;
	padding: 0px;
	vertical-align: top;
	-moz-border-radius: ;
	}
td.headr {
	border: 0px; 
	paddin: 0px;
	text-align: right;
	-moz-border-radius: ;
	}
table, th, td {
        padding: 10px;
        align: center;
        border: 2px solid black;
        }
td.grey {
	background-color:#EEEEEE;
	}
td.green {
	background-color:green;
	}
td.red	{
	background-color:red;
	}
td.lightgreen {
        background-color:lightgreen;
        }
td.lightred  {
        background-color:#FFCC99;
        }


