/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #ffffff; /*#E9E4D0;*/
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #883A40;
}

.table {
	background-color: #e9e4d0;
}

#navigation {
	line-height: 24px;
	padding: 3px;
}

#navigation a {
	font-weight: bold;
}

#content {
	background-color: #ffffff;
	padding: 5px;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.underlinebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0000CC;
	text-decoration: underline;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000CC;
	text-decoration: underline;
}
