/*BODY, CustomTD, FontSize, Craig, selbert*/
/*I read the first line to populate the avalible styles in the editor*/
/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
	font-size:x-small;
}

.CustomTD	{
	font-size:x-small;
}

.FontSize
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE:x-small;
}

.Craig
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	font-size:x-large;
}
.selbert
{
	FONT-FAMILY: times-new-roman;
	font-size:smaller;
}

.MerchantNameHyperlink
{
	text-decoration: none;
}

.ProgrammedHyperlinks
{
	text-decoration: none;
	font-size: 9pt;
	color: #330099;
	font-weight: bold;
}