/***************************************************
BASIC HTML STYLES
***************************************************/

body {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/background.gif);
	background-repeat: repeat-y;
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #4d4d4d;
}
td {
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #4d4d4d;
}
td.headerLine {
	background-color: #DD8C70;
}
h1 {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 16px;
	color: #737373;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
h2 {
    font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
p	{
	margin-top:	5px;
	padding-top: 0px;
}
small {
	font-size: 10px;
	line-height: 1.2;
}
.finePrint {
    font-size: 9px;
	color: #aaaaaa;
	font-weight: normal;
}
.xsmall {
    font-size: 9px;
}
.error {
	color: #ff0000;
	font-weight: bold;
	font-size: 9px;
}
.warning {
	color: #ff0000;
	font-weight: bold;
	font-size: 9px;
}
strong {
	font-weight: bold;
}
input, textarea, select, option {
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	color: #689b2c;
	text-decoration: none;
}
a:visited {
	color: #689b2c;
	text-decoration: none;
}
a:hover {
	color: #7ebb35;
	text-decoration: underline;
}
form {
    padding: 0px;
	margin: 0px;
}