/* Default CSS Stylesheet for a new Web Application project */
body
{
	color: #000033;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a
{
	color: #660000;
}

a:hover 
{
	color: #660000;
	text-decoration: none;
}
.inputSmall 
{
	font-size: 10px;
}
td 
{
	font-size: 11pt;
}
.bodyText 
{
	font-size: 11pt;
	color: #663300;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
}
.bodyTextSmall 
{
	font-size: 9pt;
	color: #663300;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
}
.alertText 
{
	font-size: 11pt;
	color: #9F0000;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
}
.productText 
{
	font-size: 11pt;
	color: #000000;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
}
.calloutHeading
{
	font-size: 11pt;
	color: #663300;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.calloutText 
{
	font-size: 10pt;
	color: #000033;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

.footertext
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #FFFFCC; 
	font-size:7pt;
}
.footertext:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #FFFFCC; 
	font-size:7pt;
}
.highlighttext
{
	font-family: Times New Roman, Arial, Helvetica, sans-serif; 
	color: #FFFFCC; 
	font-size: 8pt;
}
.highlighttext:hover
{
	font-family: Times New Roman, Arial, Helvetica, sans-serif; 
	color: #FFFFCC; 
	font-size: 8pt;
}
.inputFields 
{
font-family: Times New Roman,Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
border: solid 1px #000000;
color: #000000;
}
.basketlink
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #660000; 
	font-size: 9pt;
	text-decoration: none;
}
.basketlink:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #660000; 
	font-size: 9pt;
	text-decoration: underline;
}

