body
{
	margin:0;
	padding: 0;

}

.PageHeading {
			 font-family: Verdana;
			 font-size: 15pt;
			 color: #0095D3;
			 font-weight: normal;
			 }

.FormItem {
			 font-family: Tahoma;
			 font-size: 10pt;
			 color: #1D326B;
			 font-weight: bold;
			 }

.UserInput {
			 font-family: Tahoma;
			 font-size: 10pt;
			 color: #1D326B;
			 font-weight: normal;
			 }

.Warning {
		 font-family: Verdana;
		 font-size: 10pt;
		 color: #FF0000;
		 }

.Message  {
		 font-family: Verdana;
		 font-size: 10pt;
		 color: #0070B4;
		 }

.MenuItem {
		 font-family: Verdana;
		 font-size: 7.5pt;
		 color: 000000;
         font-weight: bold;
		 }


