body {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 9pt;
}

p {
	font-size: 9pt;
	line-height: 12pt;
	text-decoration: none;
}
	
a {
	color: blue;
	line-height: 12pt;
	text-decoration: none;
}
	
a:hover {
	color: blue;
	line-height: 12pt;
	text-decoration: underline;
}
	
#mainbox { 
	background-color: #fff; 
	margin-top: 30px; 
	margin-right: 26px; 
	margin-left: 0; 
	top: 10px;
}
	
#taskbox {
	background-color: #eee;
	list-style-type: decimal;
	list-style-position: outside;
	margin-top: 12px;
	margin-bottom: 12px;
	border: solid 1px #444;
}
	
#topic {
	font-size: 12pt;
}

h1 { 
	font-size: 18pt; 
	margin: 0;
}

h2 { 
	font-size: 16pt; 
	font-weight: bold; 
	margin: 0;
}

h3 {
	font-size: 12pt;
	font-family: "Lucida Grande", Arial, sans-serif;
	margin-top: 24px;
	margin-bottom: 15px;
}

#naked_list {
	margin-left: -20px;
}

hr, .printOnly {
	display: none;
}

.page {
	display: none;
}
	
#content {
	display: block;
	width: 600px;}
	
#footer {
	display: block;
	border-top: 1px solid #fff;
	padding-top: 2px;
	margin-bottom: 8px;
	clear: both;
}

#footer .pageInfo {
	display: none;
}

#footer .copyright{
	float: left;
}

#footer .navigation{
	float: right;
}

.navigation {
	font-weight: bold;
}
	
.toolBar {
	display: block;
	font-weight: bold;
	border-top: 1px solid #fff;
	padding-top: 2px;
	margin-bottom: 8px;
	clear: both;
}

.pagination {
	display: block;
	float: left;
}

.pageSend {
	display: block;
	float: right;
}
