.tituloH1 {  font-family: Verdana; font-size: 18px; font-weight: bold; color: black}
.subtituloH2 {  font-family: Verdana; font-size: 16px; font-weight: bold; color: #007000}

.texto  {  font-family: Verdana; font-size: 14px; color: gray; height: 20px;}
.textob {  font-family: Verdana; font-size: 14px; color: black; height: 20px;}
.textof {  font-family: Verdana; font-size: 12px; color: navy; height: 20px;}
.textop {  font-family: Verdana; font-size: 12px; color: gray; height: 20px;}
.textos {  font-family: Verdana; font-size: 10px; color: gray; height: 20px;}
.textobs {  font-family: Verdana; font-size: 10px; color: black; height: 20px;}
.textow {  font-family: Verdana; font-size: 10px; color: white; height: 20px;}
.textoqm{  font-family: Verdana; font-size: 12px; color: #4d4d4d; height: 15px;}
.borderimage{ border:1px solid white;}		
.matrix { font-family:Lucida Console, Courier, Monotype; font-size:10pt; text-align:center; width:10px; padding:0px; margin:0px;}
.borde1{ border-style:solid; border-width=4px; table-border-color-light:#886723; table-border-color-dark:#996600; border-color:black; color: transparent; }


table.menu1{ font-size:80%; background:white; }
td.header { font-family: arial,helvetica; font-size: 12pt; color: black; font-weight: bold; background: #80DFFF; }
td.header1 { font-family: arial,helvetica; font-size: 12pt; color: black; font-weight: bold; background: gray; }
td.header2 { font-family: arial,helvetica; font-size: 12pt; color: black; font-weight: bold; background: #3283B9; }
td.header3 { font-family: arial,helvetica; font-size: 12pt; color: black; font-weight: bold; background: #003399; }
td.header4 { font-family: arial,helvetica; font-size: 12pt; color: black; font-weight: bold; background: #000000; }
td.menu { font-family: arial,helvetica; font-size: 8pt; color: black; font-weight: bold; background: none; }
table.menu { font-size:100%; position:absolute; visibility:hidden; }
a.menu{ font-family : Helvetica, Arial, Verdana; font-size : 10pt; font-weight : bold; }
a.menu:link{ color : #000033; text-decoration : none; }
a.menu:visited{ color : #000033; text-decoration : none; }
a.menu:active{ color : #000033; }
a.menu:hover{ color : black; text-decoration : none; }
table.menu2{ font-size:100%; }
a.menu2{ font-family : Helvetica, Arial, Verdana; font-size : 8pt; font-weight : bold; }
a.menu2:link{ color : gray; text-decoration : none; }
a.menu2:visited{ color : gray; text-decoration : none; }
a.menu2:active{ color : gray; }
a.menu2:hover{ color : #FFCC00; text-decoration : none; }

body{	background:white;	color:#444;	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;	font-size:12px;}
label{display:block; margin-bottom:2px;}
.myBox {    width: 740px;    padding: 10px;    background-color: #9999FF;    border: 1px solid #9FACB1;    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;}
.myInput {    margin: 2px auto;    color: #333;    width: 200px;    background-color: #FFF;    border: 1px solid #AACCEE;	padding:6px;	margin-bottom:10px;	    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;  }
.button{	border:0; margin:0; padding:0;	background:#33B9F3;	border:solid 1px #3399DD;	color:#FFFFFF;	font-weight:bold;	padding:4px;	    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;}
	</style>
	<script type="text/JavaScript">
	addEvent(window, 'load', initCorners);
	function initCorners() {    
	var setting = { 
		tl: { radius: 6 },      tr: { radius: 6 },      bl: { radius: 6 },      br: { radius: 6 }, 
		antiAlias: true
	}
	curvyCorners(setting, "#myBox");
	curvyCorners(setting, "myInput");
	curvyCorners(setting, "button"); 
}

table.borde{ 
	border-style:double; 
	border-width=6px;
	table-border-color-light:#886723;
	table-border-color-dark:#996600;
	border-color:black;
	color: transparent;
}


