/* CSS Document */
a.footer:link	{font-family		: arial;
					 font-size			: 11px;
					 color				: #000;
					 text-decoration	: underline;	
					 }	
					 
a.footer:visited{font-family		: arial;
					 font-size			: 11px;
					 color				: #000;
					 text-decoration	: underline;	
					 }	
					
a.footer:hover{font-family		: arial;
					 font-size			: 11px;
					 color				: #000;
					 text-decoration	: underline;	
					 }	
					 
					 
.normal-font{font-family:arial;
			font-size : 11px;
			color:#000;
			text-decoration: none;
			}
			

.style1 {font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000;}
		
		
		
a.brand:link	{font-family		: arial;
					 font-size			: 12px;
					 color				: #000;
					 font-weight: bold;
					 font-decoration: none;
					 }	
					 
a.brand:visited{font-family		: arial;
					 font-size			: 12px;
					 color				: #000;
					font-weight: bold;
					font-decoration: none;
					 }	
					
a.brand:hover{font-family		: arial;
					 font-size			: 12px;
					 color				: #000;
					 font-weight: bold;
					 font-decoration: none;
					 }	
					 

.style2 {font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		color:#000;}
