body {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	color: #000000;
	background-color: #ffffff;
	margin: 5px 5px 5px 5px;
}
td {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	color: #000000
}

.head1 {
	font-family:  "Arial", "Helvetica", "sans-serif";
	font-size: 25pt;
	color: #000000;
	text-decoration: none
}

.head2 {
	font-family:  "Arial", "Helvetica", "sans-serif";
	font-size: 13pt;
	color: #fff;
	text-decoration: none
}

.head3 {
	font-family:  "Arial", "Helvetica", "sans-serif";
	font-size: 13pt;
	color: #fff;
	font-weight: bold;
	text-decoration: none
}

.head4 {
	font-family:  "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	color: #339933;
	font-weight: bold;
	text-decoration: none
}

.head5 {
	font-family:  "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	color: #339933;
	text-decoration: none
}

a:link {
	font-family:   "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	color: #339933;
	font-weight: bold;
	text-decoration: none
}

a:visited {
	font-family: "Arial"," Helvetica", "sans-serif";
	font-size: 9pt;
	color: #339933;
	font-weight: bold;
	text-decoration: none
}

a:hover {
	color: #000000;		
	text-decoration: underline	
}

input.button {
    COLOR: #ffffff;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 14px;
    FONT-FAMILY: Arial, Hevetica, sans-serif;
    HEIGHT: 20px;
    BACKGROUND-COLOR: #339933;
	padding: 0;
}

input.text {
    PADDING-RIGHT: 4px;
    PADDING-LEFT: 4px;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #ffffff
}

select {
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #ffffff
}

.arSmall {
    FONT-SIZE: 1pt;
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #ffffff
}

.arBorder {
	border: 2px solid #339933;
}

.header {
	background-color: #000;
}

.ResultsHeader {
	border-bottom: 5px solid #fff;
	padding: 10px
}

.SearchResult {
	margin-bottom: 20px;
}


.SearchResultAlt {
	background: #f5f6ee;
	border-top: 5px solid #f5f6ee;
	border-bottom: 5px solid #f5f6ee;
}


.SearchResultTitle {
	line-height: 2em;
	padding: 10px;
	font-size: 1.1em
}

.SearchResultDesc {
	padding: 10px;
	
}

tr.ResultsHeader td {
	padding: 10px;
}