body {
	font-family: Arial, Helvetica, sans-serif;
}
.tbl {
	border: 1px solid #000000;
	border-collapse: collapse
}
.tbltitle {
	border-collapse: collapse;
	border: 1px solid #000000;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	background-color: #eeeeee;
}
.tblsubtitle {
	border-collapse: collapse;
	border: 1px solid #000000;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #eeeeee;
}
.tblcolumntitle {
	border-collapse: collapse;
	border: 1px solid #000000;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.tbltext {
	border-collapse: collapse;
	border: 1px solid #000000;
	font-size: 11px;
	color: #000000;
}
.title {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.subtitle {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.text {
	font-size: 12px;
	color: #000000;
	list-style-image: url(graphics/bullet.gif);
}
.footer {
	font-size: 9px;
	color: #000000;
}
.form {
	font-family: inherit;
	font-size: 12px;
	color: #000000;
	border: 1px solid #b6cef0;
	padding: 1px;
	margin:0px;
}
.bold { font-weight: bold}
.italic { font-style: italic}
.bold_italic { font-style: italic; font-weight: bold}
.underline { text-decoration:underline }
.italic_underline {font-style: italic; text-decoration:underline }
.bold_underline { font-weight:bold; text-decoration:underline }
.bold_italic_underline { font-weight:bold; font-style: italic; text-decoration:underline }
a {
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
.image_right {
	margin-left: 10px;
	border: 1px solid #D5D5D5;	
}

.image_left {
	margin-right: 10px;
	border: 1px solid #D5D5D5;	
}

hr {
	background-color:#000000;
	color: #000000;
	height: 1px;
	border: #000000;
}
.pagenavigator, .linkbutton {
	font-size: 11px;
	background-color: transparent;
	border: 1px solid #000000;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	margin-right: 5px;
}
.small {
}
.smalltext {
	font-size: 10px;
	color: #000000;
}
.smallstrongtext {
	font-size: 12px;
	font-weight:bold;
	color: #000000;
}
.smallcolumntitle {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
