BODY, H1, H2, H3, H4, H5, TH, THEAD, TFOOT, TD, INPUT, TEXTAREA, OPTION, SELECT {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	

BODY
{
	left: 0px;
	margin: 0px;top: 0px;
	background-color: white;
	padding: 10px 0px 0px 0px;
}

FORM
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	word-spacing: normal;
	text-transform: none;
	color: #5986C5;
	font-style: normal;
	letter-spacing: normal;
	text-decoration: none;
}

H1
{
	font-weight: 700;
	font-size: 1.5em;
}	

H2
{
	font-weight: bold;
	font-size: 1.4em;
}	
		
H3	{	
	font-size:	1.3em;
	font-weight:	500;
	}	
		
H4	{	
	font-size:	1.2em;
	font-weight:	500;
	}	
		
H5, DT	{	
	font-size:	1em;
	font-weight:	700;
	}	
		
H6	{	
	font-size:	.8em;
	font-weight:	700;
	}	

TFOOT, THEAD	{	
	font-size:	1em;
	}	

TH
{
	color: white;
	background-color: gray;
}	

TD
{
	font-size: 8pt;
}


A, A:link, A:visited, A:active	{	
	color:	#5986C5;
	text-decoration: none;
	font-weight:bold;
}	
		
A:hover	{	
	color: white;
	background-color: #5986C5;
	text-decoration: none;	
}

SMALL	{	
	font-size:	8pt;
	}	

BIG	{	
	font-size: 14px;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI
{
	list-style-type: decimal;
}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

OPTION, SELECT
{
	background-color: Transparent;
}

.fontH1, .fontH2, .fontH3, .fontH4, A.fontH1, A.fontH2, A.fontH3, A.fontH4
{
	color: #5986C5;
	text-decoration: none;
}

A.fontH3:hover 
{
	background-color:#5986C5;
	color: white;
	text-decoration: none;
}

.fontH1
{
	font-size:	36px;
	font-weight:	700;
}

.fontH2
{
	font-weight: bold;
	font-size: 18px;
}

.fontH3
{
	font-weight: bold;
	font-size: 14px;
}

.fontH4
{
	font-weight: bold;
}

.fontBreadcrumbs
{
}

.fontDisabled {
	text-decoration: line-through;
	color:Gray;
}

A.fontDisabled, A.fontDisabled:link, A.fontDisabled:visited, A.fontDisabled:active, A.fontDisabled:hover {
	text-decoration: line-through;
	color:Gray;
}

.fontError
{
	font-weight: bold;
	color: #cc0000;
}

.fontBlack
{
	font-size: larger;
	color: black;
	line-height: 12pt;
}

A.fontBlack, A.fontBlack:link, A.fontBlack:visited, A.fontBlack:active
{
	color:Black;
}

A.fontBlack:hover {
	color:White;
	background:Black;
}

.fontBlue
{
	font-weight: bold;
	color: Blue;
}

.fontGray {
	color: Gray;
}

.fontRed {
	font-family: Verdana, Helvetica, sans-serif;
	color:Red;
}

A.fontRed, A.fontRed:link, A.fontRed:visited, A.fontRed:active
{
	color:Red;
}

A.fontRed:hover {
	color:White;
	background:Red;
}

.fontListPrice {
	text-decoration: line-through;
}

.fontMessage
{
	font-weight: bold;
	font-size: 18px;
	width: 100%;
	color: #336699;
	text-align: center;
}

.fontSpecial
{
	color: #ff0000;
}

.fontTunnelTitle
{
	FONT-SIZE: 24px; 
	COLOR: white; 
}

.fontTotal
{
	font-size: 16px; 
	font-weight: bold;
}

.bgPage
{
	background-color: White;
	color: Black;
}

.bgBody
{
	background-color: white;
	color: Black;
}


.bgBlack	{	
	text-decoration:	none;
	color:	white;
	background-color: black;
	}	

.bgPrimary, A.bgPrimary, A.bgPrimary:link, A.bgPrimary:visited, A.bgPrimary:active	{	
	text-decoration:	none;
	color:	white;
	background-color: #5986C5;
	}	
		
A.bgPrimary:hover	{	
	color: white;
	background-color: #5986C5;
}
	
.bgSecondary, A.bgSecondary, A.bgSecondary:link, A.bgSecondary:visited, A.bgSecondary:active
{
	color: White;
	background-color: #A6B9DE;
}

	
A.bgSecondary:hover	{	
	color: Black;
	background-color: White;
}	

/*		
.bgTertiary, A.bgTertiary, A.bgTertiary:link, A.bgTertiary:visited, A.bgTertiary:active
{
	color: White;
	background-color: #FDB933;
	text-decoration:	none;
}
	
A.bgTertiary:hover	{	

}
*/

.bgAlternate
{
	background-color: #F2F2F2;
}

.bgTransparent, A.bgTransparent, A.bgTransparent:hover
{
	background-color:  Transparent; 
}

.bgTunnelBody
{
	BACKGROUND-COLOR: white;
}

.bgProgressBar
{
	border: 1px solid #636563;
	background-color: #FFFFFF;
}

.spaceV1 
{
	font-size: 1px
}

.spaceV5
{
	font-size: 5px;
}

.spaceV8
{
	font-size: 8px;
}

.spaceV10
{
	font-size: 10px
}

.borderAllx1
{
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
}

.bgGray
{
	background-color: #F2F2F2;
	color: Black;
}

.borderSecondary
{
	border-right: #660000 1px solid;
	border-top: #660000 1px solid;
	border-left: #660000 1px solid;
	border-bottom: #660000 1px solid;
}

.bgWhite, A.bgWhite:link, A.bgWhite:visited, A.bgWhite:active
{
	color: black;
	background-color: white;
	text-decoration: none;
}

A.bgWhite:hover	{	

}

.btnPrimary
{
	border: solid 1px black;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 10px;
	background-image: url(/KFB/images/b_TileRed.gif);
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	text-align:center;
	cursor:hand;
}

.btnRed
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px black;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	background-image: url(/KFB/images/b_TileRed.gif);
	color: white;
	text-align:center;
	cursor:hand;
}

