body
{
font-size: 10pt;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-image: url(../imagens/background.jpg)
}
.texto1
{
	font-size: 12pt;
	color:#000033;
	font-family:Verdana;
	font-weight:bold;
}

.texto2
{
	font-size: 8pt;
	color:Black;
}

.texto3
{
	font-size: 9pt;
	color:#000033;
	font-family:Verdana;
	font-weight:bold;
}


.titulo1
{
	font-size: 11px;
	color:#2E1500;
	font-weight:bold;
}

.texto_alerta
{
	font-size: 10px;
	color:#FF0000;
}


/* LIKS */
a.link1
{
	font-size: 10px;
	color: #000033;
	text-decoration: none;
	font-weight:bold;
}

a.link1:hover
{
	font-size: 10px;
	color: #000033;
	font-weight:bold;
}

a.link2
{
	font-size: 11px;
	color: #000033;
	font-style:italic;
}

a.link2:hover
{
	font-size: 11px;
	color: #000033;
	text-decoration: none;
	font-style:italic;
}

a.link3
{
	font-size: 11px;
	color: #000033;
	text-decoration: none;
}

a.link3:hover
{
	font-size: 11px;
	color: #000033;
	text-decoration:underline;
}

a.link4
{
	font-size: 11px;
	color: #000033;
	text-decoration: none;
	font-weight:bold;
}

a.link4:hover
{
	font-size: 11px;
	color: #000033;
	text-decoration:underline;
	font-weight:bold;
}

/* FORMS */

.input
{
	font-size:10px;
	border: #2E1500 1px solid;
	background-color:#F7EAEC;
}

.input2
{
	font-family:Verdana;
	background-color:black;
	font-size: 8pt;
	background:white;
	border: #C5D8EB 1px solid;
}

.button2
{
	font-size:10px;
	color:#2E1500;
	border: #2E1500 1px solid;
	background-color:#E9C69E;
	width:130px;
}

.button
{
	font-size:10px;
	color:#000033;
	border: #000033 1px solid;
	background-color:#C5D8EB;
	width:130px;
}

.modalBackground {
background-color:Gray;
filter:alpha(opacity=70);
opacity:0.7;
}

.modalPopup {
background-color:#ffffdd;
border-width:3px;
border-style:solid;
border-color:Gray;
padding:3px;
width:250px;
}
