body {
	background-color: #f0f0d7;
	font-family: arial, helvetica;
	font-size: 13px;
}

p, ul, ol, li, td, th {
	font-family: arial, helvetica;
	font-size: 13px;
}

a:link {
	color: #600;
	text-decoration: underline;
}
a:visited {
	color: #600;
	text-decoration: underline;
}
a:hover {
	color: #900;
	text-decoration: underline;
}

h1, .contentheading, componentheading {
	font-size: 20px;
	color: #600;
	font-weight: bold;
	border-bottom: 1px dotted #600;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 18px;
	color: #600;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 14px;
	color: #600;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}

.sectiontableentry1 td {
	padding: 10px;
	background-color: none;
}
.sectiontableentry2 td {
	padding: 10px;
	background-color: #CECEAD;
}
