/* main BODY default font  */
	BODY {
	font-family: Arial, Helvetica, sans-serif;
	color: #1B7077;
	font-size : 16px;
	}
/* main TABLE default font  */
	TABLE {
	font-family: Arial, Helvetica, sans-serif;
	color: #1B7077;
	font-size : 16px;
	}
/* main TABLE default font  */
	.borderOnly {
	border: 1px solid #1B7077;
	}
/* classes for tables  */
	TR.tableheader {
	background-color: #DDDDDD;
	vertical-align: top;
	font-weight: bold;
	font-size : 14px;
	}	
	TR.tableheaderclear {
	vertical-align: top;
	font-weight: bold;
	font-size : 14px;
	}
	TD.tableheader {
	background-color: #DDDDDD;
	vertical-align: top;
	font-weight: bold;
	font-size : 14px;
	}	
	TD.tableheaderclear {
	vertical-align: top;
	font-weight: bold;
	font-size : 14px;
	}

/* classes for form objects */
	INPUT {
	color: 1B7077;
	font-weight: bold;
	font-size: 10pt
	} 
	TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	color: 1B7077;
	font-size: 12pt;
	font-weight: normal
	} 
	SELECT
	{
	font-family: Arial, Helvetica, sans-serif;
	color: 1B7077;
	font-weight: bold;
	font-size: 10px
	}
/* class 'menu' for javascript top menu */
	A.menu {text-decoration:none;font-weight:normal;font-size: 10pt;color:#ffffff;}
	A.menu:hover {text-decoration:none;font-weight:bold;background-color: #1B7077;font-size: 10pt;color:#ffffff;}
	P.menu {text-decoration:none;font-weight:bold;font-size: 10pt;color:#ffffff;}
/* class 'largelink' for larger Infoflo field links*/
	A.largelink {text-decoration:none;font-weight:normal;font-size: 12pt}
	A.largelink:hover {font-weight:normal;font-size: 12pt}
/* class 'fixedpitch' for SELECT drop downs */
	SELECT.fixedpitch
	{
	font-weight: normal;
	font-family: Courier;
	white-space:pre;
	}
/* class 'small' for INPUT form objects */
	INPUT.small
	{
	font-size: 8pt
	}
	
/* hyperlinks */
    A {
	text-decoration:none; 
	color:CC6600;
	font-size : 12px;
    }
	A:hover {
	color:CC6600;
	text-decoration: underline;
	}

/* Side Menu classes */
	.sidemenuitem {
	text-align: center	
	}
	.sidemenudivider {
	font-size : 12px;
	font-weight: bold;
	text-align: center	
	}

/* Size classes all use BODY default colour*/
	.minute {
	font-size : 8px;
	}
	.tiny {
	font-size : 10px;
	}
	.small {
	font-size : 12px;
	}
	.normal {
	font-size : 16px;
	}
	.big {
	font-size : 18px;
	}
	.headline {
	font-size : 20px;
	}
	.banner {
	font-size : 30px;
	font-weight: bold;
	}

/* Different colour classes */
	.redsmall {
	font-size : 12px;
	color : Red;
	}
	.red {
	font-size : 16px;
	color : Red;
	}
	.bluesmall {
	font-size : 12px;
	color : Blue;
	}
	.blue {
	font-size : 16px;
	color : Blue;
	}

/* Inverse font classes */
	.inverse {
	color: #FFFFFF;
  	background-color: #1B7077;
	}
