body {
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../images/bkgrnd.png);
	background-repeat: repeat;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: capitalize;
	color: #000000;
	text-align: center;
	width: 727px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/h1-bkgrnd.png);
}
.body-bkgrnd {
	background-image: url(../images/spacer.png);
	background-repeat: repeat-y;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
.nav-bkgrnd {
	background-image: url(../images/nav-bkgrnd.png);
	background-repeat: no-repeat;
}
.footer-bkgrnd {
	background-image: url(../images/footer-bkgrnd.png);
	background-repeat: no-repeat;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #21668B;
	text-decoration: none;
}
.footer-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #21668B;
	text-decoration: none;
}
.footer-links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0F2B39;
	text-decoration: underline;
}
 img { 
     vertical-align:bottom; 
      border-top-style: none;
      border-right-style: none;
      border-bottom-style: none;
      border-left-style: none;
 }
 
 #hotline {
	background-image: url(/images/hotline-bg.jpg);
	height: 395px;
	width: 230px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: 13px 0px;
	position:relative;
	padding-top:75px;
	padding-left:20px;
	line-height: 11px;
	text-align:center;
   }

.titulosR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
#lrglnk {
    display:block;
    height:50px;
    line-height:50px;
    text-align:center;
    border: solid 1px #DADADA;
    background: #DADADA;
    width: 432px;
    margin: 20px 0px 20px 27px;
	position:relative    
}
#lrglnk a {
    display:block;
    height:50px;
    line-height:50px;
    text-align:center;
    border: solid 1px #21668B;
	background: #FFF;
    width: 432px;
	position:absolute;
	top:5px;
	left:-10px;
    font-size: 24px;   
	font-weight:bold;
	color:#000; 
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#lrglnk a:hover {
    border: solid 1px #FFF;
	background: #21668B;
	color:#FFF; 
}