/* Font List */
.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";
}
body {
}
.Largerfont {
	font-size: 16px;
	line-height: 18px;
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
}
.protitle {
	COLOR: #D2232A; 
	font-size: 16px;
	line-height: 18px;
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
}
body {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	font-size: 12px;
	line-height: 18px;
	COLOR: #6C6C6C; 
}
table {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	font-size: 12px;
	line-height: 18px;
	COLOR: #6C6C6C; 
}
.blackfont {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	font-size: 11px;
	line-height: 13px;
	COLOR: #000000; 
}
.smallfont {
	font-family: "Verdana", "sans-serif";
	font-size: 9px;
	line-height: 10px;
}
.Pricefont {
	font-size: 12px;
	line-height: 12px;
	font-family: "Arial","Tahoma","Verdana","Lucida Grande" ;
	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;
}

/* TextBox and Button */
INPUT.Input { 
	FONT-SIZE: 12px; 
	FONT-STYLE: normal; 
	FONT-VARIANT: normal; 
	FONT-WEIGHT: normal; 
	LINE-HEIGHT: normal ; 
	padding-left:4px;
	padding-right:4px;
	font-family: "Arial","Tahoma","Verdana","Lucida Grande" ;
	border: 1px #D2D2D2 solid
}
INPUT.button{
	BACKGROUND: #ffffff url(rootimages/btn_bkg.gif);
	BORDER-BOTTOM: #583A82 1px solid;
	BORDER-LEFT: #583A82 1px solid;
	BORDER-RIGHT: #583A82 1px solid;
	BORDER-TOP: #583A82 1px solid;
	COLOR: #ffffff;
	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: 22px;
}
.ListItem {
	FONT-SIZE: 12px;
	FONT-STYLE: normal;
	FONT-VARIANT: normal;
	FONT-WEIGHT: normal;
	LINE-HEIGHT: normal;
	font-family: "Arial","Tahoma","Verdana","Lucida Grande" ;
	border: thin solid #CCCCCC;
	background-color: #ffffff;
	color: #000000;
}
.errHilite {
	BORDER-BOTTOM: black 1px solid;
	BORDER-LEFT: black 1px solid;
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid;
	FONT-SIZE: 12px;
	FONT-STYLE: normal;
	FONT-VARIANT: normal;
	FONT-WEIGHT: normal;
	LINE-HEIGHT: normal;
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	border: 1px #666666 solid;
	background-color: #FF9999;
}
/* .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: #FFFFFF;
	border: 1px solid #D2D2D2;
}
/* Links... */
a {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	font-size: 12px;
	text-decoration: underline;
	color: #664397;
	line-height: 18px;
}
a:link {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	color: #664397;
	text-decoration: underline;
	font-size: 12px;
	line-height: 18px;
}
a:hover {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	color: #664397;
	text-decoration: underline;
	font-size: 12px;
	line-height: 18px;
}
a:visited {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	font-size: 12px;
	color: #664397;
	text-decoration: underline;
	line-height: 18px;
}
/* Gray Links ..*/
A.graylink:visited {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	COLOR: #664397; 
	TEXT-DECORATION: none; 
	font-size: 12px;
	line-height: 10px;
}
A.graylink:hover {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	COLOR: #664397; 
	TEXT-DECORATION: underline; 
	font-size: 12px;
	line-height: 10px;
}
A.graylink:link {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	COLOR: #664397; 
	TEXT-DECORATION: none; 
	font-size: 12px;
	line-height: 10px;
}
A.graylink {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	COLOR: #664397; 
	TEXT-DECORATION: none; 
	font-size: 12px;
	line-height: 10px;
}
.graylink {
}
/* Category Links ..*/
A.MENU:visited {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	COLOR: #4C2487; 
	TEXT-DECORATION: none; 
	font-size: 12px;
	line-height: 15px;
}
A.MENU:hover {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	COLOR: #4C2487; 
	TEXT-DECORATION: underline; 
	font-size: 12px;
	line-height: 15px;
}
A.MENU:link {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	COLOR: #4C2487; 
	TEXT-DECORATION: none; 
	font-size: 12px;
	line-height: 15px;
}
A.MENU {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	COLOR: #4C2487; 
	TEXT-DECORATION: none; 
	font-size: 12px;
	line-height: 15px;
}
.MENU {
}
/* Subcat Links... */
a.subcat {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	font-size: 12px;
	text-decoration: none;
	color: #4E4E4C;
	line-height: 13px;
}
a.subcat:hover {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	color: #DA2028;
	text-decoration: underline;
	font-size: 12px;
	line-height: 13px;
}
a.subcat:link {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	color: #4E4E4C;
	text-decoration: none;
	font-size: 12px;
	line-height: 13px;
}
a.subcat:visited {
	font-family:  "Arial","Tahoma","Verdana","Lucida Grande";
	font-size: 12px;
	color: #4E4E4C;
	text-decoration: none;
	line-height: 13px;
}
.subcat {
}
.p_num {
	font-family: "Verdana", "sans-serif";
	font-size: 9px;
	background-color: #FFFFFF;
	border: 1px solid #DEDEB8;
	margin-right:1px;
	vertical-align: middle;
	line-height: 12px;
	text-decoration: none;
}
a:visited.p_num {
	font-family: "Verdana", "sans-serif";
	font-size: 9px;
	background-color: #FFFFFF;
	border: 1px solid #DEDEB8;
	margin-right:1px;
	vertical-align: middle;
	line-height: 12px;
	text-decoration: none;
}
a:link.p_num {
	font-family: "Verdana", "sans-serif";
	font-size: 9px;
	background-color: #FFFFFF;
	border: 1px solid #DEDEB8;
	margin-right:1px;
	vertical-align: middle;
	line-height: 12px;
	text-decoration: none;
}
a:hover.p_num  {
	font-family: "Verdana", "sans-serif";
	font-size: 9px;
	background-color: #F5FBFF;
	border: 1px solid #86B9D6;
	text-decoration: none;
	line-height: 12px;
}
.p_curpage {
	font-family: "Verdana", "sans-serif";
	font-size: 9px;
	margin-right:1px;
	border: 1px solid #DEDEB8;
	vertical-align: middle;
	background-color: #FFFFD9;
	color: #92A05A;
	font-weight: bold;
	line-height: 12px;
}