a:link { color: #005CA2; text-decoration: none }
a:visited { color: #005CA2; text-decoration: none }
a:active { color: #0099FF; text-decoration: underline }
a:hover { color: #0099FF; text-decoration: underline }
a.LinkYes:link { color: #006633; text-decoration: none }
a.LinkYes:visited { color: #006633; text-decoration: none }
a.LinkYes:active { color: #006633; text-decoration: none }
a.LinkYes:hover { color: #006633; text-decoration: none }
a.LinkNo:link { color: #FF0000; text-decoration: none }
a.LinkNo:visited { color: #FF0000; text-decoration: none }
a.LinkNo:active { color: #FF0000; text-decoration: none }
a.LinkNo:hover { color: #FF0000; text-decoration: none }
a.LinkNormal:link { color: #003366; text-decoration: none }
a.LinkNormal:visited { color: #003366; text-decoration: none }
a.LinkNormal:active { color: #003366; text-decoration: none }
a.LinkNormal:hover { color: #003366; text-decoration: none }
body {
	margin: 0px  0px; padding: 0px  0px ;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
font,th,td,p{
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
input.InputFile {
	font-family: "Tahoma","Ms Sans Serif";
	font-size: 12px;
	/*width: 220px;	*/
}
input.InputText {
	font-family: "Tahoma","Ms Sans Serif";
	font-size: 12px;
	/*width: 150px;	*/
}
input.InputTextRight {
	font-family: Tahoma;
	font-size: 12px;
	text-align: right;
}
input.InputButton {
	font-family: "Tahoma","Ms Sans Serif";
	font-size: 12px;
	COLOR: #333333;
	background-color:#EBEBEB; /*#DADADA*/
	BORDER-RIGHT: #CFCFCF 1px solid;
	BORDER-TOP: #CFCFCF 1px solid;
	BORDER-LEFT: #CFCFCF 1px solid;
	BORDER-BOTTOM: #CFCFCF 1px solid;
}
select.selectDropDown {
	font-family: "Tahoma","Ms Sans Serif";
	font-size: 12px;
	COLOR: #333333;
	background-color:#FFFFFF; /*#DADADA*/
	BORDER-RIGHT: #CFCFCF 1px solid;
	BORDER-TOP: #CFCFCF 1px solid;
	BORDER-LEFT: #CFCFCF 1px solid;
	BORDER-BOTTOM: #CFCFCF 1px solid;
}
.TextRemark {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}
.TextRemarkNo {
	font-family: Tahoma;
	font-size: 12px;
	color: #FF0000;
}
.TextRemarkNormal {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}
.TextHeader {
	font-family: Tahoma;
	font-size: 12px;
	color: #C9C9C9;
	font-weight: bold;
}
.TextTbHeader {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.TextError {
	font-family: Tahoma;
	font-size: 12px;
	color: #FF0000;
}
.TextComplete {
	font-family: Tahoma;
	font-size: 12px;
	color: #006600;
}
