body {
	background-color : #999966 /*#FFFFFF*/;
	color : #666633 /*#000099*/;
	font-family : "Helvetica", sans-serif;
}

#top {
	border-width : 0px;
	border-style: solid;
	border-color :  #333300;
	color : #FFFFFF;
/*	padding : 3ex 0em;*/
	padding : 4ex 0em;
	background : #333300 /*#666699*/;
	text-align : center;
}

#top h1 {
	display : inline;
	font-size : xx-large;
	letter-spacing : 0.15em;
	line-height : 120%;
	color : #FFFFFF;
}

#top h2 {
	text-align : right;
}

#path {
	margin : 0.2ex 0px 0.6ex 0px;
	padding : 0.4ex 0px 0.4ex 0.2em;
	border-width : 0px 0px 1px 0px;
	border-style: solid;
	border-color :  #666633/*#666699*/;
	color : #666633 /*#000099*/;
	font-size : x-small;
	font-family : sans-serif;
}

#path a:link {
	color : #333300 /*#000099*/;
	text-decoration : none;
}

#path a:visited {
	color : #333300 /*#000099*/;
	text-decoration : none;
}

#path a:hover {
	color : #666600;
	text-decoration : underline;
}

hr.hide {
	clear : both;
	display : none;
}

#menu {
	margin : 0px;
	padding : 0px;
	float : left;
	width : 22%;
}

#menu ul {
	margin : 4ex 0px;
	padding : 0px;
	list-style-type : none;
}

#menu li {
	margin : 0.2ex 0px;
	padding : 0.2ex 0.8em;
	border-width : 0px 0px 1px 3px;
	border-style: dotted;
	border-color :  #666633 /*#666699*/;
 	font-family : sans-serif;
	font-size : x-small;
	text-align: left;
}

#main {
	padding : 1ex 0px 1ex 2em;
	margin : 0px 0px 0px 22%;
	color : #333300 /*#000099*/;
	width : 60%;
	line-height : 150%;
}
 
#contents {
	padding : 3ex 0px 2ex 0.5em;
	color : #000099;
	text-align : center;
}

#ntext {
	margin : 0px;
	padding : 1ex 17% 1ex 17%;
	color : #666699;
	font-size : medium;
	line-height : 150%;
}

#ntext:first-letter { 
	font-size : 4em;
	float : left;
}

#wtext { 
	margin : 0px;
	padding : 1ex 0px;
	color : #666699;
	font-size : large;
	line-height : 150%;
	width : 80%;
}

#main h2 {
	color : #660000 /*#000099*/;
	font-size : large;
	border-width : 0px 0px 1px 5px;
	border-style: solid;
	border-color :  #CCCCCC /*#999999*/;
	padding : 0.4ex 0.4em 0.4ex 1em;
	margin : 2ex 0px 1.3ex;
}

#main h3 {
	font-size : medium;
	padding : 0.0ex 0.4em 0.0ex 1.6em;
	color : #660000;
	border-width : 0px 0px 1px;
	border-style : solid;
	border-color : #CCCCCC ;
}

#text ul { 
	line-height : 120%;
}

#main ul.ul2nd { 
	list-style-type : none;
}

#main .h3indent {
	font-size : medium;
	padding : 0.4ex 0.4em 0.4ex 1.6em;
	color : #666699;
}

#footer {
	clear : both;
	border-width : 1px 0px 0px 0px;
	border-style: solid;
	border-color :  #333300 /*#666699*/;
	width : 100%;
	text-align : right;
	font-family : "Times New Roman", "Times";
}

.vi {
	font-style : italic;
	color : red;
}

.obl {
	color : black;
	text-decoration : line-through;
}

.fix {
	font-family : monospace;
}

.addr {
	font-style : italic;
}

.tc { 
	text-align: center;
}

a:link {
	color : #333300 /*#000099*/;
	text-decoration : none;
}

a:visited {
	color : #333300 /*#000099*/;
	text-decoration : none;
}

a:hover {
	color : #666600 /*#6666CC*/;
	text-decoration : underline;
}

