.HeaderMenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: 900;
	background-color: #5E5FFF;
	line-height: 20px;
	text-align: center;
}

.HeaderMenu a:link {
	color: #FFFFFF; 
	text-decoration: none; 
	background: #5E5FFF;
	line-height: 20px;
	text-align: center;
  }/*normal links in the text*/
  
.HeaderMenu a:visited {
  	color: #FFFFFF; 
  	text-decoration: none; 
	background: #5E5FFF;
	text-align: center;
   }

.HeaderMenu a:hover {
	/*this effect is not shown in NN4.xx*/
	color: #FFFFFF;
	text-decoration: none;
	background: #FFAB73;
	font-weight:800;
	text-align: center;
}

.HeaderMenu a:active {/*colour in NN4.xx is red*/ 
	color: #9999CC; 
	text-decoration: none; 
	background: #FFFFFF;
	font-weight:600;
	text-align: center;
 }

.HeaderSubMenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: 500;
	background-color: #FFAB73;
	line-height: 20px;
	text-align: center;
}

.HeaderSubMenu a:link {
	color: #FFFFFF;
	text-decoration: none;
	background: #FFAB73;
	font-weight:900;
	text-align: center;
  }/*normal links in the text*/
  
.HeaderSubMenu a:visited {
  color: #FFFFFF; 
  text-decoration: none; 
  background: #FFAB73;
  font-weight:900;
	text-align: center;
  }

.HeaderSubMenu a:hover {
	/*this effect is not shown in NN4.xx*/
	color: #FFFFFF;
	text-decoration: none;
	background: #5E5FFF;
	font-weight:800;
	font-weight:900;
	text-align: center;
}

.HeaderSubMenu a:active {/*colour in NN4.xx is red*/ 
	color: #FF6600; 
	text-decoration: none; 
	background: #FFFFFF;
	font-weight:600;
	font-weight:900;
	text-align: center;
 }
 
.SubWhite {
	background: #FFFFFF;
}
 
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.DandB {
	position: relative;
	top: -50px;
	left: 650px;
}

.Header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

.Header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.Header3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.Draft {
	font-family:Arial, Helvetica, sans-serif;
	font-size:42px;
	background-color:#FFFF00;
	text-align:center;
	font-weight:900;
	color: #FF0000;
}

.MainText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.TableHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:700;
}

.Error {
	font-size: 20px;
	font-weight: bolder;
	color: #FF0000;
}
.FormDelete {
	position: relative;
	left: 330px;
	top: -45px;
	width: 110px;
	height: 25px;
}

.TableDivider {
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
}
