/* http://meyerweb.com/eric/tools/css/reset/ *//* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
div#background img {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

.titlos { font-size: 32px; font-weight: normal; color: #FFFFFF; }
.titlosBlue { font-size: 20px;
	font-weight: normal; color: #32a3dc;
	padding-top: 4px; padding-bottom: 9px;
	}
.subtitlosWhite { 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-size: 12px;
	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-size: 12px; 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-size: 10px;
	color: #000000; line-height: 17px; }
.noteText a,
.noteText a:link,
.noteText a:visited,
.noteText a:hover,
.noteText a:active,
.noteText a:focus { 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; }



