
		body {
			margin-top:20px;
			margin-bottom:20px;
			margin-right:10px;
			margin-left:10px;
			background-color:#333333;
			font-family:Helvetica,Verdana,Arial;
			font-size:12pt;
			color:#FFFFFF;
		}
		
		td {
			font-family:Helvetica,Verdana,Arial;
			font-size:12pt;
			color:#FFFFFF;
		}
		
		.mainTD {
			background-color:#595959;
			border-top:2px solid #000000;
			border-right:2px solid #000000;
			border-bottom:2px solid #000000;
		}
		
		.ptitle {
			font-family:Helvetica,Verdana,Arial;
			font-size:18pt;
			font-weight:bold;
			color:#FFFFFF;
		}
		
		.mainTB {
			background-color:#000000;
		}
		
		.mainTBW {
			background-color:#FFFFFF;
		}
		
		.buttonsMain {
			background-color:#660000;
			color:#FFFFFF;
			font-size:14pt;
			font-weight:bold;
			text-align:center;
			cursor:hand;
		}
		
		.buttonsMainOver {
			background-color:#D90000;
			color:#FFFFFF;
			font-size:14pt;
			font-weight:bold;
			text-align:center;
			cursor:hand;
		}
		
		.buttonsMainOn {
			background-color:#D90000;
			color:#FFFFFF;
			font-size:14pt;
			font-weight:bold;
			text-align:center;
			cursor:hand;
		}
		
		.borderLeft {
			background-image:url('../images/border_left_spacer.gif');
			background-repeat:repeat-y;
		}
		
		.navMainTB {
			border:2px solid #000000;
			background-color:#333333;
		}
		
		.subButtons {
			background-color:#595959;
			color:#FFFFFF;
			font-size:12pt;
			font-weight:bold;
			text-align:center;
			cursor:hand;
		}
		
		.subButtonsOver {
			background-color:#3333CC;
			color:#FFFFFF;
			font-size:12pt;
			font-weight:bold;
			text-align:center;
			cursor:hand;
		}
		
		.subButtonsOn {
			background-color:#3333CC;
			color:#FFFFFF;
			font-size:12pt;
			font-weight:bold;
			text-align:center;
			cursor:hand;
		}
		
		a {
			text-decoration:none;
			color:blue;
		}
		
		a:hover {
			text-decoration:none;
			color:red;
		}
		
		.model {
			font-size:10pt;
			font-weight:bold;
		}
		
		.large {
			font-size:18pt;
		}