body, td, p, div, label {
	font-family: optima, verdana, geneva, arial, helvetica, sans-serif;
	color: #336;
	font-size: 12px;
}

input, textarea {
	background: #ddd;
	color: #336;
}

body {
	background-color: white;
	background-position: right top;
}

p, ol, li {
	font-size: 100%;
	line-height: 20px;
	color: #336;
}

ol {
}

input.textField, textarea.textField {
	width: 90%;
}

h1 {
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 133%;
	background: inherit;
	color: #003;
	border-bottom: 1px solid #dde;
}

h2 {
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 110%;
	font-weight: bold;
	background: inherit;
	color: #006;
}

a, a:link {
	background: inherit;
	color: #060;
	text-decoration: none;
	border-bottom: 1px solid #090;
}

a:active {
	background: inherit;
	color: #009;
	text-decoration: none;
	border-bottom: 1px solid #090;
}

a:visited {
	background: inherit;
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #666;
}

a:hover {
	background: inherit;
	color: #030;
	text-decoration: none;
	border-bottom: 1px dotted #030;
}

strong {
	font-weight: bold;
}

em {
	font-style: oblique;
}

td#LeftColumn {
	width: 40%;
}

td#RightColumn {
	width: 55%;
	padding-left: 5%;
}

div#footer {
	padding-top: 15px;
	border-top: 1px solid #999;
	width: 100%;
	font-family: optima, verdana, geneva, arial, sans-serif;
	font-size: 90%;
}

div#footer input {
	font-family: optima, verdana, geneva, arial, sans-serif;
	font-size: 90%;
}

.noborder {
	border: none;
	border-width: 0px;
}