﻿body {
	font: 12px Tahoma;
	margin: 0px 0px 0px 0px;
	background-color: #3a3d3e;
}

A:link {
	color: #000000;
	text-decoration: none;
}

A:visited {
	color: #000000;
	text-decoration: none;
}

A:hover {
	color: #666666;
	text-decoration: underline;
}

div.Content {
	text-align: left;
	width: 778px;
}

div.Menu {
	background-image: url(cont_bg.gif);
	background-repeat: repeat-x;
	height: 32px;
	padding-left: 4px;
	font-weight: bold;
}

div.InfoBar {
	background-color: #000000;
	color: #ffffff;
	padding: 8px 4px 8px 4px;
}

div.InfoBar A:link {
	color: #a3a3a4;
	text-decoration: underline;
}

div.InfoBar A:visited {
	color: #a3a3a4;
	text-decoration: underline;
}

div.Main {
	background-color: #ffffff;
}

div.Footer {
	background-color: #dfdfdf;
	color: #666666;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 3px;
	margin-bottom: 6px;
}


table.MemberDetails {
	width: 100%;
	border: solid 1px #656565;
}

table.MemberDetails thead tr {
	background-color: #cccccc;
}

table.MemberDetails thead th {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 4px;
}



table.Statement {
	border-collapse: collapse;
	border: solid 2px black;
}

table.Statement TR.Alt {
	background-color: #dcdcdc;
}

table.Statement TR.Footer {
	background-color: #a2a2a2;
}

table.Statement TR.Footer TD {
	text-align: right;
	font-weight: bold;
	border-top: solid 1px black;
}

table.Statement TH {
	border-left: solid 1px black;
	border-bottom: solid 1px black;
}

table.Statement TH.Amount {
	width: 70px;
}

table.Statement TD {
	border-left: solid 1px black;
	font-size: 11px;
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
}

table.Statement TD.Date {
	width: 50px;
}

table.Statement TD.Description {
	padding-right: 20px;
}

table.Statement TD.Amount {
	text-align: right;
}



.Highlight {
	background-color: #ffffb3;
}

.Label {
	text-align: right;
	font-weight: bold;
}

.Data {
	border: solid 1px #bbbbbb;
	padding-left: 3px;
	padding-right: 3px;
}

.SectionHeaders {
	font-weight: bold;
	text-decoration: underline;
}

.Right {
	text-align: right;
}
