body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.toptable {
	background-color: #660000;
	border: 1px solid #FFCC33;
	color: #FFCC33;
	padding-top: 6px;


}
h1 {
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
	color: #FFCC33;
}
a:link {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #CC9900;
	text-decoration: none;

}
a:visited {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
a:hover {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #FFCC33;
	text-decoration: underline;
}
a:active {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #660000;
	text-decoration: underline;

}
a.nav:link {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #CC9900;
	text-decoration: none;

}
a.nav:visited {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
a.nav:hover {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #FFCC33;
	text-decoration: underline;
}
a.nav:active {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #660000;
	text-decoration: underline;

}
.copy {
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #FFCC33;

}
a.copy:link {
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #FFCC33;
	text-decoration: none;

}
a.copy:visited {
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #FFCC33;
	text-decoration: none;
}
a.copy:active {
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #FFCC33;
	text-decoration: none;

}
h2 {
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	color: #660000;
}
h3 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #660000;
}

ul {
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
	vertical-align: 50%;
	color: #660000;
}

ol {
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	list-style-type: none;
	counter-reset: ol-counter;
	list-style-position: outside;
	vertical-align: top;
	color: #660000;
}

ol > li:before {
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	list-style-type: none;
	content: counter(ol-counter);
	counter-increment: ol-counter;
	list-style-position: outside;
	vertical-align: top;
	color: #660000;
}

p {
	font-size: 13px;
	line-height: 18px;
	color: #660000;

}
p.sub {
	font-size: 12px;
	line-height: 14px;
	color: #660000;
	margin: 20px
	padding: 10px
}
caption {
	font-size: 12px;
	font-weight: italic;
	line-height: 14px;
	color: #660000;
}

table.cookies {
	width: 80%;
	margin: auto;
	border: 1px solid #660000;
	background-color: #fff;
		
}
table.cookies th {
	border-width: 1px;
	border-color: #660000;
	background-color: #CC9900;
	font-weight: bold;
	text-align: center;
	padding-left: 0.2em;
	color: #fff;
}
table.cookies td {
	border-width: 1px;
	border-color: #660000;
	background-color: #FFFFFF;
	text-align: left;
	color: #660000;
	vertical-align: top;
	padding-left: 0.2em;
}
