body
	{
			font-family: Arial, Helvetica, sans-serif;
	}

.text{		font-family: Arial, Helvetica, sans-serif;		font-size: 12px;		line-height: 150%;		}
	.reco{		font-family: Times New Roman, Times, serif;		font-size: 14px;		line-height: 150%;
		margin-top:10px;		}.recoi{		font-family: Times New Roman, Times, serif;		font-size: 14px;		line-height: 130%;
		font-style:italic;		margin-top:-12px;	}tr.border_bottom th {
  border-bottom:1pt solid #777;
  padding-left: 3px; 
  padding-right: 2px; 
}th {font-size:11px; font-weight:normal;background-color:#FFF; color: #777; padding: 5px; line-height: 100%; width:55px; height:30px;}th:hover {background-color:#96EEFF;line-height: 100%;}td {font-size:14px; vertical-align:top; padding: 5px; line-height: 100%;}td:hover {background-color:#96EEFF; vertical-align:top; line-height: 100%;}a:link {color:#BBB;}    /* unvisited link */a:visited {color:#BBB;} /* visited link */a:hover {color:#0000FF;}   /* mouse over link */a:active {color:#005FEE;}  /* selected link */.gray {color: #BBB; font-style: italic;}.dkgray {color: #888;}.header {font-size:14px; background-color:#fff; color: #888;}.help {				font-family: "Arial", Helvetica, sans-serif;
				font-size: 21px;
				line-height: 100%;
				position:absolute;
				right:20px;
				top:-12px;
	}		.sub {margin-top: 0px; margin-right: -60px; float:right;}	.sub2 {margin-top: 10px; margin-right: -70px; float:right;}.warning {	background-color:#EE0000;	color:#ffffff;	line-height: 100%;	font-size:130%;	border:4px solid #ffff00;	border-radius:55px;	width: 600px;	padding: 5px;	}	.titlebox
	{
	width: 454px;
	font-size: 138%;
	}
			.tg-table-light 
				{ 
				border-collapse: collapse; 
				border-spacing: 0; 
				}
				
			.tg-table-light td, .tg-table-light th 
				{ 
				background-color: #fff; 
				border: 1px #bbb solid; 
				color: #333; 
				font-family: sans-serif; 
				font-size: medium; 
				padding: 10px; 
				vertical-align: top; 
				}
				
			.tg-table-light .tg-even td  
				{ 
				background-color: #eee; 
				}
				
			.tg-table-light th  
				{ 
				background-color: #000; 
				color: #fff; 
				font-size: 110%; 
				font-weight: normal; 
				vertical-align: middle
				}
				
			.tg-table-light tr:hover td, .tg-table-light tr.even:hover td  
				{ 
				color: #222; 
				background-color: #96EEFF; 
				}
				
			.tg-bf 
				{ 
				font-weight: bold; 
				} 
				
			.tg-it 
				{ 
				font-style: italic; 
				}
				
			.tg-left 
				{ 
				text-align: left; 
				} 
				
			.tg-right 
				{ 
				text-align: right; 
				}
				
			.tg-center 
				{ 
				text-align: center; 
				}
			.bold
				{
				font-weight:bold;
				}
			.rp
				{
				float:right;
				}	
				
						.intro 
				{
				font-family: "Times New Roman", Times, serif;
				font-size: 38px;
				line-height: 100%;
				font-style:italic;
				color: #222;
				}

			.list 
				{
				font-family: "Arial", Helvetica, sans-serif;
				font-size: 18px;
				line-height: 100%;
				}
			.back 
				{
				font-family: "Arial", Helvetica, sans-serif;
				font-size: 24px;
				line-height: 100%;
				position:absolute;
				left:10px;
				top:-12px;

				}
	
			.introh 
				{
				font-family: "Arial", Helvetica, sans-serif;
				font-size: 42px;
				line-height: 100%;
				font-weight: bold;
				text-transform:uppercase;
				}
				
			.introhh 
				{
				font-weight: bold;
				font-family: "Arial", Helvetica, sans-serif;
				font-size: 35px;
				line-height: 100%;
				text-align: center;
				}
				
			.introlt 
				{
				font-family: "Arial", Helvetica, sans-serif;
				font-size: 35px;
				line-height: 100%;
				text-align: center;
				text-decoration:line-through;
				}
			.l1 
				{
				font-family: "Arial", Helvetica, sans-serif;
				font-size: 18px;
				line-height: 170%;
				text-transform:uppercase;
				font-weight:bold;
				}				
			.l2 
				{
				font-family: "Arial", Helvetica, sans-serif;
				font-size: 18px;
				line-height: 170%;
				text-transform:capitalize;
				font-weight:bold;
				}	
			.l3 
				{
				font-family: "Arial", Helvetica, sans-serif;
				font-size: 18px;
				line-height: 170%;
				text-transform:none;
				font-weight:normal;
				font-style:italic;
				}	





#slideout {
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index:99;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#slideout_inner {
  position: fixed;
  bottom: 10px;
  right: -240px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#slideout:hover {
  right: 240px;
}
#slideout:hover #slideout_inner {
  right: 0;
}



