html {
	font-size: 100.01%;
}

body {
	font-family: Arial, Helvetica, Geneva, Calibri, Verdana, 'Bitstream Vera Sans', sans-serif;
	font-size: 1em;
	color: #000;
	padding: 0.3em 1em 1em 1em;
}


/* DEFAULT ELEMENT STYLES */

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, Geneva, Calibri, Verdana, 'Bitstream Vera Sans', sans-serif;
	line-height: 1.4em;
	margin: 0.6em 0;
}

h1 {
	font-size: 2em;
	letter-spacing: -1px;
}

h2 {
	font-size: 1.7em;
	letter-spacing: -1px;
}

h3 {
	font-size: 1.4em;
	letter-spacing: -1px;
}

h4, h5 {
	font-size: 1em;
	letter-spacing: -1px;
}

li, p, blockquote {
	margin: 0.9em 0 0 0;
	line-height: 1.6em;
	font-size: 0.9em;
}

ul, ol {
	padding: 0.4em 0 0.4em 3em;
}

ul				{ list-style: disc; }
ul.circle		{ list-style: circle; }
ul.square		{ list-style: square; }

ol				{ list-style: decimal; }
ol.alpha_lc 	{ list-style: lower-alpha; }
ol.alpha_uc 	{ list-style: upper-alpha; }
ol.roman_lc 	{ list-style: lower-roman; }
ol.roman_uc 	{ list-style: upper-roman; }

code, pre, .monospace, .mono {
	font-size: 110%;
	font-family: Consolas, 'Courier New', 'Bitstream Vera Sans Mono', 'Lucida Console', 'Andale Mono', Courier, monospace;
}

img {
margin: 0.4em 0;
}

table {
	width: 100%;
	margin: 0.6em 0;
	border-collapse: collapse;
	font-size: 0.85em;
	line-height: 140%;
	clear: both;
}

th, td {
	text-align: left;
	padding: 0.1em;
	vertical-align: middle;
	padding: 4px 16px
}

th {
	font-weight: bold;
}

td {
	border-top: 1px dotted #000;
}

td.divider {
	border-top: 1px solid #000;
}


form {
	margin-top: 0.6em;
	margin-bottom: 0.4em;
}

input, textarea, select {
	padding: 0.2em;
margin: 0.1em 0;
	border: 1px solid #aaa;
}

option {
	padding-right: 1em;
}

input.submit, input.button {
	background: #ddd;
}

form dl {
	line-height: 1.2em;
	margin-left: 16px;
}

form dt {
	float: left;
	clear: left;
	width: 160px;
	font-size: 0.85em;
	margin-top: 0.25em;
	text-align: right;
	font-weight: normal;
	position:relative /*IEWin hack*/
}

form dd {
	clear: right;
	text-align: left;
	padding-left: 1em;
	margin-left: 160px;
	margin-bottom: 1.4em;
}

dd.followon {
	margin-bottom: 0.3em;
}



#menu, #header_search, #footer_logo, #footer_left_upper, #footer_right_upper, #footer_left_lower, .clear {
display: none;
}

a {
text-decoration: underline;
}

h1 a, h2 a, h3 a, h4 a, h5 a, a h1, a h2, a h3, a h4, a h5 {
text-decoration: none;
}



.show {

}

.hide {
	display: none;
}

.phide { /* HIDES FROM PRINT */
	display: none;
}

.shide { /* HIDES FROM SCREEN */

}

.question {
font-weight: bold;
}