body 
{
	background: #BFE3FF;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: Black;
}

a 
{
	color: #0169dc;
	text-decoration: none;
}

a:hover
{
	color: #d52f43;
	text-decoration: underline;
}

a.nav {
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

a.nav:visited: {
}

a.nav:hover 
{
	color: #ffffff;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

label 
{
	font-family: Arial;
	font-size: 12px;
	text-align: right;
}
.content {
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
}

.headline {
	font-family: Arial;
	font-size: 14px;
	color:#ffffff;
	font-weight:bold;
	text-align:left;
}

h1 {
	font-family: Arial;
	font-size: 14px;
	color: Black;
	font-weight:bold;
	margin: 0px;
}

.headlineDate {
	font-family: Arial;
	font-size: 14px;
	color:#ffffff;
	font-weight:bold;
	text-align:right;
}
.headlineBody {
	font-family: Arial;
	font-size: 12px;
	color:#000000;
	font-weight:normal;
	padding: 8px 16px 8px 16px;
	text-align: justify;
}
.copyright {
	font-family: Arial;
	font-size: 10px;
	color:#000000;
	font-weight:normal;
	text-align:center;
}

label 
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: Black;
}

.button 
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	height: 22px;
	background-image: url(images/buttonBack.gif)
}

.thumbnail
{
	border: solid 1px #404040;
	margin: 8px;
}

.thumbnailLeft
{
	border: solid 1px #404040;
	float: left;
	margin: 8px 8px 8px -16px;
}

.thumbnailRight
{
	border: solid 1px #404040;
	float: right;
	margin: 8px -16px 8px 8px;
}

table.list
{
	width:100%;
	border-collapse:collapse;
}

table.list th
{
	width:20%;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	text-align: right;
	padding-right:4px;
}

table.list td
{
	width:80%;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: Black;
	text-align: left;
}

table.plain
{
	width:auto;
}

table.plain td
{
	width:auto;
}

table.plain th
{
	width:auto;
}

.scrapbookName 
{
	font-size: 16px;
	text-align:center;
}