/* CEM wow there's no default font set.  Set it here */

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
} 

.topicTitle, .topicTitle a:link, .topicTitle a:visited {
	color: #003366;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	/* CEM was 11px */
	text-decoration: none;
}
.topicTitle a:hover {
	text-decoration: underline;
}
/* formerly textomedioooo, only used on the about page */
/* Makes the background color a shade darker gray for the intro section */
.topicIntro {
	color: #003366;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #D2D2D2;
}
.topicBody {
	color: #242424;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}
.topicFootnote {
	color: #242424;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.half {		/* for half line breaks */
	line-height: 50%;
}
.blue {
	color: #003366;
}

.titulos {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
.textos {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 10pt;
	color: #FFFFFF;
	text-decoration: none;

}
.textos:hover {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 10pt;
	color: E67817;
	text-decoration: none;
}
.formu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	color: #333333;
	text-decoration: none;
}
.textomedio {		/* caution: yellow on hover in Safari - CEM */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	line-height: 15px;
}
.texto2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 2px;
}
/* Suddenly this is taking effect for the subnav menus, causing yellow underline on hover, in Firefox.  We saw this effect in Safari before.  See if removing this style fixes the problem - CEM Aug 2011
.textomedio:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	text-decoration: underline;
}*/
.banner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #242424;
	text-decoration: none;
}
/* Suddenly this is taking effect for the right news sidebar!  It makes the entire block shrink on hover, don't use it - CEM 8/2011
.banner:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #003366;
	text-decoration: underline;
}*/
.linksoscuros {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;		/* CEM added */
}
.linksoscuros:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: E67817;
	text-decoration: none;
	font-weight: bold;
}
.linkazules {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	text-decoration: none;
}
.linkazules:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	text-decoration: underline;
}
.borde {
	border: 1px solid #003366;
}
.linksnnaranjas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: underline;
}
.linksnnaranjas:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	text-decoration: underline;
}


/* Styles for section navigation - the links below the section title */

/* The original styles do work, but they were used inconsistently, making it time consuming to make changes to any one navbar (because we need to change them for each page of the section-- no templates yet!) and required a span for each vertical bar and a class for each link.  Use these new styles with subnav for the entire navbar, then class subnavWhite for the current page's link */
/* Well, for some reason subnavWhite has no effect.  I'm overriding one span with another, maybe that doesn't work.  Instead use style="color: white" as an override - CEM */

.subnav, .subnav a:link, .subnav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
.subnav a:hover, .subnavWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

/* Original subnav styles */

.subbotoneras {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
.subbotoneras:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.subbotonera2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2E2E2E;
	text-decoration: underline;

}
.subbotonera2:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	text-decoration: underline;
}

.tablas {
	padding: 1px;
	border: 1px solid #333333;
}
.textohome {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: normal;
	font-weight: normal;
	line-height: normal;
}

/* what is the s? */
s
.borde {
	border: 1px solid #003366;	/* # added by CEM.  Still don't know what is the s. */
}
.textomedioooo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}

