body{
	width: 100%;
	padding: 0;
	font-family: 'Trebuchet MS',Verdana,sans-serif;
	font-size:.8em;
	margin: 0;
	background: #787878;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
}
.aText { text-decoration: none; color: #f7931e; font-family: Arial,Verdana, Helvetica, Arial, Sans-Serif; font-size: 26px; font-weight: normal}
.bText { text-decoration: none; color: #fff; font-family: Verdana, Helvetica, Arial, Sans-Serif; font-size: 14px; font-weight: bold}
.cText { text-decoration: none; color: #000; font-family: Verdana, Helvetica, Arial, Sans-Serif; font-size: 12px; text-align: justify;}
.dText { text-decoration: none; color: #666; font-family: Verdana, Helvetica, Arial, Sans-Serif; font-size: 14px; font-weight: bold; text-shadow: 0px 2px 2px #fff;}
.eText { text-decoration: none; color: red; font-family: Verdana, Helvetica, Arial, Sans-Serif; font-size: 12px; font-weight: bold; text-align: justify; background-color: #f8dbdb;}
.oText { text-decoration: none; color: green; font-family: Verdana, Helvetica, Arial, Sans-Serif; font-size: 12px; font-weight: bold; text-align: justify; background-color: #CCFF99;}

a {color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
a:active, a:visited, {color:#000000;}
a:hover {color:#000000; text-decoration:none;}
.linkmenuprincipal{
  font-family: Verdana; font-size: 10pt; color: #000000; text-decoration: none;
}

#mastHead{
	clear: both;
	background-color: #fff;
	background-image: url(../images/banner-background.png);
	background-position: right;
	background-repeat: repeat-y;
	height: 86px;
}

dl {
	font:normal 12px/15px Arial;
    position: relative;
    width: 600px;
}
dt {
    clear: both;
    float:left;
    width: 300px;
    padding: 4px 0 2px 0;
    text-align: left;
}
dd {
    float: left;
    width: 250px;
    margin: 0 0 8px 0;
    padding-left: 6px;
}


/* The hint to Hide and Show */
.hint {
	text-align: left;
   	display: none;
    position: absolute;
    right: -110px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(../images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}

.bFormtext { text-align: right; font-family: Verdana; font-size: 10pt; color: #000000; border-style: solid; background-color: #CCFF99; border-color: #000000; border-width: 1; font-weight: bold }
.cFormtext { text-align: right; font-family: Verdana; font-size: 10pt; color: #000000; border-style: solid; background-color: #EFEFEF; border-color: #000000; border-width: 1; font-weight: bold }
.cFormtext:focus { text-align: left; font-family: Verdana; font-size: 10pt; color: #ffffff; border-style: solid; background-color: #f7931e; border-color: #000000; border-width: 1; font-weight: bold }
.cFormtext:blur { text-align: right; font-family: Verdana; font-size: 10pt; color: #000000; border-style: solid; background-color: #EFEFEF; border-color: #000000; border-width: 1; font-weight: bold }
.eFormtext { text-align: right; font-family: Verdana; font-size: 10pt; color: #000000; border-style: solid; background-color: #f8dbdb; border-color: #e77776; border-width: 1; font-weight: bold }
.eFormtext:focus { text-align: left; font-family: Verdana; font-size: 10pt; color: #ffffff; border-style: solid; background-color: #f7931e; border-color: #000000; border-width: 1; font-weight: bold }
.eFormtext:blur { text-align: right; font-family: Verdana; font-size: 10pt; color: #000000; border-style: solid; background-color: #f8dbdb; border-color: #e77776; border-width: 1; font-weight: bold }

