body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.166;	
	font-size: 84%;

}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #1A55A8;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.titulo1 {
	color: #333333;
	font-family: Arial, sans-serif;
  	font-weight : bolder;
	font-size: 150%;
}

.titulo2 {
 font: bold 114% Arial,sans-serif;
 color: #1A55A8;
 margin: 0px;
 padding: 0px;
}

.titulo3 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
  	font-weight : bolder;
	font-size: 100%;
}

p { margin-top:10px;
	margin-bottom:10px;
	padding-top:0px;
	padding-bottom:0px;
	}

/*************** list tag styles ***************/

ul{
 list-style-image: url('ul1.gif');
 margin-top:5px;
 margin-left:17px;
 margin-bottom:5px;
 padding: 0px;
}

ul ul{
  list-style-image: url('ul2.gif');
}

ul ul ul{
 list-style-type: square;
}

img{
	border: 3px double #110774;
	}







