/* Default HTML Styles */

	body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height: 200%; 
	color: #000000;
	}

	.heading5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#3A76B1;
	font-size: 16px;
	font-weight: bold;
    line-height: 100%; 
	}

    li{
	list-style: square; 
	}
	
	A:link {
	color: #3A76B1;
	text-decoration: none;
    }
	
	A:visited {
	color: #999999;
	text-decoration: none;
	}
	
	A:hover {
	color: #FF3300;
	text-decoration: underline;
	}
	  
	A:active {
	color: #FF3300;
	text-decoration: underline;
	}
	
	
	
	A.header:link {
	color:#416396;
	text-decoration: none;
    }
	
	A.header:visited {
	color: #3366FF;
	text-decoration: none;
	}
		
	A.header:active {
	color: #FF3300;
	text-decoration: underline;
	}
	
	A.header:hover {
	color: #FF3300;
	text-decoration: underline;
	}
	  
	
	b{
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
    }
	
	.bread{
	color: #000000;
	font-weight: bold;
	margin-left: 2%;
	}
	
	.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	text-align:center; 
	}

     .tdMargin{
	 border-style:solid; 
	 border-width: 0px 0px 2px 0px; 
	 border-color:#FFFFFF;
	 }
	
	.highlight {
	color: #416396;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
    }

   .highlight2 {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
    }