﻿body 
{
	background-color:#ffffff;
	border-color:#ffffff;
	
}

.MainHeading
{
	font-size: x-large;
	font-family: 'Times New Roman';
	font-size:xx-large 
}

.heading1
{
	font-size: x-large;
	font-family: 'Times New Roman';
}

.headingRed
{
	font-size: x-large;
	font-family: 'Times New Roman';
	color:Red
}

.heading2
{
	font-weight: bold;
	font-size: small;
	font-family: Arial;
}

#nav 
{
	display:block;
}

.adv {
   display: block;
}

.stdTextBox
{
    height:20px;
    width:250px;
}

.shortTextBox
{
    height:20px;
    width:60px;
}

.longTextBox
{
    height:20px;
    width:450px;
}

.mediumTextBox
{
	height:20px;
    width:130px;
}

.mediumShortTextBox
{
	height:20px;
    width:230px;
}

.stdDropDown
{
    height:22px;
    width:250px;
}

.medDropDown
{
    height:22px;
    width:150px;
}

.longDropDown
{
    height:22px;
    width:450px;
}

.shortDropDown
{
    height:22px;
    width:50px;
}