BODY {
	color: #FF99FF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: 330033;
}

A:LINK  {
	color: #33CCFF;
	text-decoration: none;
	background-color: transparent;
}


A:VISITED {
	color: #6699FF;
	text-decoration: none;
	background-color: transparent;
}

A:HOVER {
	background-color: Aqua;
	color: red;
	text-decoration: underline;
}

H1 {
	font-size: 200%;
	margin-bottom: 1ex;
	text-align: center;
	background-color: transparent;
}

H2 {
	font-size: 150%;
	margin-bottom: 1ex;
	text-align: center;
	background-color: transparent;
}

H3 {
	font-size: 130%;
	margin-top: 1.5ex;
	margin-bottom: 1ex;
	text-align: center;
	background-color: transparent;
}

H4 {
	font-size: 115%;
	margin-top: 1em;
	margin-bottom: 1ex;
	text-align: center;
	background-color: transparent;
}

CAPTION {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 75%;
}

THEAD, TFOOT {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 75%;
	background-color: #FFEBCD;	
}


TD {
	text-align: center;	
}


INS {
	font-family: Tahoma, sans-serif;
    text-indent: 1em
}


STRONG
{
	font-style: normal;
	font-weight: 700;	
}

EM {
	font-style: italic;
}

BIG {
	font-size: 110%;
	font-weight: 300;
}

SMALL {
font-size: 80%;	
}

CITE {
	font-style: italic;
}

DFN {
    background-color: transparent;	
	font-style: italic;
	color: Red;
}


.feedback {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;	
	margin-top: 2em;	
}

.contactme {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: center;
}

.doc-history {
	font-family: "Times New Roman", Times, serif;
	font-size: 70%;
	margin-bottom: 1ex;
}


.toindex {
	font-family: Tahoma, sans-serif;
	font-size: 70%;
	background-color: transparent;
	color: Red;
	margin-top: 1ex;
	margin-right: 90%;
	margin-bottom: 1ex;
	text-align: center;
}

.contents {
	font-size: 110%;
	margin-left: 30%;
	margin-right: 5%;
	margin-bottom: 2em;
}

.longcontents {
	font-size: 90%;
	font-weight: 700;
	margin-left: 30%;
	margin-right: 10%;
	margin-bottom: 2em;
}

.indent {
	margin-left: 20%;
	margin-right: 10%;
	margin-bottom: 1ex;
}

.small {
	font-family: Tahoma, sans-serif;
	font-size: 80%;
}

.credits {
	background-color: transparent;
	font-family: Arial, sans-serif;
	font-size: 75%;
}

.horiznav {
	background-color: Aqua;
	font-family: Tahoma, sans-serif;
	font-size: 80%;
	font-weight: 700;
	margin-top: 1ex;
	margin-bottom: 1ex;
}

table.standardtable {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: 600;
	border-color: #CCCCFF;
	border-style: ridge;
	border-width: medium;
}

table.colored {
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: 700;
	border-color: #CC99FF;
	border-style: ridge;
	border-width: medium;
}

.inlinehead {
	font-weight: 700;
	color: Red;
	font-size: 85%;
	background-color: transparent;
}

p.bar {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

