body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;

} 

.borderRed {
	border-style: outset;
	border-color: #ee1133;
	border-width: 5px; 
	background-color: #eeeeee;
}

p.margin5 {
	margin-left: 5px;
}

.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #ee1133;
	margin: 0px 0px 7px 0px;
}

a:link { 
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; 
	color: #000099; text-decoration: none ; 
	font-style: normal; font-weight: bold
} 
a:visited { 
	color: #000099;text-decoration: none ; 
	font-style: normal; font-weight: bold
} 
a:hover { /*this effect is not shown in NN4.xx*/
  color: #000033; text-decoration: underline ; 
	font-style: normal; font-weight: bold
}
a:active {/*colour in NN4.xx is red*/ 
  color: #000033; text-decoration: none ; 
	font-style: normal; font-weight: bold
}

.placeholder {
	width: 500px;
}