body {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
}

img {
	border: none;
}

.PageContent {
	padding-left: 20px;
	padding-right: 20px;
}

.LabelRow {
	background: #e1e1e1;
	font-weight: bold;
}

.SmallLabelRow {
	background: #e1e1e1;
	font-weight: bold;
	font-size:  9px;
}

.SmallDataRow {
	font-size:  9px;
	
}

.Header {
	width: 100%;
	height: 136px;
	background: url("/graphics/logos/flagandlogo.jpg") no-repeat; 
}

.Header div.SiteName {
	padding-top: 10px;
	font-size: 26px;
	padding-left: 100px;
	clear: none;
}

.Header div.SiteTagLine {
	font-size: 22px;
}

.Header div.breadcrumb {
	color: red;
	font-style: normal;
	font-size: 13px;
	padding-top: 5px;
	padding-left: 100px;
	font-weight: bold;
}

.Header div.CallOut {
	border: solid 1px #000000;
	background: #ffffff;
	font-size:  11px;
	font-weight: bold;
	width:  200px;
	float: left;
	padding: 5px;
	margin-top: 35px;
	margin-right: 20px;
	text-align: center;
}

.ReportTable {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.SummaryTable {
	margin-left: auto;
	margin-right: auto;
}

.SummaryTable .label {
	font-weight: bold;
}

.SummaryTable .data {
	text-align: right;
}

.SummaryTable .labelTotal {
	font-weight: bold;
	text-align: right;
	border-top: solid 1px #000000;
	line-height: 400%;
	
}

.SummaryTable .dataTotal {
	text-align: right;
	border-top: solid 1px #000000;
	line-height: 400%;
	
}

.SummaryTable .cashLineLabel {
	text-align: right;
	line-height: 400%;
	font-weight: bold;
}

.SummaryTable .cashLineData {
	text-align: right;
	line-height: 400%;
}



.CLMSReportTable {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background: #eeeeee;
	border: solid 1px #c0c0c0;
	
}

.anchorHelp {
	color: #000000;
	text-decoration: none;
	text-decoration: none;
}	

.RosterName {
	font-size: 11px;
	font-weight: bold;
}

.RosterAddress {
	
	width: 325px; 
	padding-left: 30px; 
	float: left;
	
}

.RosterContacts {

	width:325px;
	float: left;

	
}

.RosterNotes {
	color: #ff0000;
	font-weight: bold;
}

.CommitteeBullet {
	font-size: 13px;
	padding-bottom: 15px;
}

.ReportBody {
	
	font-size:  13px;
}

.ReportBody td, th {
	font-size: 13px;
}

.ReportBody th {
	font-weight: normal;
}

.ReportBody h2 {
	font-size: 22px;
	text-align: left;
}

.ReportBody h3 {
	padding: 5px;
	border: solid 1px #000000;
	background: #c0c0c0;
}

.ReportBody h4 {
	background: #c0c0c0;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	font-size:  12px;
	clear: both;
}

.ReportBody h6 {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size:  11px;
	color: #999999;
	text-align: left;
}


.ReportTOC {
	font-size: 14px; 
	font-weight: bold; 
	line-height: 200%
}

.ReportHomePageLink {
	border: solid 1px #000000;
	background: Silver;
	font-size: 14px; 
	font-weight: bold; 
	text-align: right;
	text-decoration: none;
}

.RosterEntry {
	width:  100%;
	clear: both;
}

.CompactColumn {
	width: 600px;
}

.ReportTitle {
	text-align: center;
}

.theMenu {
	padding-left: 0px; 
	padding-right: 0px; 
	padding-top: 0px;
}

.FooterText {
	width: 100%;
	background: #e1e1e1;
	font-size: 11px;
	color: #595959;
	margin-top: 30px;
	font-weight: bold;
	text-align: center;
	clear: both;
}

.ErrorMessage {
	background:  #ffff00;
	font-weight: bold;
}



