body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
a:link {
	color: #33CC00;
	text-decoration: none;
}
a:visited {
	color: #33CC99;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.header:link {
	color: #9999FF;
	text-decoration: none;
}
a.header:visited {
	color: #9999FF;
	text-decoration: none;
}
a.header:hover {
	color: #9999FF;
	text-decoration: underline;
	background-color: #555555;
}
a.email:link {
	color: #333399;
	text-decoration: none;
}
a.email:visited {
	color: #333399;
	text-decoration: none;
}
a.email:hover {
	color: #333399;
	text-decoration: underline;
}
a.caption:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.caption:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.caption:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
table.main {
	background-color: #003366;
	width: 700px;
	border-width: 0;
}
table.coverPics {
	background-color: #99CC33;
	width: 700px;
	border-width: 0;
	height: 210px;
}
table.entry {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
}
table.note {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
	color: #000000;
}
table.loadNote {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
	background-color: #CCCC66;
}
table.paging {
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
td.pagingLeft {
	font-size: 13px;
	font-weight: bold;
	width: 50%;
	vertical-align: middle;
	text-align: left;	
}
td.pagingRight {
	font-size: 13px;
	font-weight: bold;
	width: 50%;
	vertical-align: middle;
	text-align: right;	
}
td.numbering {
	font-size: 13px;
	font-weight: bold;
	width: 100px;
	vertical-align: middle;
	text-align: center;	
}
td.noteEntry {
	font-size: 13px;
	vertical-align: top;
	text-align: left;
	color: #000000;
}
tr.heading {
	background-color: #CCCC66;
	color: #000000;
}
tr.notes {
	background-color: #CCCC99;
	color: #000000;
}
table.caption {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}

.LastUpdate {color: #000000;}
.date {font-weight: bold;}
.noteInfo {
	font-size: 9px;
	text-align: right;
	color: #000000;
}
.entryTitle {
	font-size: 18px;
	font-weight: bold;
	color: #33FF00;
	text-decoration: underline;
}
hr.main {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div.centered {
	text-align: center;
}

