/* New UK styles */
/*================*/
/* Basic Tag Override styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #666666;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

input, textarea, select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

A{	color:#003366}
A:visited{color:#003366;}
A:hover {color: #FF6600;}

HR
{
	height:1px;
	color:#003366;
}

/*================*/

.bkrnd {background-color: #666666;}

.bodyGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
/*============*/
.navSml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

A.navSml:visited {color:#FFFFFF}
A.navSml:hover {color:#FF6600}

.navSub {
	font-size: 11px;
	color: #003366;
	text-decoration: none;
	line-height: 16px;
	font-weight: bold;
}
.navBody 
{
	font-size: 11px;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

/*============*/
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
h2
{
	font-size: 16px;
	font-weight: bold;
	color: #444444;
}
h3
{
	font-size: 14px;
	font-weight: bold;
	color: #444444;
}
.title 
{
	font-size: 16px;
	font-weight: bold;
	color: #444444;
}
/*============*/

.border {
	border: #CCCCCC 2px solid;
	background-color: #FFFFFF;
	vertical-align: top;
}


.left {
/*	border: blue 2px solid; */
	background-color: #DDDDDD;
	vertical-align: top;

	width: 186px;
	padding: 8px;
}
.left2 {
/*	border: blue 2px solid; */
	background-color: #DDDDDD;
	vertical-align: top;
	width: 186px;
}

.top {
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-left: #CCCCCC 2px solid;
	border-right: #CCCCCC 2px solid;
	border-top: #CCCCCC 2px solid;
	background-color: #003366;
	vertical-align: middle;
	text-indent: 8px;
}
.bottom {
	height: 10px;
	border-left: #CCCCCC 2px solid;
	border-right: #CCCCCC 2px solid;
	border-bottom: #CCCCCC 2px solid;
	background-color: #003366;
}
/*============*/
 .HelpStyleHeader1
 { 
	font-size:16px;
	font-weight:bold
 }
 
  .HelpStyleHeader2
 { 
	font-size:15px;
	font-weight:bold
 }
 
 .HelpStyleHeader3
 { 
	font-size:13px;
	font-weight:bold
 }
 /*============*/
  .MediumImage{
	border:1px solid #CCCCCC;	
 }
 
 .bodyPadded {
	font-size: 12px;
	color: #333333;
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* table column headers */
.titleWhite {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

/* border for table around cart contents*/
.tableBorder
{
	border: 2px solid #CCCCCC
}

/* backgrounds for cart contents table*/
.tableHeadRow
{
	background-color:#003366;
}

.error
{
	font-weight:bold;
	color:red;
	font-size:12px
}

.errorBox
{
	font-weight:bold;
	color:red;
	border: 1px solid red;
	padding:3px;

}






