body		{
		}
table		{
		}
.formText	{
		 color: #bd000b;
		 font-size: 10px;
                 font-family: Arial;
		 text-decoration: none;
		}
.formInput	{
		 font-family: Verdana;
		 font-size: 10px;
		 color: #bd000b;
		 background-color: #fdf0dd;
		 border-color: #bd000b;
		 border-style: solid;
		 border-top-width: 1px;
		 border-right-width: 1px;
		 border-bottom-width: 1px;
		 border-left-width: 1px;
		}
.formTextarea	{
		 font-family: Verdana;
		 font-size: 10px;
		 color: #bd000b;
		 background-color: #fdf0dd;
		 border-color: #bd000b;
		 border-style: solid;
		 border-top-width: 1px;
		 border-right-width: 1px;
		 border-bottom-width: 1px;
		 border-left-width: 1px;
		}
.formButton	{
		 font-family: Verdana;
		 font-size: 10px;
		 color: #bd000b;
		 border-color: #bd000b;
                 background-color: #fdf0dd;
		 border-style: solid;
		 border-top-width: 1px;
		 border-right-width: 1px;
		 border-bottom-width: 1px;
		 border-left-width: 1px;
		}
.formSelect	{
		 font-family: Verdana;
		 font-size: 10px;
		 color: #bd000b;
		 border-color: #bd000b;
		 border-style: solid;
		 border-top-width: 1px;
		 border-right-width: 1px;
		 border-bottom-width: 1px;
		 border-left-width: 1px;
		}
.counter	{
		 font-family: Arial;
		 font-size: 10px;
		 color: #A20000;
		}
.menuBorder	{
		 border: none;
		}
.menuBorder2	{
		 border: #bd000b solid 1px;
		}
.menuText	{
		 text-decoration: none;
		 color: #b7041a;
		 font-family: Times;
		 font-size: 12px;
		 font-weight: bolder;
		}
.title	{
		 color: #bd000b;
		 font-size: 16px;
                 font-family: Times;
		 text-decoration: none;
		 font-weight: bolder;
		}