.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;
}

.cssTxtSmall  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
}



.cssTxtCalendarHeaders{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	background-color: #7B6335;
	color: white;
}
.cssTxtCalendarDays{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color: white;
}

.cssTxtCalendarBold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	background-color: #7B6335;
	color: white;
}

.cssTxtCalendarToday{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	background-color: #EDCA92;

}

.cssTxtCalendar{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	/*background-color: #7B6335;*/
	background-color: #DA9E2C;
}

.cssTxtCalendarTodayLink{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color: black;
}

.cssTxtCalendarEmptyDate {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	/*background-color: #DA9E2C;*/
	background-color: #7B6335;
}

.cssTxtSmallBold  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}

.cssTxtMed  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : normal;
}

.cssTxtStoreLocation  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color: #7B6335;
}


.cssTxtMedBold  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
}
.cssTxtBold  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	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 : 10pt;
	color: DA9E2C;
	font-weight: bold;
}

A.cssTxtCalendar {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size : 8pt;
	color: 185EAA;
}

A.cssTxtCalendarTodayLink:Hover,A.cssTxtCalendar:Hover {
	Color: Red;
}


/* Make sure if you change the link color that you change the link color in the file LAYOUT_HEADER_DSP.CFM */
A.LinkECECDC {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size : 10pt;
	color: DA9E2C;
}

A:Hover
{
	Color: red;
}

BODY.cssBackGround,BODY.cssBackGroundTipEdit
{
	font-family : Arial, Helvetica, sans-serif;
	color: 7B6335;
	background-color : #E1E6E9;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;	
}

/*
BODY.cssBackGroundTipEdit
{
	font-family : Arial, Helvetica, sans-serif;
	background-color : #61809D;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	scrollbar-base-color: #8BB4DA;
	scrollbar-face-color: #61809D;
	scrollbar-highlight-color: #444444;
	scrollbar-shadow-color: #61809D;
	scrollbar-darkshadow-color: #000000;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-arrow-color: #8BB4DA;
	scrollbar-track-color: #f7f7f0;
	BACKGROUND-POSITION: right bottom; 
	BACKGROUND-ATTACHMENT: fixed; 
	BACKGROUND-IMAGE: url(http://66.241.236.87/images/bkgrundtext.gif); 
	BACKGROUND-REPEAT: no-repeat;
}
*/

.cssHeaderCell{
	BACKGROUND-ATTACHMENT: fixed; 
	BACKGROUND-IMAGE: url(images/Header_bg.jpg); 
	BACKGROUND-REPEAT: no-repeat;
	vertical-align: middle;
	text-align: center;
	height: 124px;
}


BODY.cssBackGroundClear
{
	font-family : Arial, Helvetica, sans-serif;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
}

.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}
