a
{
	font-family:Verdana;
	font-size:10px;
	text-decoration:none;
	color:#00A1E5;
}
a:hover
{
	color:#C71420;
}
.blackTxt
{			
	font-family:Verdana;
	font-size:10px;
	color:#000000;
}
.blackTxtNormal
{
	font-family:Verdana;
	font-size:10px;
	color:#000000;
	font-weight:normal;
}
.blueTxt
{			
	font-family:Verdana;
	font-weight:bold;
	font-size:10px;
	color:#00A1E5;
}
.redTxt
{			
	font-family:Verdana;
	font-weight:bold;
	font-size:10px;
	color:#C71420;
}
.iContent
{
	overflow-x:hidden;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #F2F2F2;
	scrollbar-darkshadow-color: #1B6BA6;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #02367f;
	scrollbar-shadow-color: #02367f;
}
.btn
{
	background-color:#00A1E5;
	border-collapse:collapse;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	width:105px;
	height:25px;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}
.btnProd
{
	background-color:#00A1E5;
	border-collapse:collapse;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	width:145px;
	height:25px;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}		
.txtBoxes
{
	width:205px;
	height:18px;
	font-size:12px;
}
.tbl
{	
	margin: auto auto;
	border-collapse: collapse; /*this is what stops the double border appearing on cells*/ 
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C71420;
	border-bottom-color:#C71420;
	border-right-color: #C71420;
	border-left-color: #C71420;
}
