*{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body{
	padding: 0px;
	margin: 0px;
	background-color: #AFEAFC;
}

td{
	vertical-align: top;
}

body, td, input, select, textarea {
	font-size: 12px;
}

a{
    color: blue;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

#logo{
    width: 172px;
    height: 89px;
    background: url(images/quadro_logo.gif) no-repeat;
    position: absolute;
}
#logo a{
    width: 172px;
    height: 89px;
	 display: block;
}

h1{
    font-size: 14px;
    font-weight: 400;
}

hr{
 margin-bottom: 10px;
 margin-top: 10px;
}

h2{
 font-size: 14px;
}

h2.voda_h2{
 font-weight: 400;
 font-size: 14px;
 font-style: italic;
}

.eInput, .etInput{
    width:100%;
    border: 1px solid black;
    padding: 4px;
    height: 24px;
}
.etInput{
    height: 150px;
}


.eLabel{
    font-weight: bold;
    text-align: right;
}


input.butn{
    width: 120px;
    height: 32px;
    color: white;
    font-size: 11px;
    background: url(images/btn.gif) no-repeat;
}

input.butnc{
    width: 43px;
    height: 32px;
    color: white;
    font-size: 11px;
    background: url(images/btnc.gif) no-repeat;
}



ul.ul_answers, ol.ol_answers{
    padding: 0px;
    margin: 15px 0px 0px 0px;
    list-style: none;
}



#tbl th, #tbl td{
	padding:5px;
	font-size: 12px;
}

.link{
	font-size: 11px;
}
