.incart
{
	background: #FFCC66;
	color: navy;
	font-size: 12px;
	font-family: Times;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
.normal
{
	color: #000;
	font-family: Times;
	font-size: 14px;
	font-style: italic;
}
.normal_bold
{
	color: #000000;
	font-family: Times;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.alert
{
	color: red;
	font: italic bold 16px Times;
}
.normal_small
{
	color: black;
	font-family: Times;
	font-size: 10px;
	font-style: normal;
}
.heading
{
	color: black;
	font-weight: bold;
	font-size: 22px;
	font-family: Times;	
	font-style: italic;
}
.green { color: #003300;  font-family: Times; font-size: 14px; font-style: italic;}
.green_small { color: #003300;  font-family: Times; font-size: 10px;}
.comment
{
	color: purple;
	font-family: Times;
	font-size: 10px;
	font-style: normal;
}


a.href_style:link {color: #000000;font-size: 18px;font-family: Times; text-decoration: none; font-style: italic;}
a.href_style:visited {color: #000000;font-size: 18px;font-family: Times; text-decoration: none; font-style: italic;}
a.href_style:hover {color: fuchsia;font-size: 18px;font-family: Times; text-decoration: underline; font-style: italic;}

a.href_style2:link
{
	color: #000;
	font-family: Times;
	font-size: 10px;
	line-height: 9px;
	text-decoration: none;
	font-style: normal;
}
a.href_style2:visited
{
	color: #000000;
	font-family: Times;
	font-size: 10px;
	line-height: 9px;
	text-decoration: none;
	font-style: normal;
}
a.href_style2:hover
{
	color: fuchsia;
	font-family: Times;
	font-size: 10px;
	line-height: 9px;
	text-decoration: underline;
	font-style: normal;
}

