


					#content h1 {
						color:#2F4A55;
						font-family: Arial, Helvetica, sans-serif;
						font-weight: normal;
						font-size: 1.2em;
						margin: 0px 0px 0px 0px; 
					}
					
					#content h2 {
						color: #333;
						font-weight: bold;
						font-size: 0.8em;
					}
					
					#content h3 {
						color:#333;
						font-weight: bold;
						font-size: .8em;
					}
					
					#content p, #content ul {
						color:#222;
						font-size: .7em;
						line-height: 150%;
					}
					
					
					#content td
					{
						font-size: 8pt; /* Using points due to Firefox and IE having different font sizes - this is because of link inheritance - IE is in the wrong here!*/
					} 
					
					
					/*stlyes used for offers table - start *********************/
					#content table{
					    border-top: solid 1px #ccc;
					    border-left: solid 1px #ccc;
					    border-right: solid 1px #ccc;
					    margin: 10px 0px 20px 0px;
					}
					
					#content table td
					{
						padding: 5px;
						border-bottom: solid 1px #ccc;
					    font-family: Verdana;
					} 
					
				
					#content td.title
			        {
				        font-weight: bold;
						background-color: #e6e6e6;
						color: #000;
			        }
			        
			        #content table td.highlighted{
                       	font-weight: bold;									
						color: #2F4A55;
						font-size: 10pt;
			        }
					
					#content table.noborder{
					     border-top: none;
                        border-right: none;
                        border-left: none;                      		
					}
					
					#content table.noborder td{
					    border-bottom: none;
					}
					
				/*stlyes used for offers table - end *********************/
					
				
					
										
					#content ul{
						list-style: square;
						color: #2A4582;
						
					}
										
					#content li{
						padding-bottom: 5px;
						color: #333;
					}
										
					#content .intro {
						font-weight:bold
					}
					
					#content a:link, 
					#content a:visited {
						text-decoration: underline;
					}
					
					#content a:hover, 
					#content a:active {
						text-decoration: none;
					}
					
					.contentTerms{
					    font-size:  11pt;
					}
					
					.contentTerms a{
					    font-size: 8pt; 
					}
					
					.contentTerms span{
					     font-size: 8pt; 
					     color: #2F4A55;
					}
					
					.contentTerms p {
					    font-size: 11pt;
					}
					
					
