﻿body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
    line-height: 1.125em;
	font-weight: normal;
}

.bodytext 
{
    font-size: 0.80em;
    font-weight: normal;
}

.headertext
{
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}

.counttext
{
	font-size: 0.8em;
	font-style: italic;
	color: #000000;
}

.footertext
{
	font-size: 0.8em;
	font-style: italic;
	color: #FFFFFF;
}

.errortext
{
	font-size: 0.80em;
	font-weight: bold;
	color: #FF0000;
}

.uppercase input {
    text-transform: uppercase;
}
