/* Base Formatting */
body, p, td {
	font-family: "Trebuchet MS", "MS Sans Serif", Geneva, sans-serif;
	color: #FFFFFF;
	background-color: #333333;
	font-size: 12px;
	margin: 10px;
}

a {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

p, td {
	line-height: 17px;
}

th {
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px solid #FFFFFF;
}

h3 {
	font-size: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h4 {
	font-size: 12px;
	color: #CCCCCC;
	font-weight: normal;
}

h4 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

ul li {
	list-style: none;
}

ul a {
	color: #CCCCCC;
	text-decoration: none;
}

ul a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
