a { color: #3333cc; text-decoration: none}
a:active { color: #3333cc; text-decoration: none;}
a:hover { color: #FF9000; text-decoration: none;}
a:visited { color: #3333cc; text-decoration: none}
a:visited:hover { color: #FF9000; text-decoration: none;}

h1 {
			font-size: 10pt; 
			font-weight: normal;
			color: #800000;
			text-align: center;
			border-bottom-style:solid; border-bottom-width:1;
			margin-top:5;
}

h2 {
			font-size: 8pt; 
			font-weight: normal;
			color: #808080;
			text-align: center;
}
.head {
 width:100%;
font-size: 9pt;
 text-align: left;
 color:#ffcc33;
 margin: 0 3 3 0;
 font-weight:bold;
 border-bottom-style:solid; border-bottom-width:1;
}
.title {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-seriff;
 font-size: 10pt;
 font-weight: bold;
 text-align: left;
 margin:0;
}

.article {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 9pt;
 text-align: left;
 margin:3;
}

input.dec {
			color: #000000;
			background: #ffffff;
			margin:5;
			border: 1px outset #808080;
}

.text { 
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 9pt; 
			font-weight: normal;
			color: #000000;
			text-align: justify;
			margin-left: 10;
			margin-right: 10;
			margin-top: 4;
			margin-bottom: 0;
		}

.menu { 
			display:block;
			width:140px;
			border-right-style:solid; border-right-width:1;
			border-bottom-style:solid; border-bottom-width:1;
			padding:3;
			margin:2;
			font-family: Arial CE, Verdana, Arial;
			font-size: 8pt;
			text-align: left;
			background-color:#ffcc33;
		}


A.menu {display:block;
	color:#000000;
	}
A.menu:hover {display:block;
		background:#fff3ce;
		color:#ff9000;
		}
A.menu:active {color:#000000;}
A.menu:visited {color:#000000;}
A.menu:visited:hover {color:#ff9000;
		display:block;
		background:#fff3ce;}
