/* CSS stylesheet
*/

BODY { background-color:#FFFFFF; }

/* menu items */
.menutxt {
	border-right: 1px none #cccccc;
	margin-bottom: 0em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
	padding-top: 7px;
	padding-bottom:7px;
	background-color:#CCFFFF;
}

.menu {
	border-right: 1px none #cccccc;
	margin-bottom: 0em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
	padding:0;
	background-color:#faebd7;
}

.menu a {
	display: block;
	color: #000000;
	text-decoration: none;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 7px;
	padding-bottom:7px;
}

.menu a:visited {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.menu a:hover {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #FFFFCC;
	color: #FF0000;
}
.menu a:active {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.topic {
	border-right: 1px none #cccccc;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

.topic a {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

.topic a:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
.topic a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
.topic a:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}


/* body text */

/* Content section: main body text */
.contents {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 23px;
}

.contents a:link, a:hover, a:visited, a:active {color:#0000FF;text-decoration: none;
}
.contents a:visited {color:#0000FF;}
.contents a:hover, a:active {color:#999999;}

.small {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
}

.small a:link, a:hover, a:visited, a:active {color:#0000FF; text-decoration: none;
}
.small a:visited {color:#0000FF;}
.small a:hover, a:active {color:#999999;}

/* headers  */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#000000;
	font-weight: bold;
	text-align: center;
	margin-top:0; margin-bottom:0;
	padding-top: 10px;
	padding-bottom: 10px;

}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:normal;
	color:#000000;
	font-weight: bold;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 20px;
	color:#000000;
	font-weight: bold;
	padding-top:1px;
	padding-bottom:1px;
	background-image: url(/~wormlab/icon05/bars.gif);	
	background-repeat: repeat;
}


/* other specifications */

HR {height: 1px; background-color: #7F7F7F;} 
UL {margin-top: 2px;} 
OL {margin-top: 1px;}
LI {margin-top: 1px;}

a:link img, a:visited img {border-style: none}
