
body {
	color:#000000;
	background-color:#ffffff;
	font-family:arial,helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	margin:0px;
}

th, td, div, p, span {
	color:#000000;
    font-family:arial,helvetica,sans-serif;
    font-size:10px;
    font-weight:normal;
}

.content {
	background-color:#fef9e6;
}

.border {
	background-color:#993300;
}

.search {
	background-color:#cc0000;
	color:#ffffff;
}
.searchlabel {
	background-color:#cc0000;
	color:#ffffff;
	text-align:right;
}

a { 
	color:#cc6600;
    font-family:arial,helvetica,sans-serif;
	text-decoration:none;
}

a:hover { 
	text-decoration:underline;
}

.brown {
	color:#993300;
}

.title {
	font-size:11px;
	font-weight:bold;
	color:#993300;
}

.subtitle {
	font-size:11px;
	color:#000000;
	font-weight:bold;
	margin-bottom:5px;
}
.white {
	background-color:#ffffff;
}

.lead {
	color:#666666;
}

textarea {
	font-family:arial,helvetica,sans-serif;
	font-weight:normal;
	font-size:10px;
}

input, select {
	font-family:arial,helvetica,sans-serif;
	font-weight:normal;
	font-size:10px;
}

input.search, select.search {
	background-color:#ffffff;
	color:#000000;
	width:100px;
}
