BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background: #80C1FF;
	color: black;
}

P, LI, DD, DT, FORM {
/*	text-align: justify; */
	font-size: small;
}


TD TD TD P	{
	margin-top: 0;
	margin-bottom: 0;
}

TD TD TH P	{
	margin-top: 0;
	margin-bottom: 0;
}


BLOCKQOUTE {
	font-size: inherit;
}

/*
B, STRONG, EM, I, CITE {
	font-size: small;
}
*/

.bad {
	color: red;
	background: yellow;
}

.good {
	color: green;
}

A {
	font-size: inherit;
}

A.mnu {
	font-weight: bold;
	text-decoration: none;
	font-size: small;
}

A:link  {
	color: #6500CC;
}

A:visited       {
	color: #0068CC;
}

A:active        {
	color: #FFFF00;
}

A:hover        {
/*	color: #FFFF00; */
	color: #990000;
	background: #FFFC80;
/*	background: inherit; */
/*	background: #8080FF; */
}

A.hidden	{
	text-decoration:none;
	color:#000000;
	background:#FFFFFF
	}

A:hover.hidden	{
	text-decoration:none;
	color:#000000;
	background:#FFFFFF
	}

.btmimg a:hover {
	background: inherit;
}

.cur {
/*	border: 1px solid brown; */
	font-size: small;
/*	background: #CCCCCC; */
	color: #990000;
	background: #80C1FF;
	padding: 1px;
	width:130px;
}

.sec {
	font-size: small;
/*	font-style : italic; */
/*	text-decoration: underline; */
}

SMALL, SMALL P, P SMALL {
	font-size: smaller;
	padding: 0;
	margin: 0;
}

.copy {
	text-decoration: none;
	font-size: x-small;
/*	color: #B79B2B; */
/*	background: #66DDFF */
	background: inherit;
}

.center {
	text-align: center;
}
P.left {
	text-align: left;
}

TD {
	font-family: Verdana, Tahoma, sans-serif;
}

TD.top {
	font-family: Verdana, Tahoma, sans-serif;
	padding-top: 0px;
	padding-left: 3px;
}

TD.normal {
	font-family: Verdana, Tahoma, sans-serif;
	padding: 2px;
}

TABLE.normal {
	padding: 2px;
}

LI {
	padding-top: 0.25em;
	padding-bottom: 0;
}

DT {
	font-weight : bold;
	margin-top : 1em;
}

B, STRONG {
	font-weight: bold;
/*	font-size: normal; */
/*	font-size: inherit; */
}

I, EM {
	font-style: italic;
/*	font-size: normal; */
	font-size: inherit;
}

SUB {
	font-size: xx-small;
}

SUP {
        font-size: xx-small;
	font-weight: bold;
}


CITE {
  color: #990000;
}

.sample {
	border: 1px solid #666666;
	background: #EEEEEE;
	padding: 10px;
	margin: 2px;
}

BIG {
	font-size: larger;
}

.note {
	font-style: italic;
	font-size: small;
	border: 1px solid brown;
	background: #FFFC80;
	padding: 10px;
}

.important {
	font-size: small;
/*	background: #FFFFEE; */
	background: #FFFC80;
	border: 1px solid brown;
	padding: 10px;
}


/*
.menu {
	background: #EEEEEE;
	padding: 10px;
	font-weight: bold;
/      width: 160px;
}
*/

H1 {
	border:        3px solid #000099;
	border-bottom: 3px solid #000099;
	border-top:    3px solid #000099;
	border-left:   3px solid #000099;
	border-right:  3px solid #000099;
	padding: 8px;
	color: #000099;
	background: #FFFC80;
	font-size: 1.35em;
	font-style: italic;
}

H2 {
	border:        2px solid #000099;
	border-bottom: 2px solid #000099;
	border-top:    2px solid #000099;
	border-left:   2px solid #000099;
	border-right:  2px solid #000099;
 	background: #80C1FF;
/*	background: #5A96FF; */
	padding: 7px;
	font-size: 1.25em;
}

H3 {
	border:        none;
	border-bottom: 2px solid #000099;
	font-size: 1.15em;
	padding: 4px;
	font-style: italic;
	background: #A7DEFF;
}

H4 {
	border-bottom: 1px solid #000099;
	font-size: 1.00em;
/* 	background: #80C1FF;  */
/*	background: #80FFFD; */
	background: #66DDFF
}

H5 {
	font-size: 0.95em;
	font-style: italic;
}

TT, PRE, CODE {
/*	font-size: normal; */
	font-size: medium;
}

PRE.geekcode {
	font-size: 10pt;
/*	text-align: left; */
	font-weight: bold;
}

HR {
	height: 1px;
}
