/* Print Stylesheet */

/* ==== Reset ==== */
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse; border-spacing: 0;}

/* ==== General ====*/
body	{background: #FFF; color: #000; font-size: 62.5%; font-family: Arial, Verdana, sans-serif;}

h1	{font-size: 1.7em;}
h2	{font-size: 1.9em; color: #333; line-height: 1.4em;}
h3	{font-size: 1.3em; line-height: 1.4em;}
h4	{font-size: 1.4em;}
h5	{font-size: 1.3em;}
h6	{font-size: 1.2em;}

p	{margin: 0 0 0.8em 0; font-size: 1.2em; line-height: 1.4em;}

a:link, a:visited 	{color: #069; text-decoration: underline;}
a:hover, a:active	{color: #069; text-decoration: none;}

a img 		{border: none;}

strong, b	{font-weight: bold;}
em, i		{font-style: italic;}
u			{text-decoration: underline;}
del         {color: #666;}
acronym, abbr, dfn {cursor: help; border-bottom: 1px dotted #CCC;}
cite		{font-style: italic;}

hr 	{float: none; width: 100%; height: 1px; margin: 0 0 0.8em; border: none; background: #CCC; color: #CCC; clear: both;}

ul, ol	{margin: .8em 3.5em;}
ul li   {list-style: disc; line-height: 1.4em; font-size: 1.2em;}
ol li   {list-style: decimal; line-height: 1.4em; font-size: 1.2em;}

/* ==== Elements ==== */
tr.table_header, tr.table_header th, tr.table_header td, th.table_header, td.table_header, .table_header {color: #cd0b22; background: #e7e7e7; padding: 8px 5px; font-weight: bold; border-bottom: 1px solid #dedede;}
tr.table_bg_dark td, td.table_bg_dark, .table_bg_dark	{background: #f3f3f3;}
tr.table_bg_lite td, td.table_bg_lite, .table_bg_lite 	{background: #fefefe;}

.pad_horizontal 	{padding: 0 5px;}
.pad_vertical 		{padding: 5px 0;}
.pad_all_sides 		{padding: 5px;}
.vertical_align_images	{vertical-align: middle;}

.image_left		{float: left; margin: 6px 10px 10px 0;}
.image_right 	{float: right; margin: 6px 0 10px 10px;}

.font_10	{font-size: 1em;}
.font_11	{font-size: 1.1em;}
.font_12	{font-size: 1.2em;}
.font_13	{font-size: 1.3em;}
.font_14	{font-size: 1.4em;}
.font_15	{font-size: 1.5em;}
.font_16	{font-size: 1.6em;}
.font_17	{font-size: 1.7em;}
.font_18	{font-size: 1.8em;}


.text_red {color: #CD0B22;}
.text_grey {color: #666;}
.text_light-grey {color: #7b7979;}


/* ==== Hidden Elements ==== */
#util, #search, #navigation, #subnav, #section ul, .col_300.pos-rhs, #footer {display: none;}

/* ==== MISC ==== */
.hide4print		{display: block; visibility: visible;}