/* Main CSS Document */
/* Standard Links */	
a 				{ color: #02395F; text-decoration: none; } 
a:link		{ color: #02395F; text-decoration: none; } 
a:visited	{ color: #02395F; text-decoration: none; } 
a:active		{ color: #02395F; text-decoration: underline; } 
a:hover		{ color: #02395F; text-decoration: underline; }	

p {
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 17px;
}

img{ border:0; }

h1 {
 	font-size: 14px;
	color: #024972;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 13px;
	color: #024972;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-size: 13px;
	color: #024972;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h4 {
	font-size: 12px;
	color: #024972;
	font-weight: bold;
}

h5 {
	font-size: 11px;
	color: #024972;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}


hr {
	height: 1px;
    color: #A5ACB2;
    background-color: #A5ACB2;
    border: none;
}

/* This list rule is used deal with browser and css issues in how they render lists. The technique documented at alistapart.com (http://www.alistapart.com/articles/taminglists/)  */
ul.YearList {
	margin-top: 5px;
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 10px;
	}
	

li {
	margin-bottom: 7px;
}

 .lthan {
 	color: #F98E03;
	font-weight: bold;
 }
 
  
 /* START Page Headings */
 
 
  .reportHeading {
 	float: left;
 	background-color: #E5F0D3; /* depends on the theme */
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #CCCDCD;
	border-right: 1px solid #CCCDCD;
	width: 400px;
 }
.reportHeading h1{ margin-left:19px; }
 
 
  
  
  /* START Main Content */
 
/* This table style allows text size to be set within IE5, as IE5 does not inherit the body styles into the table cells. Grrr. */ 
 table {
  	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #02395F;
  }
  
 /* Used for tables inserted into a content area */ 
 
 table.internalTable {
border: 1px solid #CCCDCD;
margin: 1em;
border-collapse:collapse;
 }
 
 td.tableCells {
 vertical-align:baseline;
 padding: 0 0.5em;
 border: 1px solid #CCCDCD;
 }
 
 td.tableHeading {
 vertical-align:baseline;
 padding: 0 0.5em;
 border: 1px solid #CCCDCD;
 background-color: #E2F2FE;
 font-weight:bold;
 color: #0475B4;
 }


 .mainContentBlock { /* Used for 1 Column Layout */
 	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 19px;
	width: 760px;
	background-color: #fff;
 }
 
 .mainContent {
  	/* float: left; */
 	background-color: #fff; /* depends on the theme */
	width: 779px;
 }
 
 
 .mainContentLeftColumn { /* Used for 2 Column Layout with small right column */
 	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 390px;
	background-color: #fff;
	/* Including font formating data again so as to keep IE 5 happy, as it does not inherit the body styling in table cells. Sigh. 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #02395F; */
 }
 
  .mainContentRightColumn { /* Used for 2 Column Layout with small right column */
 	padding-top: 10px;
	padding-bottom: 10px;
	/* padding-left: 19px; */
	width: 130px;
	background-color: #fff;
	border-left: 1px solid #CCCDCD;
 }
 
 .rightImage {
 	margin-left: 22px;
 }
 
  
  /* END Main Content */
  
  
  
  
  /* START PDF and Word Indicators */
  
  .pdf {
 	color: #CC0000;
  }
    
  .pdfgrey {
 	color: #CCCCCC;
  }
  
