.titlos {
	font-family: Arial, Helvetica, sans-serif; font-size: 20px;
	font-weight: normal; color: #FFFFFF; }
.titlosBlue {
	font-family: Arial, Helvetica, sans-serif; font-size: 20px;
	font-weight: normal; color: #32a3dc;
	padding-top: 4px; padding-bottom: 9px; }
.subtitlosWhite {
	font-family: Arial, Helvetica, sans-serif; font-size: 14px;
	font-weight: bold; color: #FFFFFF;
	padding-top: 12px; padding-bottom: 12px; }

.imgBorder {
	border: 3px solid #FF9900; }
.updownMargins {
	margin-top: 5px; margin-bottom: 5px;
	padding-top: 8px; padding-bottom: 8px; }

/* mainText
 * --- text properties for content and links */
.mainText {
	font-family: Arial, Helvetica, sans-serif; font-size: 11px;
	color: #000000;
	line-height: 125%; }
.mainText a,
.mainText a:link,
.mainText a:visited,
.mainText a:hover,
.mainText a:active,
.mainText a:focus { text-decoration: none; }
.mainText a,
.mainText a:link { color: #000000; background-color: #D7B39D;
	border: 1px solid #D7B39D; }
.mainText a:hover,
.mainText a:active,
.mainText a:focus { color: #FFFFFF; background-color: #32a3dc;
	border: 1px solid #ffffff; }



/* pageLinks
 * --- links found in the menu bar */
.pageLink {
	font-family: Arial, Helvetica, sans-serif; font-size: 11px;
	color: #000000; }
.pageLink a,
.pageLink a:link,
.pageLink a:visited,
.pageLink a:hover,
.pageLink a:active,
.pageLink a:focus { text-decoration: none; }
.pageLink a,
.pageLink a:link { color: #000000; background-color: #D7B39D;
	border: 1px solid #D7B39D; }
.pageLink a:hover,
.pageLink a:active,
.pageLink a:focus { color: #FFFFFF; background-color: #32a3dc;
	border: 1px solid #ffffff; }





/* NOTES text and Links
 * --- mainly credit info and support hyperLinks */
.noteText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 9px;
	color: #000000; line-height: 17px; }
.noteText a,
.noteText a:link,
.noteText a:visited,
.noteText a:hover,
.noteText a:active,
.noteText a:focus { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 10px;
	text-decoration: none;
}
.noteText a,
.noteText a:link { color: #000000; background-color: #D7B39D;
	border: 1px solid #FFFFFF; }
.noteText a:hover,
.noteText a:active,
.noteText a:focus { color: #FFFFFF; background-color: #32a3dc;
	border: 1px solid #ffffff; }


