/* CSS Document */

	body, td {
		font-family: Arial, Helvetica, sans-serif;
		color: #616161;
		font-size: 12px;
		line-height: 22px;
	}
	
	a { 
		text-decoration: none;
		color:#526B91;
		}

	a:hover {
		text-decoration:underline;
		color:#526B91;
		}
	
	a:link { 
		text-decoration: none;
		color:#526B91;
		}
		
	.page_title{
		font-size:18px;
		font-weight:bold;
	}
	
	.page_title2{
		font-size:18px;
		font-weight:bold;
		color: #526B91;
	}
		
	.small_txt {
		font-size: 11px;
		line-height: 18px;
	}
	
	.verysmall_txt {
		font-size: 10px;
		line-height: 17px;
	}	
	
	.grey_bar {
		font-size: 10px;
		line-height: 17px;
	}	

	.form {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	
	.form_general {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}

	.form_dropdown {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		}
		
	.form_blue {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #526B91;
		font-weight: bold;
	}
		
	.table_title {
		background-color:#072B61;
		font-size:11px;
		line-height: 20px;
		font-weight:bold;
		color:#FFFFFF;
	}
	
	.table_title a { 
		text-decoration: none;
		color:#CCCCCC;
	}
	.table_title a:hover {
		text-decoration:underline;
		color:#CCCCCC;
	}
	.table_title a:link {
		text-decoration: none;
		color:#CCCCCC;
	}
	.table_border{ background-color:#072B61; }
	.table_f1{ background-color:#E6E9EF; }
	.table_f2{ background-color:#DADFE7; }	
	.textcolour_default{ color:#616161; }
	.textcolour_red{ color:#FF0000; }
	.textcolour_orange{ color: #FF6600; }
	.textcolour_green{ color: #009900; }
	.error{
		color:#FF0000;
		font-size: 11px;
	}

