body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	color: #EEEEEE;
	background-color: #63639C;
	background-attachment: fixed;
	background-image: url(desert.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
}
select {
	width: 200px;
	}


td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	color: #EEEEEE;
}

th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	color: #EEEEEE;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: smaller;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: smaller;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: smaller;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: smaller;
}

.title {
	font-weight: normal;
	color: #EEEEEE;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: larger;
}
.name {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: larger;
}
.vmid {
	margin-top: auto;
	margin-bottom: auto;
}

