/* Default CSS Stylesheet for a new Web Application project */

BODY{
    margin-top:0px;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
    background-image:url(img/back.gif);
}

.style2{
	color:000000;
	}
.form1 {font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #686868;
	height: 17px;
	border: 1px solid #cccccc;
}
.style3 {
	font-size: 15px;
	font-family: Arial Narrow;
	color: #5E3F00;
}
.style4 {
	font-size: 13px;
	font-family: arial;
	color: #EDA02E;
	font-weight:bold;
}
.style5 {
	font-size: 13px;
	font-family: arial;
	color: #FFFFFF;
	font-weight:bold;
}
.link1 {
	font-family: Arial Narrow, arial;
	font-size:13;
	color:#934824;
	text-decoration: none;
	}
.link1:hover {
	font-family: Arial Narrow, Arial;
	font-size:13;
	color:#934824;
	text-decoration: underline;
	}
.link2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #E07821;
	font-weight:bold;
	text-decoration: none;
}
.link2:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #E07821;
	font-weight:bold;
	text-decoration: underline;
}
.link3 {
    font-family: arial;
	font-size: 13px;
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}
.link3:hover {
    font-family: Helvetica;
	font-size: 13px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
.link4{
	font-family:arial;
	font-size:13;
	color:#ffffff;
	font-weight:bold;
	text-decoration: none;
	}
.link4:hover{
	font-family:Arial;
	font-size:13;
	color:#ffffff;
	font-weight:bold;
	text-decoration: underline;
	}
.resposta {
	font-family: Arial Narrow, arial;
	font-size:13;
	color:Red;
	width: 222;
}

