	   BODY {
	   	font-family: Verdana, Arial, Helvetica, sans-serif;
	   	font-size: 12px;
	   	background-color : #B5BFCA;
	   }

	   A {
	   	color: #FFFF22;
	   	text-decoration : underline;
	   }

	   A:hover {
	   	color: #FFFF22;
		text-decoration : none;
	   }

	   .menu A {
	   	font-size: 12px;
	   	color: #FFFF22;
	   	text-decoration : none;
		font-weight: bold;
	   }

	   .menu A:hover {
	   	color: #FFFF22;
		text-decoration : underline;
		font-weight: bold;
	   }

	   TH {
		font-size: 30px;
		font-weight : bold;
	   }

	   TD {
	font-size: 12px;
	color: #FFFFFF;

	   }
	   
	   .box {
		border: 1 solid Black;
		font-size: 16px;
		background-color : #FFFFFF;
	   }
	   
	   .whiteOutline {
		border: 1 solid White;
	   }
	   
	   .footer {
	    color: #ffffff;
		border: 1 solid Black;
		font-size: 10px;
		font-weight : bold;
		background-color : #000000;
	   }
	   
	   .currentLocation {
	    color: #ffffff;
		font-size: 12px;
		font-weight : bold;
	   }

	   .content {
	    color: #ffffff;
		font-size: 12px;
	   }
	   
	   .contentTable {
	    color: #ffffff;
		font-size: 12px;
		border: 1 solid White;
	   }
	   
	   .contentTable TD{
		background-color : #788595;
	   }
	   
	   .banner-image {
	   	background: #fff url(../images/logo_thp.jpg) no-repeat;
		width: 687px;
		height: 117px;
	   }
	   
	   .banner-lines {
	   	padding-top: 60px;
	   	width:571px;
	   }
	   
	   .banner-line1,
	   .banner-line2 {
	   	font-family: Arial, Helvetica, sans-serif;
	   	font-size: 12px;
		text-align: right;
		color: #687787;
		margin: 0;
	   }

	   .banner-line1 {
	   	font-size: 18px;
	   }
	   
	   .banner-line2 {
	   	font-size: 16px;
	   }

	   @media print {
    	.noprint {display: none; }
	   }
