/* Font List */
body {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	font-size: 12px;
	line-height: 18px;
	color: #383838; 
}
table {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	font-size: 12px;
	line-height: 18px;
	color: #575656; 
}
.smallfont {
	font-family: "Verdana", "sans-serif";
	font-size: 9px;
	line-height: 12px;
}
.font {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	font-size: 12px;
	line-height: 18px;
}
.Bigfont {
	font-size: 14px;
	line-height: 18px;
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
}
.Largerfont {
	font-size: 16px;
	line-height: 18px;
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
}
.protitle {
	font-weight:bold;
	color: #1b5084; 
	font-size: 14px;
	line-height: 16px;
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
}
.listprice {
	color: #333; 
	font-size: 14px;
	line-height: 18px;
	font-family:  "Arial","Verdana","Tahoma","Lucida Grande";
	text-decoration: line-through;
}
.price {
	font-weight:bold;
	color: #830707; 
	font-size: 14px;
	line-height: 18px;
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
}

.blackfont {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	font-size: 12px;
	line-height: 18px;
	COLOR: #000000; 
}
.grayfont {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	COLOR: #666666; 
	font-size: 12px;
	line-height: 10px;
}
.greenfont {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	COLOR: #BCB7A3; 
	font-size: 12px;
	line-height: 12px;
}
.debug {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-color: #f4f4f0;
	background-position: left center;
	width: auto;
	border: 1px solid #666666;
	padding: 6px;
}

/* TextBox and Button */
INPUT.Input { 
	COLOR: #383838;
	FONT-SIZE: 12px; 
	FONT-STYLE: normal; 
	FONT-VARIANT: normal; 
	FONT-WEIGHT: normal; 
	LINE-HEIGHT: normal ; 
	padding-left:2px;
	padding-right:2px;
	font-family: "Arial","Tahoma","Verdana","Lucida Grande";
	border: 1px #ab9e8b solid;
	background-color: #ffffff;
}
.errHilite {
	COLOR: #383838;
	FONT-SIZE: 12px; 
	FONT-STYLE: normal; 
	FONT-VARIANT: normal; 
	FONT-WEIGHT: normal; 
	LINE-HEIGHT: normal ; 
	padding-left:2px;
	padding-right:2px;
	font-family: "Arial","Tahoma","Verdana","Lucida Grande";
	border: 1px #ab9e8b solid;
	background-color: #FF9999;
}
INPUT.button{
	BACKGROUND: #ffffff url(/images/btn_bkg.gif);
	BORDER-BOTTOM: #2a3951 1px solid;
	BORDER-LEFT: #2a3951 1px solid;
	BORDER-RIGHT: #2a3951 1px solid;
	BORDER-TOP: #2a3951 1px solid;
	COLOR: #2a3951;
	FONT-SIZE: 12px;
	FONT-STYLE: normal;
	FONT-VARIANT: normal;
	FONT-WEIGHT: normal;
	LINE-HEIGHT: normal;
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	text-align: center;
	cursor: hand;
	height: 20px;
}
.ListItem {
	FONT-SIZE: 12px;
	FONT-STYLE: normal;
	FONT-VARIANT: normal;
	FONT-WEIGHT: normal;
	LINE-HEIGHT: normal;
	font-family: "Arial","Tahoma","Verdana","Lucida Grande";
	border: 1px solid #CCCCCC;
	color: #000000;
}
.textbox {
	font-size: 12px;
	font-family: "Arial","Tahoma","Verdana","Lucida Grande";
	border-width:1px;
	border-style: Solid;
	border-color: #9b9a9a;
	width:100%;
	color: #2a3951;
}
/* .td Class...*/
.underlinetd {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-width: 1;
}
.whitetd {
	background-color: #ea528b;
	border: 0px solid #D2D2D2;
}
/* Links... */
a, a:link {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	font-size: 12px;
	text-decoration: none;
	color: #1b5084;
	line-height: 18px;
}
a:hover {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	font-size: 12px;
	text-decoration: underline;
	color: #1b5084;
	line-height: 18px;
}

/* for nav  */
a.p_num, a.p_num:link {
	font-family: "Verdana", "sans-serif";
	font-size: 10px;
	background-color: #ffffff;
	border: 1px solid #c8bd9a;
	margin: 2px;
	vertical-align: middle;
	line-height: 18px;
	color: #635a51;
	text-decoration: none; 
}
a.p_num:hover {
	color:#ffffff;
	background-color: #d5ceb7;
	border: 1px solid #c8bd9a;
}
.p_curpage {
	color:#ffffff;
	font-family: "Verdana", "sans-serif";
	font-size: 10px;
	margin: 2px;
	background-color: #d5ceb7;
	border: 1px solid #c8bd9a;
	vertical-align: middle;
	line-height: 18px;
}
