body {
	background-color: #F5F5F9;
	margin: 0px;
	padding: 0px;
}
body, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 10pt; 
}
a:link {
color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.zag {
	font-size: 10px;
	font-weight: bold;
	color: #2526A1;
	text-transform: uppercase;
}
.small_bold {
	font-size: 10px;
	font-weight: bold;
}
.small {
	font-size: 10px;
}
h1{
	font-size: 16px;
	font-weight: bold;
	color: #2526A1;
	padding-top : 0px;
	margin-top : 0px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	text-align: center;
	font-style: italic;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #2526A1;
	padding-top : 0px;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;	
}
.maintable {

	background-color: #ECECF1;
	border: 1px solid #7272AB;
}
.search {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding-top : 0px;
	margin-top : 3px;
	padding-bottom : 3px;
	margin-bottom : 0px;	
}
input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding-top : 0px;
	margin-top : 3px;
	padding-bottom : 3px;
	margin-bottom : 0px;	

}
.ls {
	display: list-item;
	list-style-type: circle;
	color: #f00;
}
.ls:hover {
	display: list-item;
	list-style-type: disc;
	color: #0f0;
}

#old_price { text-decoration: line-through; }
#new_price { font-weight: bold; color: #f00; }
