body				{ 
						color: #012855; 
						text-align: left; 
						word-wrap: normal; 
						word-break: normal; 
						font-style: normal; 
						font-weight: normal; 
						font-size: 12px; 
						font-family: "Lucida Grande", Verdana, Arial, sans-serif; 
						margin: 0;
                    	padding: 0
						 
					}
					
body-1				{ 
						padding-left: 0px; 
						padding-bottom: 0px; 
						padding-right: 0px; 
						padding-top: 0px; 
						margin-left: 0px; 
						margin-bottom: 0px; 
						margin-right: 0px; 
						margin-top: 0px; 
						color: #ffffff; 
						text-align: justify; 
						word-wrap: normal; 
						word-break: normal; 
						font-style: normal; 
						font-weight: normal; 
						font-size: 11px; 
						font-family: "Lucida Grande", Verdana, Arial, sans-serif;
						 
					}
					
body-2				{ 
						padding-left: 0px; 
						padding-bottom: 0px; 
						padding-right: 0px; 
						padding-top: 0px; 
						margin-left: 0px; 
						margin-bottom: 0px; 
						margin-right: 0px; 
						margin-top: 0px; 
						color: #ffffff; 
						text-align: justify; 
						word-wrap: normal; 
						word-break: normal; 
						font-style: normal; 
						font-weight: normal; 
						font-size: 12px; 
						font-family: "Lucida Grande", Verdana, Arial, sans-serif;
						 
					}
					
A:link				{
						text-decoration: none;
						color: #014795;
					}
					
A:visited			{
						text-decoration: none;
						color: #014795;
					}
					
A:hover				{
						text-decoration: underline;
						color: #0076f8;
						
					}
