TD {
	color: #666666;
	font-size: 11px;
	font-family: arial;
}
body{
	margin: 0px;
	padding: 0px;
}
input {
	background-color: #FFFFFF;
	color: #333333;
	border: 1px solid #333333;
}

/*LINK CLASSES*/
A.nav{
	color: #666666;
	font-size: 13px;
	font-family: arial;
	}
	
	A.nav:HOVER{
	color: #666666;
	font-size: 13px;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
	}

A {
	color: #00adef;
	font-size: 12px;
	font-family: arial;
	text-decoration: none;
}

A:HOVER {
	color: #00adef;
	font-size: 12px;
	font-family: arial;
	text-decoration: underline;
}

A.wht {
	color: #FFFFFF;
	font-size: 11px;
	font-family: arial;
	text-decoration: none;
}

A:HOVER.wht {
	color: #FFFFFF;
	font-size: 11px;
	font-family: arial;
	text-decoration: underline;
}

A.blk {
	color: #333333;
	font-size: 11px;
	font-family: arial;
	text-decoration: none;
}

A:HOVER.blk {
	color: #333333;
	font-size: 11px;
	font-family: arial;
	text-decoration: underline;
}

A.smlblk {
	color: #333333;
	font-size: 10px;
	font-family: arial;
	text-decoration: none;
}

A:HOVER.smlblk {
	color: #333333;
	font-size: 10px;
	font-family: arial;
	text-decoration: underline;
}

A.prodrange {
	color: #999999;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration: none;
}

A.prodrange:HOVER {
	color: #00adef;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration: underline;
}
/*CONTENT CLASSES*/

.checkoutHeader{
	color: #00adef;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
}

.checkoutSubHeader {
	color: #927c65;
	font-size: 15px;
	font-family: tahoma;
	font-weight: bold;
	margin-bottom: 50px; 
	padding-left: 10px;
}

.pghd {
	color: #927c65;
	font-size: 27px;
	font-family: tahoma;
	font-weight: bold;
	vertical-align: top; 
	padding-top: 23px; 
	padding-left: 10px;
}

A.pghd:HOVER {
	color: #715b44;
	font-size: 27px;
	font-family: tahoma;
}

.pghd2{
	color: #927c65;
	font-size: 22px;
	font-family: tahoma;
	font-weight: bold;
	vertical-align: top; 
	padding-top: 26px; 
	padding-left: 10px;
}

A.pghd2:HOVER {
	color: #715b44;
	font-size: 22px;
	font-family: tahoma;
}


.sbhd {
	color: #00adef;
	font-size: 22px;
	font-family: tahoma;
}

.sbhd1 {
	color: #666666;
	font-size: 13px;
	font-family: tahoma;
}

.smlblk {
	color: #333333;
	font-size: 10px;
	font-family: arial;
}

.wht {
	color: #FFFFFF;
	font-size: 11px;
	font-family: arial;
}
.error{
	color: #CC3300;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}


