﻿body 
{
    background-color:White;
    font-family: Arial, Helvetica, sans-serif;
    font-size:small;
    font-weight:bold;
    color:Black;
}

.LabelHeader
{
    font-family: Arial, Helvetica, sans-serif;
	font-size:x-large;
	font-weight: bold;
	color: #00b2d9; /*specific orange*/
}

.LabelSubtitle
{
    font-family: Arial, Helvetica, sans-serif;
	font-size:large;
	font-weight: bold;
	color:Black;
}

.LabelSpecial
{
    font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight: bold;
	font-style:italic;
	color: #83c05e; /* Special Green */
}

.LabelBody
{
    font-family: Arial, Helvetica, sans-serif;
	font-size:small;	
	color:Black;
}

.LabelMerchantInfo
{
	background-color: #f5f5f5; /* Whitesmoke */
    font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight: bold;
	color: Black;
}

.LabelError
{
	background-color: Red;
    font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
    color:White;
}

.LabelFooter
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color:#00b2d9;
}
