a {text-decoration: none; color: #0053CE} 
a:hover {color:#FF6600} 

.Link {
	font-family: Calisto;
	color: #0049B7;
	font-size: 16;
}

.ProductListing1 {
	font-size: 12;
	font-family: Georgia;
	font-weight: bold;	
}
.ProductListing2 {
	font-size: 12;
	font-family: Calisto;
}
.ProductListing3 {
	font-size: 12;
	font-family: Arial;
}

.PrintHead {
	font-size: 20;
	font-family: Calisto;
	text-decoration:underline;
}
.PrintBotm {
	font-size: 12;
	font-family: Tahoma;
}

.Date {
	font-size: 14;
	font-family:"Times New Roman", Times, serif;
	color:#666666;
}

.Ariall {
	font-size: 13;
	font-family:tahoma;
	color:#666666
}

.Time {
	font-size: 14;
	font-family:tahoma;
	color:#232323;
}
.SmallFooter {
	font-size: 12;
	font-family:Arial;
}

.H1 {
	color: #0053CE;
	font-family: Georgia;
	font-weight: bold;
	font-size: 25px;
}
.H2 {
	color: #0053CE;
	font-family: Georgia;
	font-weight: bold;
	font-size: 20px;
}
.H3Orange {
	color:#FF6600;
	font-family: Georgia;
	font-weight: bold;
	font-size: 20px;
}

.H4 {
	font-size: 17px;
	font-family: Georgia;
	font-weight:bold;
}
.H5 {
	font-size: 17px;
	font-family: Arial;
	font-weight:bold;
}
.H6 {
	font-size:17px;
	font-family: Arial;
	font-weight:bold;
	color:#FF0000;
}
.Form {
	font-size:16px;
	font-family: Georgia;
}
.SearchResult {
	font-size:12px;
	font-family: Arial;
	color: #555555;
}
.White {
	color:#FFFFFF;
	font-weight:bold;
	font-size:15px;
	font-family: Georgia;
}
.White2 {
	color:#FFFFFF;
	font-weight:bold;
	font-size:15px;
	font-family:Georgia;
}
.White3 {
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	font-family:Georgia;
}

.Black {
	font-size:13px;
	font-family: Tahoma;
}
.Tahoma {
	font-size:14px;
	font-family: Tahoma;
}

.Bblack {
	font-size:14px;
	font-family: Tahoma;
	font-weight:bold;

}

.Red {color:#FF0000}

print { 
display: none;
    }
    /* Specifies how tags With these classes are printed */
@media print {
    	/* All the form elements under the class bellow will Not be printed */
.noprint {
display: none;
    	}
    }
-->
