body
{
	background-color: #336699;
	color : White;
	text-align : center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

th
{
	font-family : Arial, Helvetica, sans-serif;
	color: black;
	background-color : #336699;
	background-image : url(images/table_th.gif);
}



td
{
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left : 15px;
	background-color : #E7E7E7;
}
td.i
{
	font-style : italic;
	font-size : 100%;
}

td.blue
{
	background-color : #336699;
}
table
{
	background-color : Black;
	width : 60%;
}

h1
{
	font-size : 20px;
}
h2
{
	font-size : 16;
}

h3
{
	font-size : 15px;
	font-style : italic;
}
a
{
	color: black;
}