	#container
	{
		position: absolute;
		left:50%;
		width:800px;
		margin-left: -400px;


	}
	#content
	{
		margin-top: 0px;
		padding-top:0px;

	}
	
	input.inputbox
	{
		
		FONT-SIZE: 8pt;
		BACKGROUND: white;
		color:#990000;
		border:#003333 1px solid; 
		
	}
	table.pci_dss_list
	{
		font-family:Arial;
		font-size:12px;
	}
	
	table.pci_dss_list tr td.fst
	{
		font-weight:bold;
		text-align:right;
		padding-right:2px;
	}
	
	table.compliance
	{
		font-family:Arial;
		font-size:14px;
		font-weight:bold;
		color:#003333;
	}
	
	table.compliance tr td
	{
		text-align:left;
		padding-left:5px;
	}
	
	table.compliance tr td.comp_left
	{
		padding-left: 50px;
		
	}
	
	a:link
	{
		color:#003333;
	}
	a:visited
	{
		color:#003333;
	}
	a:hover
	{
		color:#990000;
		text-decoration:none;
	}
	
	a.now:link
	{
		color:#2645B0;
	}
	a.now:visited
	{
		color:#2645B0;
	}
	a.now:hover
	{
		color:#3C5ED5;
		text-decoration:none;
	}
	
	a.offer:link
	{
		color:#990000;
	}
	
	a.offer:visited
	{
		color:#990000;
	}
	
	a.offer:hover
	{
		color:#C00000;
		text-decoration:none;
	}
	
	.text_box_common
	{
		font-size:12px;
	}
	
	.text_box_strong
	{
		color:#990000; font-weight:bold;
	}
	.text_box_italic
	{
		color:#CC6600;
		font-style:italic;
		font-weight:bold;
	}
	
	.red_medium_header
	{
		
		font-weight:bold;
		font-size:15px;
		color:#990000;
		text-align:center
	}
		
	#copyright_bar
	{
		border-top: 1px solid #cacaca;
		border-bottom: 1px solid #cacaca;
		margin: 10px 0 10px 0;
		height:15px;
		
		font-size:11px;
		padding: 5px;
		color:#8A8A8A;
	}

	
	
input.submit
{ 

	background: #DEDEDE;
	border: 1px solid #999999;
	margin-top: 7px;
	height:23px;
	width:103px;
	
	font-size:12px;
	font-weight:bold;
	color:#990000;
	
	cursor: pointer;
}
input.submit:hover	
{ 
	background-color:#CCCCCC;
}
body
{
	font-family: sans-serif;
	font-size: 14px;
}	
.null
{
	padding:0px;
	margin:0px;
}
.ohidden
{
display: none;
}
.ovisible {
	
}