BODY, TD, P  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : #49535A;
}

.header  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	color : #333366;
	font-weight : bold;
}

form  {}

.required  {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	letter-spacing : normal;
	font-size : 9pt;
	color : Red;
}

input  {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
}

H1  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	color : 002184;
	font-weight : normal;
}

H2  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	color : Yellow;
	font-weight : bold;
}

H4  {
	color : Black;
	font-size : 12pt;
}

A  {
	color : FF7B00;
	font-size : 12pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
}

A:Hover  {
	color : 4A6B9C;
	font-weight : normal;
	font-family : inherit;
	font-size : inherit;
}

HR  {
	height : 1px;
	color : #800000;
}

.error  {
	font-size : 12pt;
	color : Red;
}

.inserted  {
	font-size : 12pt;
	color : Gray;
	font-weight : bold;
}

textarea  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

.delete  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}

.FlatInput
{
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: none;
	font-size: 12px;
	border : 1px solid;
	border-color : #333300;
}

.deleteitem  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : Red;
	font-weight : bold;
}

.warning  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : Yellow;
}

.color1  {
	background-color : #dddddd;
}

.color2  {
	background-color : #eeeeee;
}

.tableHeader  {
	background-color : Silver;
	color : Black;
	padding : 1;
	margin : 1;
	border-style : solid;
	border-color : White;
	border-width : 1;
}

.small  {
	font-size : 10pt;
	font-family : inherit;
	font-weight : inherit;
	font-style : inherit;
	color : inherit;
	font : inherit;
}

.backColour  {
	background-color : #3399cc;
}

.backColourForm  {
	background-color : #99cccc;
}

