img{
    border: 0px;
}

html, body{
    margin: 0px;
    padding: 0px;
}

.hr-left, .hr-right {
    width: 155px;
    height: 3px;
    background: #D6D6D6;
    margin: 7px 0px 3px 0px;
	vertical-align: middle;
}

.hr-left {
	float: left;
}

.hr-right {
	float: right;
}

.cls-txt-right, 
.cls-txt-left, 
.cls-txt-alert, 
.cls-txt-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-decoration: none;
	height: 24px;
}

.cls-txt-center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	text-decoration: none;
	height: 18px;
}

.cls-txt-bold {
	font-weight: bold;
	font-size: 13px;
}

.cls-txt-center {
	text-align: center;
}

.cls-txt-alert {
	text-align: left;
	color: #FF0000;
}

.cls-txt-left {
	text-align: left;
}

.cls-txt-right {
	text-align: right;
	padding-right: 5px;
	white-space: nowrap;
}

.btnForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #D7D7D7;
	border-right: 1px solid #C7C7C7;
	border-top: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	background-color: #FFFFFF;
	height: 23px;
	cursor: pointer;
}

.linkNormal,
a.linkNormal:link,
a.linkNormal:visited,
a.linkNormal:active,
.linkNormalSub,
a.linkNormalSub:link,
a.linkNormalSub:visited,
a.linkNormalSub:active,
.linkBold,
a.linkBold:link,
a.linkBold:visited,
a.linkBold:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.linkNormalSub,
a.linkNormalSub:link,
a.linkNormalSub:visited,
a.linkNormalSub:active
a.linkNormalSub:hover {
	text-decoration: underline;
}

.linkBold,
a.linkBold:link,
a.linkBold:visited,
a.linkBold:active {
	font-size: 13px;
	font-weight: bold;
}

a.linkNormal:hover, a.linkBold:hover {
	text-decoration: underline;
}


