
.black12 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.black10 {
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.blackbold12 {
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.lightyellowbold12{
	color:#FFFFCC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}


.lightyellowbold14{
	color:#FFFFCC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.redbold12{
	color:red;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.red12{
	color:red;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;	
	text-decoration: none;
}

.red10{
	color:red;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;	
	text-decoration: none;
}
.whitebold12{
	color:#ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.tdhead{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7F7F7F;
	border-right-color: #7F7F7F;
	border-bottom-color: #7F7F7F;
	border-left-color: #7F7F7F;
	background-color: #C6E2FF;
	border-right-width: 1px;
	border-left-width: 1px;	
}

.tdupline{
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7F7F7F;
	border-bottom-color: #7F7F7F;
}

.tddownupline{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7F7F7F;
	border-bottom-color: #7F7F7F;
}

.tddownline{
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7F7F7F;
	border-bottom-color: #7F7F7F;
}

.txtbox{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7F7F7F;
	border-bottom-color: #7F7F7F;
	background-color: #FFFFCC;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7F7F7F;
	border-left-color: #7F7F7F;
}
.btn{
	background-color: #FFFFFF;
	text-align: left;
	font: 10px "Arial", "Helvetica", "sans-serif";
	color: #0000CC;
	text-decoration: underline;
	border: 0px none #7F7F7F;
}