body {
	font:Tahoma, Arial;
	font-size: 11px;
	color: #333333;
	margin:0px;
}
td {
	font:Tahoma, Arial;
}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #0CF;
}
a:active {
	text-decoration: underline;
	color: #0CF;
}
.txt14px {
	font-size: 14px;	
}
.txtTextDetail {
	font:Tahoma, Arial;
	font-size: 11px;
	color: #333333;
	
}
.txtWhite1 {
	color: #FFF;
}
.txtBlackYellow {
	color:#666;
	background-color:#FFC;
}
.txtRedPink {
	color:#C00;
	background-color:#FCC;
}
.txtRed {	
	color:#C00;
}
.txtRedBold {
	color:#C00;
	font-weight:bold;
}
.txtBold {
	color:#666;
	font-weight:bold;	
}
.txtURLBoldWhite {
	color:#FFF;
}
.txtGreen {
	color:#9C0;
}
.txtBlue {
	color:#09F;
}
.txtBlueBold {
	color:#09F;
	font-weight:bold;
}
.txtPink {
	color:#F69;
}
.txtOrange {
	color:#F90;
}
.border1 {
	font-size: 11px;
	color: #333;
	height: 17px;
	border: 1px solid #333;
}
.border2 {
	font-size: 11px;
	color: #333;
	border: 1px solid #333;
}.borderOrange1 {
	border: 1px solid #09C;
}
.borderDash {
	border: 1px dashed #FC3;
	background-color:#FFFFE6;
}
