body{
 background-color:#fcf8df;
}
A  {
        COLOR : #167f61;
        font-family : Arial, Helvetica, sans-serif;
        font-size : 11px;
        text-decoration : none;
}

A:hover  {
        TEXT-DECORATION : underline;
}
A.green  {
        COLOR : #167E63;
        font-family : Arial, Helvetica, sans-serif;
        font-size : 10px;
        text-decoration : underline;
}

A.green:hover  {
        TEXT-DECORATION : underline;
}

A.txt  {
        COLOR : #ffffff;
        font-family : Arial, Helvetica, sans-serif;
        font-size : 11px;
        text-decoration : none;
}



A.txt:hover  {
        TEXT-DECORATION : underline;
        COLOR : #D8C662;
}

.textbox {
        border-top-style : solid;
        border-top-color : Black;
        border-top-width : 1px;
        border-left-color : Black;
        border-left-style : solid;
        border-left-width : 1px;
        border-right-color : Black;
        border-right-style : solid;
        border-right-width : 1px;
        border-bottom-color : Black;
        border-bottom-style : solid;
        border-bottom-width : 1px;
        font-size : 12px;
        color : Black;
        vertical-align : middle;
}

.green  {
        COLOR : #167E63;
        font-size : 10px;

}

.date  {
        COLOR : #167f61;
        FONT : normal 12px tahoma;
}

.toplink  {
        COLOR : White;
        FONT : bold 11px Arial, Helvetica, sans-serif;
}

.bottomlink  {
        COLOR : #167f61;
        FONT : bold  11px tahoma;
}

.normal  {
        COLOR : #167f61;
        FONT : normal 12px tahoma;
}

.12normalwhite  {
        COLOR : white;
        FONT : normal 12px tahoma;
}

.12normalyellow  {
        COLOR : #d8c55f;
        FONT : normal 12px tahoma;
}

.12bold  {
        COLOR : #167f61;
        FONT : bold 12px tahoma;
}

.12boldwhite  {
        COLOR : white;
        FONT : bold 12px tahoma;
}

.subtitle  {
        COLOR : #167f61;
        FONT : bold 18px tahoma;
}

.standard  {
        COLOR : #000000;
        FONT : normal 12px tahoma;
}

.copyright  {
        COLOR : White;
        FONT : 11px Arial, Verdana, Geneva, Helvetica, sans-serif;
}

.warning{
        COLOR : Red;
        font : bold 12px Arial, Helvetica, sans-serif;
}

.bg_product
{
	background-color: #FFFFCC;
	border-top: medium double #CCCC66;
	border-right: medium double #CCCC66;
	border-bottom: medium double #CCCC66;
	border-left: medium double #CCCC66;
}
	
.button
{
	background-color: #E9E9AF;
	font-size: 11px;
	font-weight: bold;
	color: #336666;
	border-top: solid 1px #009966;
	border-bottom: solid 1px #009966;
	border-right: solid 1px #009966;
	border-left: solid 1px #009966;
	cursor: pointer;
}
	
.DialogTitle
{
color:#ffffff;
background-color: #167e63;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
text-decoration:none;
}
.cart_bgclass
{
background-color: #fcf8df ;
}
.cart_bgclass2
{
background-color:#ffffff;
}

.error
{
color:#FF0000; 
}