		body {
			margin: 0;
			padding: 0;
			background: #333333;
		}
		
.maintext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; height: auto ; text-decoration: strong ; font-weight: normal; line-height:20px}
a.maintext:link { text-decoration: none; color=#FF6600 }
a.maintext:active { text-decoration: none; color=#FF6600 }
a.maintext:visited { text-decoration: none; color=#FF6600 }
a.maintext:hover { text-decoration: none; color=#FF6600 }

.smallgrey{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #CCCCCC; height: auto ;} 

.TextInput
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	FONT-STYLE: NORMAL;
	COLOR: #333333;
	FONT-WEIGHT: NORMAL;
	background-color: #FFFFFF;
	BORDER-BOTTOM: 1px solid;
    	BORDER-LEFT: 1px solid;
    	BORDER-RIGHT: 1px solid;
    	BORDER-TOP: 1px solid;
}

.btnSubmit
{
	BACKGROUND-COLOR: #333333;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	FONT-STYLE: NORMAL;
	COLOR: #FFFFFF;
	FONT-WEIGHT: NORMAL;
	border: 1px solid #CCCCCC;
}

.menutitle { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FF6600; height: auto ; text-decoration: strong ; font-weight: bold;}

