HTML * {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	margin : 0;
}

BODY {
	margin: 10px;
}

H1 {
	border-bottom: 1px solid #666;
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: normal;
	margin: 12pt 0 15pt 0;
	text-transform: uppercase;
}

H1 span {
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: normal;
}

H2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	font-weight: normal;
	margin: 12pt 0 6pt 0;
	text-transform: uppercase;
	line-height: 130%;
}

H2 span {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight: normal;
}

H3 {
	color: #666;
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	font-weight: bold;
	font-style: italic;
	line-height: 130%;
	margin: 18pt 0;
}

P {
	line-height: 130%;
	margin-bottom: 8pt;
}

OL, UL {
	margin: 6pt 0;
}

UL LI {
	line-height: 130%;
	list-style-image: url(../Images/list.gif);
	list-style-type: square;
	margin-bottom: 10pt;
}

OL LI {
	margin-bottom: 10pt;
}

A,
A:active,
A:link,
A:visited {
	color: blue;
	text-decoration: underline;
}

A:hover {
	color: firebrick;
	text-decoration: underline;
}

.panel {
	background-color: #efefef;
	border: 1px solid #666;
	padding: 6pt;
}

#masthead {
	margin: 0 auto 10px auto;
	width: 990px;
}

#navigation {
	height: 100px;
	width: 990px;
	margin: 0 auto 15px auto;
}

#navigation UL {
	margin: 0;
	padding: 0;
}

#navigation LI {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 0 11px;
	z-index: 100;
}

#navigation LI:first-child {
	margin: 0 0 0 2px;
}

#content {
	margin: 0 auto 45px auto;
	width: 990px;
}

#footer {
	bottom: 0;
	margin: 0 -10px;
	position: fixed;
	width: 100%;
}

#footer table {
	background-color: #fff;
	border-top: 1px solid #666;
	width: 990px;
	margin: 0 auto;
}

#footer td {
	background-color: #666;
	color: #fff;
	padding: 5px 10px;
}

#footer td * {
	color: #fff;
}

#sidebar {
	float: right;
	margin-left: 6pt;
	margin-bottom: 30px;
	width: 304px;
}

#sidebar .HeadingClass {
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

#sidebar .HeadingClass span {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight: normal;
}

#sidebar .ArticleSummaryClass {
	line-height: 130%;
}

@media print {

	#navigation {
		display: none;
	}

	#footer * {
		background-color: #fff;
		color: #000;
	}
}

