@font-face {
    font-family: 'urw_gothic_ldemi';
    src: url('urw-gothic-l-demi-webfont.eot');
    src: url('urw-gothic-l-demi-webfont.eot?#iefix') format('embedded-opentype'),
         url('urw-gothic-l-demi-webfont.woff') format('woff'),
         url('urw-gothic-l-demi-webfont.ttf') format('truetype'),
         url('urw-gothic-l-demi-webfont.svg#urw_gothic_ldemi') format('svg');
    font-weight: normal;
    font-style: normal;
}
body, table{
margin:auto;
width:500px;
font-family:'urw_gothic_ldemi';
color: #666666;
font-size: 15pt;
line-height: 25pt;
background-color: #ffffff;
text-align: justify;
}

iframe{
width: 750px;
height: 500px;
overflow-x:hidden;
overflow-y:scroll;
}

li,p{
margin: 5px;
}
hr{
height:1px;
color:#dddddd;
}

h1{
font-size:25pt;
line-height: 50pt;
color:#ffffff;
text-align:center;
background-color: #6b8e23;
font-weight: normal;
}
h2{
font-size:15pt;
line-height: 20pt;
font-weight: normal;
color:#ffffff;
text-align:center;
background-color: #444444;
}
h3{
font-size: 15pt;
font-weight: bold;
text-align:left;
}
table{
width:600px;
margin:0;
}
td,th{
font-family: 'urw_gothic_ldemi';
padding:5px; 
font-size: 15pt;
}
th{
text-align:left;
}
A:link,A:visited{
color:#000000;
text-decoration:underline;
}
A:hover{
color:#cccccc;
text-decoration:underline;
}
input,textarea,select {
font-size: 30px;
color: #777777;
background-color: #cccccc;
font-family: 'urw_gothic_ldemi';
border: 0px solid;
line-height:44px;
}
#footer,#header{
background-color: #6b8e23;
text-align:center;
padding: 20px;
margin: 0;
height: 25pt;
}
#content{
background-color: #222222;
margin:0;
padding: 10px;
}

#access {
	display: block;
	float: left;
	margin: 0;
	width: 100%;
}
#access .menu-header,
div.menu {
	width: 100%;

}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;

}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;

}
#access a {
	color: #ffffff;
	display: block;
	line-height: 40px;
	padding-left:10px;
        padding-right:10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 280px;
	margin:0;
	text-align: left;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333333;
	padding: 10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #444444;
	color: #ffffff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #ffffff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #000000;
}
#msg{
background-color: #ffffff;
color: #444444;
text-align:left;
padding: 20px;
margin: 0;
}
