body {
	font-family: verdana, helvetica, sans-serif;
	color: #003366;
        font-size: 11px;
}

/* ESTILOS LINKS*/

a {
	text-decoration: none;
	font-weight: bold;
	color:  #ccc;
	outline: none;
}
a:visited {
	color:  #ccc;
}
a:active {
	color:  #ccc;
}
a:hover {
	color: #ccc;
	text-decoration: underline;
}
.ahem {
	display: none;
}
strong, b {
	font-weight: bold;
}

h1 {
	font-size: 20px;
        font-color:#003366;	
        line-height: 25px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
        border-bottom: 2px solid #FE5610;
}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h5 {
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
img {
	border: 0;
}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
}


