body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: normal;
	margin-left:15px;
	margin-right:5%;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000099;
	margin-left:0px;
	margin-top:0px;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom:0px;
}

p {	
	margin-left:0px;
}

.header {
	 text-align : right; 
	 font-size:.8em;
	 font-weight:bold;
	 margin: 0 2px 0 0;
	 color: #000099;
}

a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#wrap {
	max-width:600px;
	width:expression(
    document.body.clientWidth > (605) ?
        "600px":
        "auto" );
}


.button {
	font-size:11px;
	font-weight:normal;
	padding:0;
	margin:0;
	font-family:arial;
	vertical-align : middle;
}

.question {
	margin-bottom:50px;
}

.question h2 {
	font-size:.9em;
	font-style:italic;
	color: #666666;
	font-weight: bold;
	background-color:#CCCCCC;
	padding:5px;
	margin-top:20px;
}

.question h3 {
	font-size:1em;
	font-style: normal;
	color: #000099;
	font-weight: bold;
	cursor:hand; 
	cursor:pointer;
}

.question p {
	margin-left:22px;
}



.below {
	 position:relative;
	 float:right;
	 font-size:.8em;
	 font-style:normal;
	 font-weight:bold;
	 margin:0;
	 display:inline;
}


li {
	margin:10px 0;
	list-style-position: outside;
}

.question li p {
	padding-left:0;
	margin-left:0;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: normal;
	padding-top:10px;
	border-bottom:1px solid #CCCCCC;
}

td div, li div, p div {
	display:inline;
}


.field {
	font-weight: bold;
	font-size:.75em;
	color:#333333;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style:italic;
	font-size: .8em;
	color: #666666;
	background-color: #CCCCCC;
}

th span {
	font-size:.9em;
	font-weight:normal;
}

.italics {
	font-style: italic;
}
table {
	margin:0 0 10px 0;
	width:100%;
	
}

