body {
	background-color: white;
	color: black;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
}

body.content{
	max-width: 600px;
}

body.content a:link, a:visited {
	text-decoration:	none;
	font-style:	normal;
	color: #0000c0
	}
			
p {
	text-align: justify;
}

h1 {
	font-weight: bold;
	font-size: 18pt;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	color: black;
	}

h2 {
	font-weight: bold;
	font-size: 15pt;
	font-family: arial, helvetica, sans-serif;
	}
	
h3 {
	font-weight: bold;
	font-size: 12pt;
	font-family: arial, helvetica, sans-serif;
	}
		
.title {
	background-color: white;
}

td {
	font-size: 10pt;
}

td.ws-no { 
	font-weight: bold;
  	text-align: left;
}
        

td.title {
	color: #626262;
	font-size: 20pt;
	font-variant: small-caps;
	font-family: arial, helvetica, sans-serif;
				
}


table.menu {
	background:white;
	border-width: 1px;
	border-color: green;
	border-style: solid;
	}

div.menu h1{
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
	background: #625952;
	color: white;
	}

div.menu ul{
	font-size: 12pt;
	font-family: arial, helvetica, sans-serif;
	color: #625952;
	font-weight: bold;
	list-style-type: none;
	padding-left: 15px;
		}

div.menu ul ul{
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #625952;
	list-style-type: none;
	padding-left: 10px;
	}
	
div.menu a {
	text-decoration:	none;
	font-style:	normal;
	color:		#625952;
	border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #625952;
	}

div.menu a:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	black;
	}	
		
div.menu a:hover	{	
	text-decoration:	none;
	color:	yellow;
	background:	#625952;
	padding:	1px;
	}
	

a:hover { 
	background: #e0e0e0;
}

.toplink { 
	font-family: arial,helvetica,sans-serif;
	font-size: 70%;
	text-align: right;
}

