/* CSS Document */

/* Site Formatting */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
body 
{

	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #73B173;
}

/* Table Formatting */

tr.d0 th {
	background-color: #EEEEEE;
}
table
{
	font-size: 12px;
	color: #666666;

}
tr.d0 th {
	background-color: #EEEEEE;
};
tr.d0 td {
	background-color: #EEEEEE; color: black;
}
tr.d1 td {
	background-color: #FFFFFF; color: black;
}
th {
	font-size: 12px;
	text-decoration: underline;
}
/* Form Formatting */
input 
{
	font-size: 12px;
}

select 
{
	font-size: 12px;

}
legend 
{
	font-size: 12px;

}

/* Bullets and Lists */

.inline_lists
{
	margin: 0;
	padding: 1;
	cursor: none;
	list-style-type: none;
	display: inline;
	vertical-align:middle;

}
.bulletless_lists
{
	margin: 0;
	padding: 1;
	cursor: none;
	list-style-type: none;

}

