BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background: #FFFFFF;
}

P, LI, DD, DT {
/*	text-align: justify; */
	font-size: small;
}

BLOCKQOUTE {
	font-size: inherit;
}

/*
B, STRONG, EM, I, CITE {
	font-size: small;
}
*/

A {
	font-size: normal;
}

A.mnu {
	font-weight: bold;
	text-decoration: none;
	font-size: small;
}

A:link  {
	color: #0000FF;
}
                  
A:visited       {
	color: #990000;
}

A:active        {
	color: #FFFF00;
}

A:hover        {
	color: #FF0000;
}

.cur {
/*	border: 1px solid brown; */
	font-size: small;
	background: #CCCCCC;
	padding: 1px;
	width:130px;
}

.sec {
	font-size: small;
	font-style : italic;
/*	text-decoration: underline; */
}

SMALL {
	font-size: smaller;
}

.copy {
	text-decoration: none;
	font-size: x-small;
	color: #999999;
}

.center {
	text-align: center;
}
P.left {
	text-align: left;
}

TD {
	font-family: Verdana, Tahoma, sans-serif;
}

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, SUP {
	font-size: x-small;
/*	font-size: inherit; */
}

CITE {
  color: #990000;
}

.sample {
	border: 1px solid #666666;
	background: #FFFFFF;
	padding: 10px;
	margin: 2px;
}

BIG {
	font-size: larger;
}

.note {
/*	font-family: Times New Roman PL, Times New Roman, Times, Genova, serif ; */
	font-style: italic;
	font-size: small;
	border: 1px solid brown;
	background: #FFFFEE;
	padding: 10px;
/*	margin: 2px; */
}

.important {
	border: 1px solid brown;
	font-size: small;
	background: #FFFFEE;
	padding: 10px;
/*	margin: 2px; */
}

/*
.menu {
	background: #FFFFFF;
	padding: 10px;
	font-weight: bold;
/      width: 160px;
}
*/

H1 {
	color: #990000;
	font-size: 1.35em;
	font-style: italic;
}

H2 {
	border:        1px solid #990000;
	border-bottom: 1px solid #990000;
	border-top:    1px solid #990000;
	border-left:   1px solid #990000;
	border-right:  1px solid #990000;
	background: #FFFFFF;
	padding: 7px;
	font-size: 1.25em;
}

H3 {
	border:        none;
	border-bottom: 2px solid #990000;
	font-size: 1.15em;
	font-style: italic;
}

H4 {
	border-bottom: 1px solid #990000;
	font-size: 1.05em;
}

H5 {
	font-size: 0.95em;
	font-style: italic;
}

TT, PRE, CODE {
	font-size: medium;
}

HR {
	height: 1px;
}

