@charset "utf-8";
/* CSS Document */

html {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
}

html>body {
	margin:0px;
	padding:0px;
}

#header .heading {
	font-size:20px;
	font-weight:normal;
	padding-top:10px;
}
h1, .content-body .heading {
	font-size:18px;
	font-weight:normal;
	text-align:center;
	background-color:#eeeeee;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:10px;
	margin-top:5px;
	color:#990000;
}
h2 {
	font-size:16px;
	font-weight:normal;
	text-align:center;
	background-color:#eeeeee;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:10px;
	margin-top:5px;
}
h3 {
	font-size:14px;
	font-weight:normal;
}

ul {
	list-style:square;
}

a img {
	border:none;
}

a, a:visited {
	/*color:#000000;*/
	color:#990000;
}

#content a, #content a:visited {
	color:#990000;
}

a:hover, #content a:hover {
	background-color:#00bbee;
	color:#000000;
	text-decoration:none;
}

table {
	width:90%;
	padding:0px;
	border:none;
}

th {
	background-color:#bbbbbb;
	/*text-align:left;*/
}

td, tr.even {
	background-color:#fffff;
}

tr.odd {
	background-color:#eeeeee;
}

.centered {
	text-align:center;
}

table, .centered table {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.illustration {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	display:block;
}

.content-header .heading {
	font-size:16px;
	font-weight:normal;
	text-align:center;
	background-color:#eeeeee;
	padding-top:3px;
	padding-bottom:3px;
}

.content-body .heading, .content-body .sub-heading {
	text-align:center;
	background-color:#eeeeee;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:10px;
	margin-top:5px;
}

.content-body .heading {
	font-size:18px;
	color:#990000;
}

.content-body .sub-heading {
	color:#333333;
	font-size:14px;
}

.paragraph {
	padding-bottom:15px;
	text-align:center;
}

.paragraph img {
	/*display:block;
	margin-left:auto;
	margin-right:auto;*/
}

table .illustration {
	/*float:left;*/
	float:left;
	text-align:center;
}
