BODY {
	font-family : Arial;
	color : Black;
	background-color : White;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}

TABLE {
  font-size : 12px;  
  }

.Nav_Top {
	font-family : Arial;
	color: white;
	width: 100%;
	background : Navy;
	font-size : 16px;
}

TABLE.Nav_Bottom {
	font-family : Arial;
	color: white;
	width: 100%;
	background : Navy;
	font-size : 11px;
}

.Nav_Bottom {
	font-family : Arial;
	color: white;
	background : Navy;
	font-size : 11px;
}

A.Nav_Bottom {
	font-family : Arial;
	color: white;
	font-size : 11px;
}

TABLE.AppNavBar {
	font-family : Arial;
	color: Black;
	width: 720px;
	background : #ffe4b5;
}

TD.AppNavBar {
	font-family : Arial;
	color: Black;
	font-size : 12px;
}

A.AppNavBar {
	font-family : Arial;
	color: Black;
	font-size : 12px;
}

.AppErrors {
  background : white;
  font-family : Tahoma;
  color: red;
  font-size : 12px;
  padding : 2px 2px 2px 2px;
  margin : 0px 0px 0px 0px;
  border : 2px solid Red;
}

.AppInstructions {
  background : white;
  font-family : Tahoma;
  color: #000000;
  font-size : 12px;
  padding : 2px 2px 2px 2px;
  margin : 0px 0px 0px 0px;
    border : 2px solid #ffe4b5;
    }