body
{
	background-color: #FFFFFF;
	font-family: arial,verdana,geneva;
	font-size: 10pt;
	margin: 0px;
}
blockquote
{
	background-color: #FEEAD3;
	padding: 12px;
	/*font-weight: bold;*/
	font-size: 110%;
	margin-left: 10px;
	margin-right: 10px;
}
blockquote.normal
{
	FONT-WEIGHT: normal; 
	MARGIN: 5px; 
	FONT-FAMILY: 'Times New Roman', Times, Verdana;
}
td
{
	font-family: arial,verdana,geneva;
	font-size: 10pt;
}
td.white
{
	background-color: #FFF0E0;
}
a:link 
{
    text-decoration: underline;
    color: #800080;
}

a:visited 
{
    color: #800000;
}

a:active 
{
    color: #8080C0;
}
.topLink
{
	font-size: 8pt;
}
span.dropCap
{
 float: left;
 font-family: Old English, Georgia, serif;
 font-size: 300%;
 line-height: 0.85em;
 margin-right: 0.03em;
 margin-bottom:-0.25em;
}
/*these are used for cart functions*/
.otherHighlight
{
	background-color: orange;
}
.thisHighlight
{
	background-color: yellow;
}

.inputBox
{
        font-size: 15px;
        padding: 5px;
        margin: 2px 0px;
		height: 35px;
}
label
{
        cursor: pointer;
        cursor: hand;
}