body, table, tr, td, div, b, a, input, textarea, form, select {
    font-family: Arial, Tahoma;
	font-size: 12px;
    margin: 0px;
	letter-spacing: 0pt;
	line-height: 15px;
	color: #404040;
}
.grey {
    color: #E0E0E0;
    text-decoration: none;
}

.grey:link {
    color: #E0E0E0;
}

.grey:visited {
    color: #E0E0E0;
}

.grey:hover {
    text-decoration: underline;
    color: #E0E0E0;
}

A {
    text-decoration: none;
}

A:hover {
    text-decoration: underline;
    color: #990000;
}

.button {
    color: #E0E0E0;
    text-decoraton: underline;
}

/* Form elements */
select, textarea, input, textarea { 
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	border-color: #563409;
	font-size: 12px;
}

.border0{
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
}
.record {
	vertical-align: top;
}
.record_small {
	font-family: Tahoma;
	font-size: 11px;
    margin: 0px;
	letter-spacing: 0pt;
	line-height: 15px;
	color: #404040;
}

.record_small_img {
	border: none;
}

.line {
	background-color: #EAEBD9;
}

.bottom_info_top {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #9E3309;
	background-color: #F1EFE2;
	padding: 4px 8px 2px 8px;
}
.bottom_info_bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #67645D;
	background-color: #F1EFE2;
	padding: 2px 8px 4px 8px;
}

.info_green_top{
	background-color: #FF9900;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	vertical-align: top;
	width: 156px;
	padding: 4px;
}
.info_green_bottom{
	background-color: #A9A003;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: bottom;
	width: 156px;
	padding: 4px;
}