/* CSS Document */

h1
{
	color			: #00b9f2;
	font-size		: 35px;
	margin-bottom		: 10px;
	font-family		: Trebuchet MS;
}

h2
{
	color			: #00b9f2;
	font-size		: 20px;
	margin-top		: 10px;
	font-family		: Trebuchet MS;
}


ul
{
	margin-left		: 15px;
}

th
{
	text-align		: left;
	font-size		: 13px;
	padding		: 7px;
}

table
{
	width			: 100%;
	background-color	: #229f07;
}

table td
{
	background-color	: #FFFFFF;
	padding		: 4px;
}

table td.label
{
	width			: 50%;
}

a,
.lpage a {
	color: #000000;
	text-decoration: underline;
}

a:hover,
.lpage a:hover {
	color: #FF0000;
}

