body	{
	font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 10pt;
	margin-bottom: 25px;
	overflow: auto;
	margin: auto;
	}

.logo	{
	position: fixed;
	top: 10px;
	width: 100%;
	text-align: center;
	}

.menu	{
	position: fixed;
	top: 100px;
	padding-left: 5px;
	width: 140px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background: #DDDDDD;
	}

.menur	{
	position: fixed;
	top: 100px;
	right: 0px;
	padding-right: 5px;
	width: 140px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	text-align: right;
	background: #DDDDDD;
	}

.mhead {
	border-bottom: 1px dashed white;
	padding-bottom: 2px;
	margin-left: -5px;
	padding-left: 5px;
	background: #333333;
	color: #EEEEEE;
	font-size: 10pt;
	line-height: 12pt;
	}

.mheadr {
	border-bottom: 1px dashed white;
	padding-bottom: 2px;
	margin-right: -5px;
	padding-right: 5px;
	background: #333333;
	color: #EEEEEE;
	font-size: 10pt;
	line-height: 12pt;
	}

.minfo {
	padding-bottom: 2px;
	margin-left: -5px;
	padding-left: 5px;
	font-size: 8pt;
	line-height: 8pt;
	}

.minfor {
	padding-bottom: 2px;
	margin-right: -5px;
	padding-right: 5px;
	font-size: 8pt;
	line-height: 8pt;
	}

.mitem {
	font-weight: bold;
	letter-spacing: 2pt;
	}

.info	{
	position: fixed;
	top: 660px;
	right: 0px;
	padding-right: 5px;
	width: 140px;
	text-align: right;
	font-size: 8pt;
	line-height: 8pt;
	}

.info2	{
	font-size: 8pt;
	line-height: 8pt;
	}

.content {
	margin-top: 100px;
	margin-left: 160px;
	margin-right: 160px;
	line-height: 10pt;
	letter-spacing: 0pt;
	text-align: justify;
	}

.thumb {
	margin-right: 15px;
	margin-bottom: 10px;
	}

.pre1 {
	font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	}

.hr {     
        width: 98%;
        margin-left: 1%;
        height: 1px;
        border: 1px solid #000080;
        background-color: #000080;
        }

ul#Navigation li {
	list-style: none;
	margin-left: -40px;
	}
	
ul#Navigation li ul {
	display: none;
	}
	
ul#Navigation li:hover ul {
	display: block;
	}



img {
	border: 0px dashed black;
	}

a {    
	color: #666666; text-decoration: underline;
        }

a:link {  
	color: #666666;
        }

a:visited {
	color: #666666;
        }

a:hover { 
        color: #CF7000;
        }

a:active { 
        color: #CF7000;
        }
