*
{
	margin			: 0;
	padding		: 0;
	border			: 0;
}

body
{
	font-family		: Verdana;
	font-size		: 12px;
}

a
{
	color			: #3195dc;
	text-decoration	: none;
}

h1
{
	font-family		: Trebuchet MS;
	font-size		: 170%;
	color			: #000000;		
}

h1 a
{
	color			: #000000;		
}



h2, h2 a
{
	font-family		: Trebuchet MS;
	color			: #000000;
	font-weight		: bold;
}

h2
{
	font-size		: 130%;
}

table
{
	border-collapse	: collapse;
	width			: 99%;
}

	table th
	{
		text-align		: left;
	}

hr
{
	height			: 1px;
	border-color		: #1c313e;
	border-style		: solid;
	border-width		: 0;
	border-top-width	: 1px;
}

div.c
{
	clear			: both;
}

