.clsInputStyle2
{
	border-right: black 2px solid;
	border-top: black 2px solid;
	font-size: 12px;
	background: #f4f4f4;
	border-left: black 2px solid;
	border-bottom: solid 2px  black;
	font-family: tahoma,arial;
}
.clsInputStyle
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 12px;
	background: #f4f4f4;
	border-left: black 1px solid;
	border-bottom: solid 1px  black;
	font-family: tahoma,arial;
}
.clsButtonStyle
{
	border-top-width: 1px;
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	border-left-width: 1px;
	font-size: 12px;
	border-left-color: #4d4d4d;
	background: #009999;
	border-bottom-width: 1px;
	border-bottom-color: #4d4d4d;
	padding-bottom: 2px;
	margin-left: 2px;
	cursor: hand;
	color: #fefeee;
	border-top-color: #d7ece9;
	padding-top: 2px;
	font-family: tahoma, arial;
	border-right-width: 1px;
	border-right-color: #d7ece9;
	outline-color: blue;
	outline-style: solid;
	outline-width: thick;
}
.clsButtonStyle2
{
	border-top-width: 1px;
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	border-left-width: 1px;
	font-size: 12px;
	border-left-color: #4d4d4d;
	background: #e1770e;
	border-bottom-width: 1px;
	border-bottom-color: #4d4d4d;
	padding-bottom: 2px;
	margin-left: 2px;
	cursor: hand;
	color: #fefeee;
	border-top-color: #d7ece9;
	padding-top: 2px;
	font-family: tahoma, arial;
	border-right-width: 1px;
	border-right-color: #d7ece9;
	outline-color: blue;
	outline-style: solid;
	outline-width: thick;
}
.clsTitle1
{
	font-size: 12px;
	margin: 2px;
	color: #000000;
	font-family: Tahoma, Arial;
}
.clsTitle2
{
	font-size: 12px;
	margin: 2px;
	color: #000066;
	font-family: Tahoma, Arial;
}

.clsTitle3
{
	font-weight: bold;
	font-size: 13px;
	margin: 1px 2px;
	color: #808080;
	font-family: Arial, Tahoma;
}


.clsLink1
{
	font-size: 11pt;
	margin: 2px 4px;
	color: #000000;
	font-family: Tahoma, Arial;
	text-decoration: none;
}
A.clsLink1
{
	text-decoration: none; color:#000080
}
a:hover.clsLink1
{
	color: orange;
}

.clsLink2
{
	font-size: 10pt;
	color: #000000;
	font-family: Tahoma, Arial;
	text-decoration: none
}
A.clsLink2
{
	text-decoration: none; color:#000080
}
a:hover.clsLink2
{
	color: orange;
}
.clsLink3
{
	font-size: 12pt;
	font-family: Tahoma, Arial;
	 text-decoration: underline ;color:#ffffff
}
A.clsLink3
{
	text-decoration: none; font-size:12
}
a:hover.clsLink3
{
	color: #ff9900;
}
.clsErrHandler
{
	font-size: 13px;
	margin: 2px 4px;
	color: #ff0000;
	font-family: Tahoma, Arial;
}
A
{
	font-family: Tahoma, Arial; color: #441f86;font-size:12;
}
a:hover
{
	color: brown;
}