body, table, td, tr, div, p, pre, h1, h2, h3, h4, ul, li {
	Verdana, Arial, Sans-Serif
}
body {
	background: white repeat-x top;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #fff;
	color: #474747;
	text-align: top;
	margin: 15;
	padding: 0;
}
body, td, div, p, pre, ul, li {
	font-size: 0.9em;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 1.0em;
	font-weight: bold;
}
h3 {
	font-size: 0.9em;
	font-weight: normal;
	margin-bottom: 0px;
}
.small {
	font-size: 0.8em; 
	font-family: Verdana, Arial, Sans-Serif;
}
.smaller {	
	font-size: 0.7em;
}
a {	
	font-size: 0.9em; text-decoration: none; color: MidNightBlue
	}
a:link {
	font-size: 0.9em; color: MidNightBlue; font-weight: bold;
}
a:visited {	
	font-size: 0.9em; color: MidNightBlue; font-weight: bold; text-decoration: underline
}
a:active {
	font-size: 0.9em; color: MidNightBlue; text-decoration: none; font-weight: bold;
}
a:hover {
	font-size: 0.9em; 
	color:white; text-decoration:none; background-color:MidNightBlue; font-weight:bold;

}

td { border-style: none; border-width: 0px; }

ul {
	margin-top: 0px;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 3px;
	padding-left: 45px !important; /* for most browsers */
	padding-left /**/:5px; /* for IE5.5's bad box model */
	text-align: center;
}
li {
	margin-top: 0px;
	padding: 0;
	text-align: left;
}
.indentright10 { margin-left:+10px; }
.indentright20 { margin-left:+20px; }
.indentright30 { margin-left:+30px; }
.indentleft10 { margin-left:-10px; }
.indentleft20 { margin-left:-20px; }