html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-weight: inherit;
	font-style: inherit;
	line-height: 1.3;
	font-family: inherit;
}
a img, :link img, :visited img {
	border: 0;
}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	background-color: #E0E0E0;
	text-align: center;
	margin: 0;
	padding: 0;
}
a:link, a:active, a:visited {
	text-decoration: none;
	color: #A80000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 15px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

p {
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
}

span {
	margin: 0px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 16px;
	list-style-type: square;
}

li {
	margin-bottom: 5px;
}
#container {
	height: 100%;
	vertical-align: middle;
}

#content {
	padding: 24px;
	margin: 0px;
	border-width: 0px;
	vertical-align: top;
	text-align: left;
}

#footer {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

.topcontent {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../img/topcontent.jpg);
	background-repeat: repeat-x;
}

.separator {
	background-color:#CACACA;
	width: 1px;
}

.highlight {
	color: #A80000;
	font-weight: bold;
}

.bigtable {
	text-align: center;
	vertical-align: middle;
}

.separatetable, .separatetable td {
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
}