/* Other Media Device Properties (show/hide) */
#screenheader, #screenleftnav, #right, #footer, #ealert_scroll  {
	display:none;
}

/* OLD
#screenheader, #handheldheader, #screenleftform, 
#screenleftnav, #handheldleft, #handheldright, 
#screenright, #screenfooter, #screen_subheader, 
#handheld_subheader, #breadcrumbs
*/

/* Main HTML Properties */
html {
	font-size:62.8%;
}

body {
	font-family:verdana,arial,sans-serif;
	font-size:1.2em;
	margin:0px 10px 0px 10px; /*'margin-top' 'margin-right' 'margin-bottom' 'margin-left'*/
	color:#000000;
	background-color:#ffffff;
	height:100%;
	empty-cells:show;
}

/* Wrapper Properties */
#wrapper {
	width:90%;
	min-height:100%;
	margin: 0 500px 0 10px;/*'margin-top' 'margin-right' 'margin-bottom' 'margin-left'*/
}

/* Header Properties */
#printheader {
	/*position: fixed; top: 0; left: 0; width: 100%; height: 0em;*/
	width:98%;
	margin: 0 10px 0 10px;/*'margin-top' 'margin-right' 'margin-bottom' 'margin-left'*/
}

/* Center Column Properties 
#print_subheader {
	clear:both;
	font-size:1.3em;
	font-style:normal;
	font-weight:bold;
	letter-spacing:normal;
	text-decoration:none;
	color:#000000;
}
*/

/* Heading Properties */
h1 {
	font-family:arial, helvetica, sans-serif;
	display:inline;
	font-size:1.3em;
	font-style:normal;
	font-weight:bold;
	letter-spacing:normal;
	text-decoration:none;
	color:#000000;
}

h2 {
	font-family:arial, helvetica, sans-serif;
	display:inline;
	font-size:1.2em;
	font-style:normal;
	font-weight:bold;
	letter-spacing:normal;
	text-decoration:none;
	color:#000000;
}

h3 {
	font-family:arial, helvetica, sans-serif;
	display:inline;
	font-size:1.2em;
	font-style:normal;
	font-weight:bold;
	letter-spacing:normal;
	text-decoration:none;
	color:#000000;
}

h4 {
	display:inline;
	font-size:1.1em;
	font-style:normal;
	font-weight:bold;
	letter-spacing:normal;
	text-decoration:none;
	color:#000000;
}

h5 {
	display:inline;
	font-size:1.0em;
	font-style:normal;
	font-weight:bold;
	letter-spacing:normal;
	text-decoration:none;
	color:#000000;
}

h6 {
	display:inline;
	font-size:1.0em;
	font-style:normal;
	font-weight:bold;
	letter-spacing:normal;
	text-decoration:none;
	color:#000000;
}

table {
	border-collapse:collapse;
	border: 1px solid #000;/*'border-width' 'border-style' 'color'*/
}

td {
	border-collapse:collapse;
	padding: 0;/*'padding-top' 'padding-right' 'padding-bottom' 'padding-left'*/
	border: 1px solid #000; /*'border-width' 'border-style' 'color'*/
}

th {
	font-weight:bold;
	text-transform:uppercase;
}

.tableborder_clear, .tableborder_clear td {
	border:0;
}

/* Ordered List Properties */
ol, ol.decimal { /* DEFAULT: numbers (1, 2, 3...) */
	list-style-type: decimal;
}

ol.lroman { /* lowercase roman (i, ii, iii...) */
	list-style-type:lower-roman;
}

ol.uroman { /* uppercase roman (I, II, III...) */
	list-style-type:upper-roman;
}

ol.lalpha { /* lowercase alpha (a, b, c...) */
	list-style-type:lower-alpha;
}

ol.ualpha { /* uppercase alpha (A, B, C...) */
	list-style-type:upper-alpha;
}

/* Unordered List Properties */
ul, ul.square { /* Unordered List (DEFAULT: square bullets) */
	list-style-type:square;
}

ul.circle { /* Unordered List (circle bullets) */
	list-style-type:circle;
}

ul.disc { /* Unordered List (disc bullets) */
	list-style-type:disc;
}

ul.none { /* Unordered List (no bullets) */
	list-style-type:none;
}


/* Case Properties */
.titlecase {
	text-transform:capitalize; /*title case*/
}

.uppercase {
	text-transform:uppercase; /*upper case*/
}

.lowercase {
	text-transform:lowercase; /*lower case*/
}

img {
	display:none;
}

img.amberalertimg {
	display:inline;
}

.tablecell1, .tablecell2, .tablecell3, .tablecell4, .tablecell5, .tablecell6 { /* Medium blue table cell */
	font-weight:bold;
	text-indent:2px;
}

/* Font Properties */
.whitetext, .bluetext, .brightredtext, .brightgreentext, .redtext, .bluetext, .highlightedtext {
	font-family:verdana, arial, helvetica, sans-serif;
	color:#000;
	font-weight:normal;
}

.smalltext, .smallwhitetext, .smallredtext {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:9px;
	color:#000;
}


