body, table, tr, td, div, b, a, input, textarea, form, select {
    font-family: Tahoma;
    font-size: 11px;
    margin: 0px;
}

.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: #f87777;
    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: #000000;
	background-color: #FFFFFF;
	font-size: 10px;
}

.border0{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.record_even {
    background-color: #FBF6B4;
    padding: 4px;
}
.record_odd {
    background-color: #FBF6B4;
    padding: 4px;
}