body
{
	BACKGROUND-POSITION-X: center;
	background-image: url(images/usbks/bg_fd.jpg);
}
A.DepartmentUnselected
{
	color: #000080;
	font-family: Arial;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	padding-left: 15px
}

a:hover.DepartmentUnselected
{
	color: Red;
	padding-left: 15px;
}

A.DepartmentSelected
{
	color: green;
	font-family: Comic Sans MS;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	padding-left: 15px;
}

.DepartmentTitle
{
    color: green;
    font-family: Comic Sans MS;
    text-decoration: none;
    font-size:  24px;
    font-weight: bold;
    line-height: 15px;
    padding-left: 10px
}

.ListDescription
{
	color: Black; 
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;	
}
A.ProductUnselected
{
    color:Blue;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 10px;
    padding-left: 15px	
}

a:hover.ProductUnselected
{
	color:Red;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size:  12px;
	font-weight: bold;
	line-height: 16px;
	padding-left: 15px;
}

.ProductSelected
{
    color:Green;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 15px	
}
.ProductName
{ 
	color: Red; 
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}

.ProductDescription
{
	color: Black; 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;	
}

.ProductPrice
{
	color: Black; 
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;	
}
.FirstPageText
{
    color: Navy;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 9px;
    padding-left: 10px
}