
.reg10 {
	FONT-FAMILY: Arial;
	FONT-SIZE: 10px;
	}
.reg10b {
	FONT-FAMILY: Arial;
	FONT-SIZE: 10px; 
	font-weight: bold;
	}
	
.blue12 {
	FONT-FAMILY: Arial;
	font-size: 12px;
	color: #3c91ad;
	}
.blue16b {
	FONT-FAMILY: Arial;
	font-size: 16px;
	color: #3c91ad;
	font-weight: bold;
	}
	
.maroon12 {
	Color:#990000;
	FONT-FAMILY: Arial;
	FONT-SIZE: 12px; 
	}	
.maroon12b {
	Color:#990000;
	FONT-FAMILY: Arial;
	FONT-SIZE: 12px; 
	font-weight: bold;
	}

.grey10 {
	Color:#CCCCCC;
	FONT-FAMILY: Arial;
	FONT-SIZE: 10px;
	}
.grey12 {
	Color:#CCCCCC;
	FONT-FAMILY: Arial;
	FONT-SIZE: 12px; 
	}
.greydark10 {
	Color:#999999;
	FONT-FAMILY: Arial;
	FONT-SIZE: 10px;
	}
.greydark12 {
	Color:#999999;
	FONT-FAMILY: Arial;
	FONT-SIZE: 12px; 
	}

.reg12 {
	FONT-FAMILY: Arial;
	FONT-SIZE: 12px;
	}
.reg12b {
	FONT-FAMILY: Arial;
	FONT-SIZE: 12px; 
	font-weight: bold;
	}
.white12 {
	COLOR: white;
	FONT-FAMILY: Arial;
	FONT-SIZE: 12px;
	}
.white12b {
	COLOR: white;
	FONT-FAMILY: Arial;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	}
.white10 {
	FONT-FAMILY: Arial;
	FONT-SIZE: 10px;
	COLOR: white;
	}
.red12 {
	COLOR: FF0000;
	FONT-FAMILY: Arial;
	FONT-SIZE: 12px;
	}
.red12b {
	COLOR: FF0000;
	FONT-FAMILY: Arial;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	}
.title {
	FONT-FAMILY: Arial;
	FONT-SIZE: 16px;
	FONT-WEIGHT: bold;
	}
.input {
	font-family: Arial; font-size: 12px; 
	color: #000000;
	
	BORDER-RIGHT: #FF8901 1px solid;
	BORDER-TOP: #FF8901 1px solid;
	BORDER-LEFT: #FF8901 1px solid; 
	BORDER-BOTTOM: #FF8901 1px solid;
	border-color:#FF8901;
	border-width: 1px;
	background-color: #FFFFFF
	WIDTH: 160px;
	}

.HandRollOver 
	{
	cursor: hand;
	}
.txtBox {
		font-family: Arial; font-size: 12px; 
		border-color:#999999;
		border-width: 1px;
		BORDER-RIGHT: #999999 1px solid;
		BORDER-TOP: #999999 1px solid;
		BORDER-LEFT: #999999 1px solid; 
		BORDER-BOTTOM: #999999 1px solid;
		}
.txtBoxNo {
		text-align:right;
		font-family: Arial; font-size: 12px; 
		border-color:#999999;
		border-width: 1px;
		BORDER-RIGHT: #999999 1px solid;
		BORDER-TOP: #999999 1px solid;
		BORDER-LEFT: #999999 1px solid; 
		BORDER-BOTTOM: #999999 1px solid;
		}