body	{
	margin-left:0; 
	margin-top:0; 
	margin-right:0;
        background: #c9c9c9;
	font-family : Arial, Helvetica, Sans-Serif;

}

#wrapper {
        width:1200px;
        margin: 0 auto;
        background: #ffffff;
}



h1	{
	font-size : 30px;
	font-weight : bold;
	color : #000000;
}

h2	{
	font-size : 2em;
	font-weight : bold;
	color : #000000;
}

p	{
	color : #000000;
}

td	{
	font-family : Arial, Helvetica, Sans-Serif;
	color : #000000;
}

th	{
	font-size : 1.1em;
	text-align : center;
	font-weight : bold;
	color : #000000;
	background-color : #8EBBE4;
}

a	{
	color : darkblue;
        text-decoration: none
}

a:hover	{
	color : darkblue; 
        text-decoration: none
}


HR	{	color : #D3012A;}


li {list-style-type: none;}
              
   
table {
border:1px dotted black;
cellspacing: 0px;

}

tr {
height: 133px;
}

th, td {
    border-bottom: 1px solid #ddd;

