/* CSS Document */

body,p,td,b {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.colourStyle {
	color: #990000;
	font: bold;
}
.style3 {font-size: small}
.style4 {font-size: xx-small}
.inputText {
	font-family: Verdana, san-serif;
	border: #990000 1px solid;
}
.inputTextB {
	font-family: Verdana, san-serif;
	font-weight:bold;
	border: #990000 1px solid;
}
.style7 {font-size: xx-small; font-style: italic; }
