body.index{/* body for index onli*/
background-color : #666666;
font-size : 10pt;
font-family : "Trebuchet MS";
}
body{/*general font n size*/
font-size : 10pt;
font-family : "Trebuchet MS";
}
div{
font-size : 10pt;
font-family : "Trebuchet MS";
}
body.milk{/* milk color body for most of the pages*/
color: #FFFFCC; 
font-size : 10pt;
font-family : "Trebuchet MS";
}
table {
	background-position: center;
	/*background-repeat: no-repeat;*/
}
table.milk{/*milk color table colume*/
background-color : #FFFFCC;
font-size : 10pt;
font-family : "Trebuchet MS";
}
td.blue{/*table colume with blue background */
font-family : "Trebuchet MS";
font-size : 10pt;
background-color : #0099CC;
color: #FFFFFF;
}
td.orange{/*table colume with orange background */
font-family : "Trebuchet MS";
font-size : 10pt;
background-color : #FF6600;
color: #FFFFFF;
}
td.white{/*table colume with white background */
background-color : #FFFFFF;
font-family : "Trebuchet MS";
font-size : 10pt;
color: #666666;
}

.orange{/*orange txt for login header*/
font-size : 10pt;
font-family : "Trebuchet MS";
color: #FF6600;
}
.white{/*white txt*/
font-size: 12pt;
color: #FFFFFF;
}

b.red{/*bold red txt*/
font-size : 10pt;
font-family : "Trebuchet MS";
color: #FF0066;
}
b.blue{/*bold blue txt*/
font-size : 12pt;
font-family : "Trebuchet MS";
color: #000099;
}
.style1 {
	font-size: 10pt;
	font-family: "Trebuchet MS";
}
.grey {/*grey words */
	font-size : 10pt;
	color: #666666;
	font-family : "Trebuchet MS";
}
.prodtxt {/* txt for product*/
	font-size: 13px;
	color: #0000FF;
}
.small {/*small txt */
	font-size: 8pt;
}

.smallwhite {/*white color small txt  */
color: #FFFFFF;
font-size: 8pt;

}

.bigGreenishblue{
color : #006699;
font-size: 20;
}

.blue{
color:#0000FF;
font-size : 10pt;
font-family : "Trebuchet MS";
}

.littleblue{
color: #006699;
font-size : 10pt;
font-family : "Trebuchet MS";
}
/*-------------------------------------------------*/


.catsrch {
	width : 170px;
}

.CartHeader {

}

.CheckOutContent {
	color : #333333;
}

.ConfirmContent {
	color : #333333;
}

.PurchaseContent {
}

.TableContent {
}

.NoticeContent {
}

.ErrMsg {
	color : #ff0000;
}

a {
	text-decoration : underline;
}

a:hover {
	text-decoration : underline;
}

.AdminNav {
	font-family : arial;
	font-size : 12px;
	background-color : #c0c0c0
}

.AdminTitle {
	font-family : verdana;
	font-size : 14px;
}

.AdminTableCell {
	font-family : arial;
	font-size : 12px;
	background-color : #E4E4E4;
}

.HeaderLink {
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
}

.HeaderLink2 {
	font-size : 11px;
	color : #666666;
	text-decoration : none;
}

.HeaderLink3 {
	color : #000000;
	text-decoration : none;
}

.CartLink {
	color : #ffffff;
}

.CartLink2 {
	font-family : arial;
	color : #000000;
}

.CatLink {
	font-family : arial;
	font-size : 12px;
	color : #000099;
}

.SignUpLink {
	font-family : arial;
	font-size : 12px;
}

.border {
	border : 1px solid #333333;
}

