@charset "UTF-8";
div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, di, dd, dt, img {
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* CSS Document */

p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	line-height: 1.2;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 0.5em;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: .3em;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-bottom: .3em;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding-bottom: 0.2em;
}
h5 {
	font-size: 1.4em;
	text-decoration: underline;
	font-weight: normal;
	padding-bottom: .35em;
}
.hightlight {
	background: #FF0;
	padding: 2px;
}
.redText {
	color: #F00;
	text-align: center;
}
#footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
	color: #FFF;
}
#dateUpdate {
	font-size: 0.8em;
	padding: 0.5em 0.2em 0em 0.5em;
	color: #999;
	line-height: 1.2em;
}
