.textBlack {
	font-family : Verdana, Tahoma,Arial;
	font-size : 10pt;
	font-weight : normal;
	color : Black;
}

.orderDetails {
	font-family : Verdana, Tahoma, Arial;
	font-size : 11pt;
	font-weight : normal;
	color : Black;
}
.orderDetailsBold {
	font-family : Verdana, Tahoma,Arial;
	font-size : 11pt;
	font-weight : bold;
	color : Black;
}

p {
	font-family : Verdana, Tahoma,Arial;
	font-size : 10pt;
	font-weight : normal;
	color : Black;
}
.textBigBlack {
	font-family : Arial, Verdana, Tahoma;
	font-size : 14pt;
	font-weight : normal;
	color : Black;
}
.textBigWhite {
	font-family : Arial, Verdana, Tahoma;
	font-size : 14pt;
	font-weight : normal;
	color : White;
}
.textItemDescription {
	font-family : Arial;
	font-size : 9pt;
	font-weight : normal;
	color : Black;
}
.textbdBlack {
	font-family : Verdana, Tahoma,Arial;
	font-size : 10pt;
	font-weight : bold;
	color : Black;
}
.textbdWhite {
	font-family : Verdana, Tahoma,Arial;
	font-size : 10pt;
	font-weight : bold;
	color : White;
}
.textbigbdRed {
	font-family : Verdana, Tahoma,Arial;
	font-size : 12pt;
	font-weight : bold;
	color : Red;
}
.textitBlack {
	font-family : Verdana, Tahoma,Arial;
	font-size : 10pt;
	font-weight : normal;
	font-style: italic;
	color : Black;
}
.textbdBlackItem {
	font-family : Arial;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : underline;
	color : #999999;
}
.textsmBlack {
	font-family : Verdana, Tahoma,Arial;
	font-size : 8pt;
	font-weight : normal;
	color : #000000;
}
.textsmBlackstrike {
	font-family : Verdana, Tahoma, Arial;
	font-size : 8pt;
	font-weight : normal;
	color : #000000;
	text-decoration: line-through;
}
.textsmbdBlack {
	font-family : Verdana, Tahoma,Arial;
	font-size : 8pt;
	font-weight : bold;
	color : Black;
}
.textbreadcrumb {
	font-family : Verdana, Tahoma,Arial;
	font-size : 8pt;
	font-weight : bold;
	text-decoration : underline;
	color : Black;
}
.textsmbdWhite {
	font-family : Verdana, Tahoma,Arial;
	font-size : 8pt;
	font-weight : bold;
	color : White;
}
.textsmbdRed {
	font-family : Verdana, Tahoma,Arial;
	font-size : 8pt;
	font-weight : bold;
	color : Red;
}
.errorText {
	font-family : Verdana, Tahoma,Arial;
	font-size : 8pt;
	font-weight : bold;
	color : #990000;
}
.textsmWhite {
	font-family : Verdana, Tahoma,Arial;
	font-size : 8pt;
	font-weight : normal;
	color : #ffffff;
}
.textWhite {
	font-family : Verdana, Tahoma,Arial;
	font-size : 10pt;
	font-weight : normal;
	color : White;
}
.textsmGray {
	font-family : Verdana, Tahoma,Arial;
	font-size : 8pt;
	font-weight : normal;
	color : #999999;
}
.textsmDarkGray {
	font-family : Verdana, Tahoma,Arial;
	font-size : 8pt;
	font-weight : normal;
	color : #666666;
}
.head {
	font-family :  Arial;
	font-size : 16pt;
	font-weight : bold;
	color : #333333;
}
.redhead {
	font-family :  Arial;
	font-size : 16pt;
	font-weight : bold;
	color : Red;
}

 A:link {
   
    color: ff0000;
    text-decoration: none;
}
         
A:visited {
    color:#999999;
    text-decoration: none;
}
         
A:active {
   color: #ff0000;
   text-decoration: none;
}
        
A:hover	{ color: #ff0000; 
}
         
body {
	background-color: white;
	margin: 0px;
	padding: 0px;
}
        
ul { list-style-image:url(graphics/check_marksm.gif); }

