/** html elements */

body {
	font-family:arial;
	font-size: 11px;
	padding:0px;
	background: #faedb9;
	background-image:url("/img/back_hor.jpg");
	background-repeat: repeat-x;
	color: #000000;
	padding:0px;
	margin:0px;   

}

img
 {
	border:0px;
}

img.inline 
{
	display:inline;
}

a {color: #C5403C;font-weight:normal;text-decoration:none;}
a:active{	text-decoration: none;color: #2b4e9d;font-weight:normal;}
a:hover{text-decoration: none;color: #2b4e9d;}

a.nav_home,
a.nav_home:link,
a.nav_home:visited
{
	color:#3a403d;
	font-size:100%;
	text-decoration:none;
	font-size:10pt;
	font-weight:none;
}

a.nav_home:hover,
a.nav_home_active,
a.nav_home_active:visited,
a.nav_home_active:hover 
{


	color:#2b4e9d;
	font-size:100%;
	text-decoration:none;
	font-size:10pt;
	font-weight:none;

}

a.bottom,
a.bottom:link,
a.bottom:visited
{
	color:#000000;
	font-size:100%;
	text-decoration:none;
	font-size:12px;
	text-transform: uppercase;
	font-family:arial;
}

a.bottom:hover
{
	color:#1c4399;
	font-size:100%;
	text-decoration:none;
	font-size:12px;
	text-transform: uppercase;
	font-family:arial;
}

input, select, option, textarea
 {
	font-size: 90%;
	font-family:sans-serif;
	text-transform:none;
	vertical-align: middle;
}


em, em a 
{
	font-weight:bold;
	font-style:normal;
}

strong, strong a 
{
	font-weight:bold;
	font-style:normal;
}

h1
 {
	font-size:140%;
	color: #000000;
	margin-bottom: 10px;
	font-weight:normal;
}

h2 {
	font-size:110%;
	color: #000000;
	font-weight:bold;
}

h3 {
	font-size:100%;
	margin:0px 0px 0px 0px;
	padding:0px;
	color: #ffffff;
	font-weight:bold;
}

p {
	padding:0px;
	margin:1ex 0ex 1ex 0ex;
}
p.indice{position:relative;top:155px;left:100px;font-size:9px;margin-lefT:5px;}

label {
  color:#000000;
  font-size:100%;
  font-weight:normal;

}

ul {
	/*list-style-type:disc;*/
	list-style-type:disc #a61626;
	margin:0px 0px 0px 15px;
	padding:0px;
}

li {
	font-size: 100%;
	margin:0px 5px 10px 0px;
	padding:0px 0px 0px 0px;
}

hr {
	height:1px;
	border:0px;
	border-bottom:1px solid #807f6d;
}

table
 {
  border: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
 
table.content
{
	width:900px;
	position:relative;	

}
td 
{
  vertical-align: middle;
  text-align: left;
}

.format1
 {
	color:#0b873d;
	font-size:14px;
	font-family:myriad pro;
}
.format2 
{
	color:#00418f;
	font-weight:bold;
	font-size: 12px;
}
.format3
 {
	color:#c5403c;
	font-weight:bold;
	font-size: 14px;
}
/** page elements */

div.main_home 
{
	

	background-image:url("/img/background_home.jpg");
	background-repeat: no-repeat;
	margin:0% auto;
	width:1024px;
	height:640px;
}
div.nav_home
{
	position:relative;
	top:650px;
	margin:0% auto;
}
