﻿body 
{
	
}

.HeaderText
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}

.NormalText
{
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}

.footer
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;	
}

.ErrorText
{
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: Red;
}

.SuccessText
{
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: green;
}

