body {
	color: #333333;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-color: #666666;
}

.copy {
	color: #666666;
	font-size: 11px;
	font-family: Arial, Sans-Serif
}

textarea {
	color: #000000;
	font-family: Verdana;
	background-color: #ff9966
}
select {
	color: #000000;
	font-size: 9pt;
	font-family: Verdana;
	background-color: #ff9966
}
input {
	color: #000000;
	font-size: 11px;
	font-family: Verdana;
	background-color: #ff9966
}

.textjustify {
	text-align: justify
}

a {
	color: #ff6600;
	text-decoration: underline;
}

a:visited {
	color: #996666;
	text-decoration: underline;
}

a:hover {
	color: #3333;
	text-decoration:
	underline;
}

h1 {
	color: #ff6600;
	font-weight: bold;
	font-size: 12px;
}

h2 {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

.emph {
	color: #ff6600;
	font-weight: bold;
}