.product_tbl {
	background-color: #D0E2EC;
	border: 1px solid #93ACBB;
}
.product_name {
	font-family: "MS Sans Serif";
	font-size: 12px;
	font-weight: normal;
	color: #245D88;
}
.product_detail {
	font-family: "MS Sans Serif";
	font-size: 10px;
	color: #00700B;
}
.generalFont {
	font-family: "MS Sans Serif";
	font-size: 14px;
}
.generalFontBlue {
	font-family: "MS Sans Serif";
	font-size: 14px;
	color: #366985;
}
body {
	background-color: #5E92B1;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.footerFont {
	font-family: "MS Sans Serif";
	font-size: 12px;
	color: #234456;
}
a:link {
	color: #81B7ED;
	text-decoration: none;
}
a:visited {
	color: #81B7ED;
	text-decoration: none;	
}
a:hover {
	color: #2B6DBF;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
	text-decoration: underline;
}
.blueButton {
	background-image: url(../images/bg_bar_blue3.gif);	
	border: 1px solid #000000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;	
	color: #000000;	
}
.blueInput {
	background-color: #E0EBF1;
	border: 1px solid #4A84A6;
	font-family: Verdana;
	font-size: 12px;
	color: #0E547E;
}