body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

h1 {
	font-size: 2.0em;
	font-weight: bold;
	color: #990033;
}

h2 {
	font-size: 1.7em;
	font-weight: bold;
	color: #990033;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
}

h5 {
	font-size: 1.0em;
	font-weight: bold;
}

h6 {
	font-size: 0.8em;
	font-weight: bold;
}

ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
}
p {
	font-size: 1.0em;
}

li  p {
	margin-top: 0.2em;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFCC99;
	text-decoration: underline;
}

.current { font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #990033;  font-size: 14px;}

a.side:link {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
}
a.side:visited { font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #000000;  font-size: 10pt;}
a.side:active { font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #990033;  font-size: 10pt;}
a.side:hover { font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #990033;  font-size: 10pt;}

