body {
    margin: 0px;
    padding: 0px;
    background-image: url(../images/index01.gif);
}

body, th, td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #595959;
}

/*FORM ELEMENTS: */
form {
		margin: 0px;
		padding: 0px;
}

.input110 {
	width: 110px;
	height: 18px;
	border: 1px solid #DBE6F1;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
	background-color: #ffffff;
}
.input220 {
	width: 220px;
	height: 18px;
	border: 1px solid #DBE6F1;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
	background-color: #ffffff;
}

.input1 {
		    width: 150px;
		    border: none;
		    background: none;
		    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		    font-size: 11px;
		    color: #595959;
}

.align-justify {
	text-align: justify;
}

.text_spacer{
	padding: 0px 10px 10px 20px;
	vertical-align:top;
}	
.text1 {
}

a {
    color: #316BAF;
}

a:hover {
	text-decoration: none;
}

.bg1 {
    background-image: url(../images/index02.gif);
    background-position: left top;
    background-repeat: repeat-x;
}

/*
Styles that are applied on the containing element
like <TD></TD>. When applied, this will change both
the text and the text links inside them.
*/

.style1 {
    font-size: 10px;
    color: #A2ABB6;
}

.style1 a {
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
}

.style1 a:hover {
    text-decoration: underline;
}

.title-darkblue{
	color: #3C465F;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold
}

#lista{
	margin-top:5px;	
	list-style-type: circle
}

#lista li{
	padding-left: 0px;
	padding-top: 5px
}

#lista dd{
	padding-left: 0px;
	margin-bottom: 5px;
	margin-left: 15px
}

h3{
	padding-left: 15px; 
	margin-bottom: 2px;
	color: #000000
}

.image-link{
	cursor: pointer
}