
/* --- Login specific CSS --- */

td.custbanner, .custsignin {
	color : #222;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}

td.custbanner {
	height: 59px;
	background-color: #efefef;
	font-size : 16pt;
}

.custsignin {
	font-size: 12pt;
}

.authorised {
	text-align: center;
	background-color: #999999;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: oblique;
}

.login {
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.largetext {
	color: #dd0000;
	font-family: Times New Roman, serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

