body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	background-color: #BBBBFF;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: Blue;
	outline: none;
}
a:visited {
	color: Blue;
}
a:active {
	color: Blue;
}
a:hover {
	color: Blue;
	text-decoration: underline;
}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	color: Black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
}
ul {
	color: Black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}
ol {
	color: Black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}
dl {
	color: Black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.leftmenu {
	background-color: #993366;
	color: White;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 140px;
	height: 32px;
	padding: 2px 2px 2px 4px;
}
div.rightmenu {
	background-color: #993366;
	color: White;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 140px;
	height: 32px;
	padding: 2px 2px 2px 4px;
}
div.menulabel {
	background-color: #660099;
	color: White;
	width: 140px;
	border: 1px solid Black;
	padding: 4px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.normal {
	color: Black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. */

h1 {
	color: Black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
}
h2 {
	color: Black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
}
h3 {
	color: Black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	font-style : italic;
}
h4 {
	color: Black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
}
h5 {
	color: Black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
}
h6 {
	color: Black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	color: Black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
}	
#top {
	margin: 10px 10px 0px 10px;
	padding: 5px;
	border: 1px solid #000;
	background-image: url(images/background2.gif);
	height: 130px;
	/* ie5win fudge begins */
	voice-family: "\"
}\"";
	voice-family:inherit;
	height: 70px;
	}
html>body #top {
	height: 70px; /* ie5win fudge ends */
	}
#left {
	position: absolute;
	top: 152px;
	left: 0px;
	margin: 10px;
	padding: 5px;
	border: 1px solid #000;
	background-image: url(images/background2.gif);
	width: 150px;
	/* ie5win fudge begins */
	voice-family: "\"
}\"";
	voice-family:inherit;
	width: 120px;
	}
html>body #left {
	width: 120px; /* ie5win fudge ends */
	}
#middle {
	margin: 10px 170px 10px 170px;
	padding: 10px;
	border: 1px solid Black;
	background: #99CC99;
	background-image : url(images/background.gif);
}
#right {
	position: absolute;
	top: 152px;
	right: 0px;
	/* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 10px;
	padding: 5px;
	border: 1px solid Black;
	background-image: url(images/background2.gif);
	width: 150px;
	/* ie5win fudge begins */
	voice-family: "\"
}\"";
	voice-family:inherit;
	width: 120px;
	}
html>body #right {
	width: 120px; /* ie5win fudge ends */
	}
pre {
	color: #ccc;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
SPAN.Title {
	color: Black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 36px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
div.title{
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 10px;
}
div.subtitle{
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 10px;
}
