		/* CSS Document */
				
				/* Main Crumbs */        
					
					a.crumb {
						font-size: 7pt;
						font-family: Arial, Verdana, Sans-Serif;
						color: #ffffff; 	
						font-weight: 700;
					}

					a.crumb:link {
						font-family: Verdana,Arial,Sans-Serif;
						font-size: 7pt;
						color: #ffffff;
						font-weight: 700;
					}

					a.crumb:visited {
						font-family: Verdana,Arial,Sans-Serif;
						font-size: 7pt;
						color: #ffffff;
						font-weight: 700;
					}
	
					a.crumb:active{
						font-family: Verdana,Arial,Sans-Serif;
						font-size: 7pt;
						color: #ffffff;
						font-weight: 700;
					}

					.crumb-seperator {
						font-family: Verdana,Arial,Sans-Serif;
						font-size: 7pt;
						color: #ffffff;
					}
					
					.crumb-end {
						font-family: Verdana,Arial,Sans-Serif;
						font-size: 7pt;
						color: #ffffff;
						font-weight: 700;
					}

				/* Sub Crumbs */

					a.subcrumb {
						font-size: 7pt;
						font-family: Arial, Verdana, Sans-Serif;
						color: #ffffff; 
						font-weight: 700	
					}

					a.subcrumb:link {
						font-family: Verdana,Arial,Sans-Serif;
						font-size: 7pt;
						color: #ffffff;
						font-weight: 700
					}

					a.subcrumb:visited{
						font-family: Verdana,Arial,Sans-Serif;
						font-size: 7pt;
						color: #ffffff;
						font-weight: 700 
					}
	
					a.subcrumb:active{
						font-family: Verdana,Arial,Sans-Serif;
						font-size: 7pt;
						color: #ffffff;
						font-weight: 700 
					}

					.subcrumb-seperator {
						font-family: Verdana,Arial,Sans-Serif;
						font-size: 7pt;
						color: #ffffff;
					}
	
					.subcrumb-end {
						font-family: Verdana,Arial,Sans-Serif;
						font-size: 7pt;
						color: #ffffff;
						font-weight: 700;
					}

				/* Headers */
				
					H1,H2,H3 {
						color: #FFFFFF;
						font-family: Arial, Verdana, Sans-Serif;
					}
					
					H2 {
						font-size: 13;
						font-weight: bold;
					}

					H3 {
						font-size: 12;
						font-weight: 700;
					}

				/* List Items */

					li {
						font-size: 10pt;
						color: #FFFFFF;
						font-family: Arial, Verdana, Sans-Serif;
						font-weight: normal;
					}
				
				/* Paragraph */
				
					p {
						font-size: 10pt;
						color: #FFFFFF;
						font-family: Arial, Verdana, Sans-Serif;
						font-weight: normal; 
					}

					.specialp {
						font-size: 9pt;
						font-style: normal;
						color: #FFFFFF;
						font-family: Arial, Verdana, Sans-Serif;
						font-weight: normal; 
						padding: 35px;
					}
					
					.specialpitalic {
						font-size: 9pt;
						font-style: Italic;
						color: #FFFFFF;
						font-family: Arial, Verdana, Sans-Serif;
						font-weight: normal; 
						padding: 35px;
					}

				/* Global Link */
	

					A {
						font-size: 10pt;
						font-family: Arial, Verdana, Sans-Serif;
						color: #ffffff;  
					}
					
					
					A:visited {
						
						font-size: 10pt;
						font-family: Arial, Verdana, Sans-Serif;
						color: #ffffff; 
					}
					
					
					A:active { 
						
						font-size: 10pt;
						color: #ffffff;  
					}
					
					A:link {
						
						font-size: 10pt;
						color: #ffffff;  
					}


				/* Quick Links */

		
					a.quicklink:link {
						font-size: 9pt;
						color: #FFFFFF;
						font-weight: 600; 
						text-decoration: none;
					}
	
					a.quicklink:visited {
						font-size: 9pt;
						color: #FFFFFF;
						font-weight: 600;
						text-decoration: none;
					}
					
					a.quicklink:active {
						font-size: 9pt;
						color: #ffffff;
						font-weight: 600;
						text-decoration: none;
					}
	
					a.quicklink:hover {
						font-size: 9pt;
						color: #ffffff;
						font-weight: 600;
						text-decoration: none;
					}

				/*large  Link */

					a.largelink:link {
						font-size: 10pt;
						color: #ffffff;
						font-weight: 200;
					}
					a.largelink:visited {
						font-size: 10pt;
						color: #ffffff;
						font-weight: normal;
					}
					a.largelink:active {
						font-size: 10pt;
						color: #ffffff;
						font-weight: normal;
					}

				/*larger  Link*/

					a.xlargelink:link {
						font-size: 12pt;
						color: #ffffff;
						font-weight: bold;
					}
					a.xlargelink:visited {
						font-size: 12pt;
						color: #ffffff;
						font-weight: bold;
					}
					a.xlargelink:active {
						font-size: 12pt;
						color: #ffffff;
						font-weight: bold;
					}


				/* Small Link */
									
					A:small_link {
						
						font-size: 8pt;
						font-family: Arial, Verdana, Sans-Serif;
						font-weight: normal; 
					}

					A:small_link:link {
					
						font-size: 8pt;
						color: #ffffff;
						font-weight: normal; 
					}
					
									
					a.small_link:visited {
						
						font-size: 8pt;
						color: #ffffff;
						font-weight: normal;
					}
					
					a.small_link:active {
						
						font-size: 8pt;
						color: #ffffff;
						font-weight: normal;
					}



				/* footer Link */
				
					A:footer_link {
						
						font-size: 8pt;
						font-family: Arial, Verdana, Sans-Serif;
						font-weight: 700;
					}

					A:footer_link:link {
					
						font-size: 8pt;
						color: #ffffff;
						 
					}
					
									
					a.footer_link:visited {
						
						font-size: 8pt;
						color: #ffffff;
						
					}
					
					a.footer_link:active {
						
						font-size: 8pt;
						color: #ffffff;
						
					}


				/*Content Table Formatting*/

					.contentpadding {
						margin-left: 20px;
						margin-top:  15px;
						margin-right: 5px;

					}

					.contenttext {
						font-family: Arial, Verdana, Sans-Serif;
						font-size: 10pt;
						color: #FFFFFF;
						font-weight: normal; 
					}

					
					.textbox {
						font-family: Arial, Verdana, Sans-Serif;
						font-size: 8pt;
						color: #FFFFFF;
						font-weight: 700; 
					}
					
					td.listfield {
						font-family: Verdana,Arial,Sans-Serif;
						font-size: 8pt;
						color: #FFFFFF;
						font-weight: normal;
						border-bottom: 1px solid black;
					}
					th {
						font-family: Verdana,Arial,Sans-Serif;
						font-size: 8pt;
						color: #FFFFFF;
						font-weight: 700;
						text-align: left;
					}
					th.listhead {
						font-family: Verdana,Arial,Sans-Serif;
						font-size: 8pt;
						color: #FFFFFF;
						font-weight: 700;
						text-align: center;
						border-right: 1px solid black;
						border-bottom: 1px solid black;
					}
					.formtext {
						font-family: Verdana, Arial, Sans-Serif;
						font-size: 8pt;
						font-weight: 700;
					}
		
					
					/*footer*/
					
					.footer   {
						
						font-family: Arial, Verdana, Sans-Serif;
						font-size: 8pt;
						color: #FFFFFF;
						font-weight: normal; 
					}
					
					.dbsfooter   {
						
						font-family: Arial, Verdana, Sans-Serif;
						font-size: 8pt;
						color: #FFFFFF;
						font-weight: normal; 
					}.border {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #000066;
	border-left-color: #CCCCCC;
}
