.body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #074446;
}

.td {
	font-family: Arial, Helvetica, sans-serif;
}

.th {
	font-family: Arial, Helvetica, sans-serif;
}

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	font-weight: normal;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
	font-weight: bold;
}

.form_bg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	background-repeat: no-repeat;
	height: 514px;
	width: 220px;
	color: #333333;
	font-weight: bold;
	background-image: url(../Images/form-bg.jpg);
}

.form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	font-weight: normal;
}

.note_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #333333;
	font-weight: normal;
}

INPUT.Cat_TextBox {
	FONT-WEIGHT: normal;
	COLOR: #333333;
	BACKGROUND-COLOR: #ffffff !IMPORTANT;
	WIDTH: 190px;
	border: 1px solid #B6B3B3;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
}

SELECT.Cat_DropDown { 
  FONT: 9pt Arial, Helvetica, Verdana, sans-serif;
  FONT-WEIGHT: normal; 
  COLOR: #333333; 
  BACKGROUND-COLOR: #ffffff !IMPORTANT;
  border: 1px solid #B6B3B3; 
  WIDTH: 190px; 
}

INPUT.Cat_TextBox_Sm {
	FONT-WEIGHT: normal;
	COLOR: #333333;
	BACKGROUND-COLOR: #ffffff !IMPORTANT;
	WIDTH: 90px;
	border: 1px solid #B6B3B3;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
}

TEXTAREA.Cat_ListBox {
	FONT-WEIGHT: normal;
	COLOR: #333333;
	BACKGROUND-COLOR: #ffffff !IMPORTANT;
	WIDTH: 186px;
	HEIGHT: 50px;
	px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
	border: 1px solid #B6B3B3;
}

/* Hyperlink colours - Main Document                          */

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}


