/* CSS Document */


<!--
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #E6D5B7;
	background-color: #000000;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #E6D5B7;
}
.xsmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #E6D5B7;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFCC66;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC66;
}
a:hover {
	text-decoration: underline;
	color: #E8E9BF;
}
a:active {
	text-decoration: none;
	color: #E8E9BF;
}
.style2 {
	font-size: large;
	color: #FFFFFF;
}
.actionLink {
	font-size: xx-small;
}
input {
	background-color:#333333;
	color:#FFCC66;
	font-size: x-small;
}
select {
	background-color:#333333;
	color:#FFCC66;
	font-size: x-small;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#333333;
	color:#FFCC66;
	font-size: x-small;
}
h1 {color:#FFCC66; font-family:Arial, Helvetica, sans-serif; font-size:large; line-height:100%; font-weight:normal;}
-->
