body {
	background: #FFFFFF;
	line-height: 1.5;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 10px;
}

#left {
	width: 150px;
	float: left;
}

#right {
	width: 610px;
	margin-left: 150px;
	padding-top: 15px;
}

ul#navigation {
	margin: 0px;
	margin-top: 50px;
	padding: 0px;
	list-style: none;
}

h1 {
	font-size: 14pt;
	font-weight: normal;
}

h4 {
	font-weight: bold;
	font-size: 10pt;
}

a {
	color: #ae2031;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table.DataGrid {
	border: 1px solid #dddddd;
	width: 100%;
	border-collapse: collapse;
}

table.DataGrid tr {
	background-color: #eeeeee;
}


table.DataGrid tr.Odd {
	background-color: #eeeeee;
}

table.DataGrid tr.Even {
	background-color: #ffffff;
}

table.DataGrid tr td {
	padding: 4px;
}
