	body{ 	
		padding: 0px;
		margin: 0px; 			
		font-family: Arial, Tahoma, Verdana, Sans Serif;
		font-size: 12px; 
	}
	
	h1{	
		font-size: 26px;
		color: #0072bc;
		font-weight: bold;
		font-family: Arial, Tahoma, Verdana, Sans Serif;
		margin-top: 0px; 
		margin-bottom: 10px; 
		line-height: 24px;
	}
							
	h2{	
		font-size: 20px;
		color: #981b1e;
		font-weight: bold;
		font-family: Arial, Tahoma, Verdana, Sans Serif;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	
	a{
		color:#fff;
		outline-style: none;
	}
	
	table {height:295px;}

	td{
		padding:10px;
	}
	
	td#left-side{
		 background: #084897;
		 width: 99px;
		 vertical-align: top;
	}
	
	tr#bottom-row{
		height: 50px;
		text-align:right;
		background:#990000;
		vertical-align: bottom;
	}
	
	#popup-text p{
		width: 512px;
	}
	
	#popup-text a{
		color: #990000;
	}
	
	#popup-text a:hover{
		color: #084897;
	}
	
	#disclaimer{
		color: #333;
		font-size: 10px;
		line-height: 12px;
	}
