body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #990099;
	background-color: Black;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color: #660066;
	outline: none;
	}
a:visited {
	color: #990099;
	}
a:active {
	color: #CC0066;
	}
a:hover {
	color: #990099;
	text-decoration: none;
	background-color : #FFCCFF;
	border : 1px solid #990099;
	padding : 1px;
	}

#navigator {
	background-color: #9999CC;
	width: auto;
	margin-top: 0px;
	margin-left: 10%;
	margin-right: 10%;
	padding: 4px;
	text-align: center;
	}

.button {
	font-weight: normal;
	text-align: center;
	margin-bottom: 3px;
	margin-top: 3px;	
}

.button  a{
	padding: 1px;
	width: 100%;
	display: block;
text-align: left;
text-decoration: none;
font-family:arial;
font-size: 12px;
color: #000000;
BORDER: none;
border: solid 1px #FFFFFF;
}

.button a:hover{
	background-color: #FFCCFF;
	border-top: 1px solid #990099 ;
	border-left: 1px solid #990099;
	border-bottom: 1px solid #990099;
	border-right: 1px solid #990099;
}

.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	color: #660066;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}

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

h1 {
	color: #CC0066;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	color: #CC0066;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	color: #CC0066;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	color: #990099;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	color: #990099;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	color: #990099;
	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;
	}

.emphasis {
	color: #660066;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	background : #FFCCFF;
	border : 1px solid #660066;
	padding-bottom : 1px;
	padding-left : 1px;
	padding-right : 1px;
	padding-top : 1px;
}

.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: #990099;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}	
#top {
	margin: 20px 20px 20px 20px;
	padding: 10px;
	border: 1px solid White;
	background: #9999CC url(Images/title_banner.jpg) no-repeat fixed center;
	height: 200px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 200px;
	}
html>body #top {
	height: 200px; /* ie5win fudge ends */
	}
#left {
	position: absolute;
	top: 220px;
	left: 0px;
	margin: 20px;
	padding: 2px;
	border: 1px solid #FFFDFD;
	background: #9999CC;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
	}
html>body #left {
	width: 120px; /* ie5win fudge ends */
	}
#middle {
	margin: 20px 190px 20px 190px;
	padding: 10px;
	border: 1px solid White;
	background: #9999CC;
	}
#right {
	position: absolute;
	top: 220px;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 20px;
	padding: 10px;
	border: 1px solid White;
	background: #9999CC;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
	}
html>body #right {
	width: 120px; /* ie5win fudge ends */
	}
pre {
	color: #990099;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}