body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

.class1 {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	width: 200px;
}
.class2 {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	border: 1px solid #FF6600;
}

.noRepeat {
	background-repeat: repeat-y;
}
.noRepeatContent {
	background-position: top;
	background-repeat: no-repeat;
}
.noRepeatRight {
	background-repeat: repeat-y;
	background-position: right;
}
.noRepeatLeft {
	background-repeat: repeat-y;
	background-position: left;
}
.noRepeatTop {
	background-repeat: repeat-x;
	background-position: top;
}
.darkText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: left;
}
.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

h1 {
	font-size: 18px;
	color: #000000;
	font-weight: 900;
}

h2 {
	font-size: 12px;
	color: #000000;
	font-weight: 600;
}

h3 {
	font-size: 12px;
	color: #FF6600;
	font-weight: 100;
}

h4 {
	font-size: 9px;
	color: #000000;
	font-weight: 100;
}

h5 {
	font-size: 12px;
	color: #000000;
	font-weight: 100;
}

h6 {
	font-size: 12px;
	color: #000000;
	font-weight: 100;
}

ul {
	list-style-position: outside;
	list-style-type: square;
}

a:link { color: #666666; font-weight: bold; text-decoration: none }
a:active { color: #666666; font-weight: bold; text-decoration: none }
a:visited { color: #666666; font-weight: bold; text-decoration: none }
a:hover { color: #003399; font-weight: bold; text-decoration: none }
a.footer:link { color: #FFFFFF; font-weight: bold; text-decoration: none }
a.footer:active { color: #FFFFFF; font-weight: bold; text-decoration: none }
a.footer:visited { color: #FFFFFF; font-weight: bold; text-decoration: none }
a.footer:hover { color: #FFFFFF; font-weight: bold; text-decoration: underline }