@import url("screen-navigation.css");
@import url("screen-layout.css");
@import url("screen-pages.css");

html, body, div, span, object, 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,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit /* vertical-align: middle; */ }
:focus { outline: 0 } body { color: black; background: white; margin: 0; padding: 0 } ol, ul { list-style: none } table { border-collapse: separate; border-spacing: 0 } caption, th, td { text-align: left; font-weight: normal }


body 		 { margin: 0 !important; padding: 0 !important; background: #000; height: 100%; color: #999; font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; }
body.home 	 { line-height: 16px; }
body.subpage { line-height: 16px; }


a:link,
a:visited,
a:hover { text-decoration: none; font-weight: normal; color: #fff }
a:hover { text-decoration: underline }

strong a { font-weight: bold !important }

.checkmarks li {
	list-style: url(../img/checkmark.gif);
	}


strong { font-weight: bold; color: #ccc; }
h1, h2, h3 { color: #999; font-family: Tahoma, Arial, Helvetica, sans-serif; text-transform: uppercase }
h1, h2, h3, h4, p { margin-top: 10px; margin-bottom: 0; clear: both }
.home h1 	{ font-size: 14px; margin-top: 14px; }
.subpage h1	{ font-size: 14px; margin-top: 0; text-align: right }
h2 { font-size: 16px; font-weight: normal }
h3 { font-size: 16px; font-weight: normal }

sup { font-size: 8px; }
p { text-align: justify }
.lightText { color: #bec8d5 }
.lightDebugText { color: #bec8d5; opacity: 0.25 }
.text-padding-small	{ padding: 0 5px }
.rightAlignedPhoto { float: right; margin-left: 25px; margin-bottom: 10px; margin-top: 5px; }
.error { color: #fff; padding-left: 100px; padding-bottom: 5px; }
.noRightMargin { margin-right: 0 }
#flashIntro { background: #000 }