A.btnPrimary, A.btnPrimary:link, A.btnPrimary:hover, A.btnPrimary:visited, A.btnPrimary:active
{
	border-right: Black 1px solid;
	padding-right: 10px;
	border-top: Black 1px solid;
	padding-left: 10px;
	padding-bottom: 3px;
	border-left: Black 1px solid;
	cursor: hand;
	color: white;
	padding-top: 3px;
	border-bottom: Black 1px solid;
	text-align: center;
	text-decoration: none;
}

.btnLink
{
	border-right: black 3px double;
	padding-right: 10px;
	border-top: black 3px double;
	padding-left: 10px;
	font-weight: bold;
	font-size: 10px;
	background-image: url(/KFB/images/b_TilePrimary.gif);
	padding-bottom: 2px;
	border-left: black 3px double;
	cursor: hand;
	color: white;
	padding-top: 2px;
	border-bottom: black 3px double;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	text-align: center;
	text-decoration: none;
}

.bgBanner
{
	background-image: url(/KFB/images/banner_Background.gif);
	color: white;
	background-repeat: no-repeat;
}

.fontBanner, A.fontBanner:link, A.fontBanner:visited, A.fontBanner:active
{
	color: white;
	background-color: Transparent;
	text-decoration: none;
}

A.fontBanner:hover	{	
	color: black;
	background-color: white;
	text-decoration: none;
}

.ORDER_STEP_CURRENT
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #A6CAF0;
}

.ORDER_STEP_LINK
{
	font-weight: bold;
}

.L
{
	font-size:12pt;
}

.M
{
	font-size:10pt;
}

.borderGroove
{
	border-right: #c200ff inset;
	border-top: #c200ff inset;
	border-left: #c200ff inset;
	border-bottom: #c200ff inset;
}