


					#content h1 {
						color:#2A4582;
						font-weight: normal;
						font-size: 1.2em;
						margin: 0px 0px 0px 0px; 
					}
					
					#content h2 {
						color: #c00;
						font-weight: bold;
						font-size: 0.9em;
						margin: 20px 0px 0px 0px; 
					}
					
					#content h3 {
						color:#333;
						font-weight: bold;
						font-size: .8em;
					}
					
					#content p, #content ul 
					{
						font-family: Verdana, Arial, helvetica;
						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!*/
					} 
					
										
					#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;
						color: #c00;
					}
					
					#content a:hover, 
					#content a:active {
						text-decoration: none;
					}
