/*
dark grey: #404040
deep Red: #CD0001
yellow: #FEBD2D
light brown: #B8B6B2
darker light brown: #938A7D
magenta: #D500D5
*/

body{
	font-family: tahoma,verdana,sans-serif;
	font-size: 10pt;
	color: #404040;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.tenPointWhite{
	font-family: Tahoma,sans-serif;
	color: #FFFFFF;
}
.tenPointRed{
	font-family: Tahoma,sans-serif;
	color: #CD0001;
}
.tenPointStd{
	font-family: Tahoma,sans-serif;
	color: #404040;
}
.footerMessage{
	font-size: 10pt;
	font-family: Tahoma,sans-serif;
	color: #938A7D;
}
.callBackTable{
	width: 99%;
}
.responseTable{
	font-family: Tahoma,sans-serif;
	font-size: 10pt;
	color: #000000;
	border: 1px solid #000000;
}
.callBackMssg{
	font-family: Tahoma,sans-serif;
	font-size: 10pt;
	color: #006699;
}
a:link,a:visited{
	font-family: arial;
	font-size: 10pt;
	color: #CD0001;
	text-decoration: none;
}
a:active,a:hover{
	font-family: arial;
	font-size: 10pt;
	color: #CD0001;
	text-decoration: none;
	border-bottom: 1px solid #938A7D;
}
a.basketNav:link,a.basketNav:visited{
	font-family: arial;
	font-size: 8pt;
	color: #CD0001;
	text-decoration: none;
}
a.basketNav:active,a.basketNav:hover{
	font-family: arial;
	font-size: 8pt;
	color: #CD0001;
	text-decoration: none;
	border-bottom: 1px solid #938A7D;
}
a.imgLinkPop:link,a.imgLinkPop:active,a.imgLinkPop:hover,a.imgLinkPop:visited{
	border: 1px dashed #938A7D;
	text-decoration: none;
}
.whiteHeader{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
.callBackComplete{
	background-color: #008000;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
.callBackNotComplete{
	background-color: #800000;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
select{
	font-family: Tahoma;
	font-size: 10pt;
}
.basketTitleRow{
	background-color: #938A7D;
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Tahoma,sans-serif;
}
.basketItem{
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma,sans-serif;
}
.basketItemRow{
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px dashed #938A7D;
}
