body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: black;
}

.class1 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	border: 1px solid #003366;
	width: 170px;
}
.class2 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	border: 1px solid #003366;
	width: 110px;
}
.class3 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	border: 1px solid #003366;
	width: 70px;
}
.class4 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	border: 1px solid #003366;
	width: 30px;
}

.class5 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	border: 1px solid #003366;
	width: 330px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: black;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #003366;
}

h1 {
	font-size: 16px;
	line-height: 20px;
	color: #003366;
	font-weight: 900;
}

h2 {
	font-size: 11px;
	color: #003366;
	font-weight: 600;
}

h3 {
	font-size: 11px;
	color: #003366;
	font-weight: 600;
}

h4 {
	font-size: 11px;
	color: #003366;
	font-weight: 300;
}

h5 {
	font-size: 11px;
	color: #003366;
	font-weight: 300;
}

h6 {
	font-size: 9px;
	color: #003366;
	font-weight: 300;
}

ul {
	list-style-position: outside;
	list-style-type: square;
}

a:link { color: #003366; font-weight: bold; text-decoration: none }
a:active { color: #003366; font-weight: bold; text-decoration: none }
a:visited { color: #003366; font-weight: bold; text-decoration: none }
a:hover { color: #666666; font-weight: bold; text-decoration: underline }