body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

table {
	margin-bottom: 0px;
	margin-top: 0px;
}

th {
	font-size: 10px;
	text-align: left;
}

td {
	font-size: 10px;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size: 11px;
	font-weight: bold;
}

h3 {
	font-size: 10px;
	font-weight: bold;
}

.dark {

	font-size: 10px;
	color: #333333;
	margin-bottom: 0px;
}

.white {

	font-size: 10px;
	color: #FFFFFF;
	margin-bottom: 0px;
}

.dark_bold {
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	font-size: 10px;
}

