﻿body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
	border:none;
}
	 
body
{
	font-family: Verdana, Arial;
	font-size: smaller;
	background-color: White;
}

.pageHeader
{
    font-weight: bold;
    font-size: larger;
}

.labelField
{
    font-weight: bold;
}

.textField
{
    font-size: x-small;
}

.checkboxField
{
    font-size: x-small;
}

.dropdownField
{
    font-size: x-small;
}

.radiobuttonField
{
    font-size: x-small;
}

.hyperlinkField
{
    font-weight: normal;
    color: Blue;
    text-decoration: none;
}

.fileuploadField
{
    font-size: x-small;
}

.buttonField
{
    font-size: x-small;
}

.errorMessage
{
    color: Red;
    font-weight: bold;
}
