/* FONT 
--------------------------------------------------------*/

.login{							 /*   Same as h3 above (must edit both) */
	font-family: Arial;
	font-size: 11px;
	color: #7C7B76;
	font-weight: bold;
	margin-bottom:0px;
	margin-top:0px;	
}
.pagetitle {
    text-transform:uppercase;
    font-size: 135%;
    margin-top: 0px;
    margin-bottom: 2px;
    font-weight: bold;
    letter-spacing: 1px;
}

.titulo {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #2181D3;
  text-decoration: none;
  margin: 10px 0px 15px 0px;
  /*background-color:#993300;*/
  height:40;
  border-bottom:solid;
  border-bottom-width:1px;
  border-bottom-color:#999999;
  }
 
.normal {
    font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
} 

.subhead {
    font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    color: #F98F21;
}

.subheadbold {
    font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    color: #636363;
}

   .bodycopybold{
    font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	margin-bottom:0px;
	margin-top:0px;	

}

 .bodycopy {
    font-family: Arial;
	font-size: 12px;
	color: #565555;
	margin-bottom:0px;
	margin-top:0px;	

}

.breadcrumbs{
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	color: #656565;
	font-size:11px;
	margin-bottom:17px;
	margin-top:5px;
}

.breadcrumbs a:link, .breadcrumbs a:active, .breadcrumbs a:visited{
	font-family:Arial,Helvetica,sans-serif;
	text-decoration:none;
	font-weight: bold;
	color:#656565;
	padding-right:3px;
}

.breadcrumbs a:hover{
	font-family:Arial,Helvetica,sans-serif;
	font-weight: bold;
	color:#1A1A1A;
}


