﻿.ValidateMessage {
	color: red;
}
.forest {
  Color: #007733;
}

.apple {
  Color: #88CC00;
}

.lime {
  Color: #CCDD11;
}

.cream {
  Color: #FFFFCC;
}

.olive {
  Color: #546501;
}

.rust {
  Color: #800000;
}

span.bold {
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #007733;
	font-size: 14px;
	font-variant: normal;
}

span.mono {
	font-family: monospace;
	font-size: 12px;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

.mono {
	font-family: monospace;
	font-size: 12px;
}

body {
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	word-spacing: 0;
	text-indent: 0;
	line-height: 100%;
}

table {
	font-family: Trebuchet MS;
	font-size: 12px;
	width: 640px;
	background-color: #FFFFFF;
	border-collapse: collapse;
	line-height: 150%;
}

td {
	font-family: Trebuchet MS;
	font-size: 12px;
	padding: 6px;
	text-align: left;
	color: #000000;
}

th {
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	height: 36px;
	vertical-align: middle;
	background-image: url('/images/table_header.gif');
	background-repeat: repeat-x;
}

h1 {
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	color: #007733;
	margin-top: 0;
	margin-bottom: 0;
}

a:link {
	color: #007733;
	font-weight:bold;
	text-decoration: none;
}

a:visited {
	color: #88CC00;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	color: #CCDD11;
	font-weight:bold;
	text-decoration: underline;
}

a:active {
	color: #007733;
	font-weight:bold;
	text-decoration: underline;
}