body 
{
	margin-left: 20px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:	12px;
	color: black;
	background-color: white;
}

table
{
	font-size:	12px;	
	empty-cells : show;
}

td
{
	margin: 0px;
	padding: 0px;
}

tr
{
	margin: 0px;
	padding: 0px;
}

h1 {
    color: black;
    background-color: white;
    text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 18px;
} 

h2 {
    color: black;
    background-color: white;
    text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 14px;
} 

h3 {
    color: black;
    background-color: white;
    text-align: center;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
} 

a:link {color: black; text-decoration: none; border: 0px;}  
a.external:link  {color: black; text-decoration: none; border: 0px;}
a:active {color: rgb(235,150,0); text-decoration: none; border: 0px;}
a:visited {color: black; text-decoration: none; border: 0px;}
a img { border: 0; }
}
	
