.cssBgWhite  {
	background-color : FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
}

.cssTxtWarning  {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	color : RED;
}

.cssTxtError  {
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	color : red;
}

.cssTxtSuccess  {
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	color : green;
}


.cssTxtSmall  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	line-height: 16px;
}

.cssTxtSmallBold  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
}

.cssTxtMed  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
}

.cssTxtMedBold  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}
.cssTxtBold  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
}
.cssTxtTitle  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18pt;
	font-weight : bold;
}
.cssBGWarning  {
	background-color : B4BDEB;
	font-family : Arial, Helvetica, sans-serif;
}

.cssBGWarningTxtMed  {
	background-color : B4BDEB;
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
}

/* Make sure if you change the link color that you change the link color in the file LAYOUT_HEADER_DSP.CFM */
A {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size : 8pt;
	color: BLUE;
}

A:Hover
{
	Color: RED;
}

BODY.cssBackGround
{
	font-family : Arial, Helvetica, sans-serif;
	background-color : #CCCCCC;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	/*
	scrollbar-base-color: #8f9d76;
	scrollbar-face-color: #c3cab5;
	scrollbar-highlight-color: #444444;
	scrollbar-shadow-color: #c3cab5;
	scrollbar-darkshadow-color: #000000;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-arrow-color: #8f9d76;
	scrollbar-track-color: #f7f7f0;
	*/
}

.cartInfo {
	font-family : Arial, Helvetica, sans-serif;
	color: #336600;
	font-weight: bold;
	font-size : 10pt;
}
