body {
	width: 750px;
	padding: 0px;
	margin: 20px auto 20px auto;
	background-color: #fff;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #999;
	line-height: 120%;
}

a {
	font-weight: normal;
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #f33;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
}

em {
	font-weight: bold;
	font-style: normal;
	color: #388;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	margin-bottom: -3px;
}

img.left {
	clear: all;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #388;
	margin: 5px 10px 20px 0px;
	border: none;
	border-bottom: 1px solid #388;
	padding-bottom: 5px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #388;
	margin: 20px auto 10px auto;
	border: none;
	padding: 0px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	color: #388;
	margin: 20px auto 10px auto;
	border: none;
	padding: 0px;
}

h4 {
	font-size: 100%;
	font-weight: normal;
	color: #388;
	margin: 10px auto 5px auto;
	border: none;
	padding: 0px;
}


hr {
	border: 0px;
	margin: 10px 10px 20px 0px;
	color: #388;
	background-color: #388;
	height: 1px;
}

table {
	margin-top: 40px;
	margin-bottom: 40px;
	empty-cells: show;
	font-size: 90%;
	border-collapse: collapse;
	border: none;
}

th {
	border: none;
	vertical-align: top;
	padding: 5px;
	font-weight: bold;
	color: #488;
}

td {
	border: none;
	vertical-align: top;
	padding: 5px;
}


/* topbar */

#topbar {
	float: left;
	clear: both;
	height: 20px;
	margin: 5px;
	margin-bottom: 10px;
	font-size: 90%;
}



/* footer */

#footer {
	clear: both;
	height: 25px;
	font-size: 80%;
	color: #999;
	margin-top: 10px;
	margin-bottom: 50px;
	border-top: 1px solid #388;
	padding-top: 10px;
}

#footer img {
	float: left;
	margin-right: 10px;
}



/* content box */

#content {
	float: left;
	clear: none;
	width: 100%;
	padding: 0px 0px 0px 5px;
	line-height: 150%;
	color: #000;
}

#content a {
	font-weight: normal;
	color: #388;
}

#content a:hover {
	color: #f33;
	text-decoration: underline;
}

#content a.cite {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

#content a.cite:hover {
	color: #f33;
}

#content a.button {
	height: 100%;
	width: 25px;
	border: 1px solid #666;
	padding: 2px 5px;
	margin: 0px 5px;
	background: #eee;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}

#content p.ref {
	font-size: 90%;
	padding-left: 30px;
	text-indent: -15px;
}

#content span.summary {
	color: #666;
}


/* action link */

#content a.view {
	background: #eff;
	color: #388;
	font-size: 10pt;
	margin: 0px 5px;
	padding: 2px 5px;
	border: 1px solid #388;
	border-radius: 10px;
}

#content a.view:hover {
	color: #f33;
	text-decoration: underline;
}


/* search box */

#search {
	font-size: 90%;
	width: 95%;
	clear: both;
	padding: 15px 20px;
	color: #000;
	background: #eff;
	margin-bottom: 15px;
	border: 1px solid #388;
	border-radius: 20px;
}


/* side box */

div.sidebox {
	font-size: 90%;
	width: 170px;
	float: right;
	clear: both;
	padding: 10px;
	color: #000;
	background: #eff;
	margin-bottom: 15px;
	border: 1px solid #388;
	border-radius: 20px;
	text-align: center;
}


/* edit box */

div.editbox {
	font-size: 90%;
	width: 170px;
	float: right;
	clear: both;
	padding: 10px;
	color: #000;
	background: #fbb;
	margin-bottom: 15px;
	border: 1px solid #f33;
	border-radius: 20px;
	text-align: center;
}


/* edit table */

table.edit tr th {
	text-align: right;
	min-width: 140px;
}
input, textarea {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}


/* feedback link */

p.fb {
	font-size: 80%;
	text-align: right;
	margin-bottom: 0px;
}

p.fb img {
	margin-right: 5px;
	margin-bottom: -1px;
}


/* print bits */

#print_header, #content span.hide {
	display: none;
	position: static;
}



