@import url(./menu.css);
@import url(./colour.css);
@import url(./content.css);
@import url(./messages.css);


.PageHeader {
	display : none;
}

.PageFooter {
	display : none;
}

.PageMenu {
	display : none;
}

.BreadcrumbMenu {
	display : none;
}

.ActiveButton {
	display : none;
}

TH  {
	font-family : 'Arial';
	font-weight : normal;
	font-size : 10pt;
	color : #FFFFFF;
	background-color: #FFFFFF; 
	ALIGN : "CENTER";
}

A:link  {
	font-family : 'Arial';
	font-size : 9pt;
	font-weight : bold;
	color : #000080;
	text-decoration : none;
}

A:visited  {
	font-family : 'Arial';
	font-size : 9pt;
	font-weight : bold;
	color : #808080;
	text-decoration : none;
}

A:active  {
	font-family : 'Arial';
	font-size : 9pt;
	font-weight : bold;
	color : #E1D1A0;
	text-decoration : none;
}

A:Hover  {
	font-family : 'Arial';
	font-size : 9pt;
	font-weight : bold;
	color : #0000FF;
	text-decoration : underline;
}