a	   { 
		font-weight: bold; 
		color: #0D0049; 
		text-decoration: underline; 
		}
a:link { 
		font-weight: bold; 
		color: #0D0049; 
		text-decoration: underline; 
		}
a:visited {
		font-weight: bold; 
		color: #0D0049;  
		text-decoration: underline;
		}
a:hover { 
		font-weight: bold; 
		color: #0D0049; 
		text-decoration: underline;
		}
P  {	
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11.5px;
		font-height: 11px;
		color: #2A4B3F;
		margin-left: 10px;
		margin-top: 5px;
	  }
UL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-height: 11px;
	color: #000000;
	font-weight: normal;
	  }
.footer {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #2A4B3F;
		line-height: 10px;
	  }
.header {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #2A4B3F;
		}
	
.popup {
	margin:0px;
	background:#FFFFFF url(images/popup_bg.jpg) top left repeat-x;
}