.inputbtn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #435B94;
	background-color: Silver;
	border-style : outset;
	border-width : 2 2 2 2;
}
.text {
	font-family: "Verdana";
	font-size: 11px;
	font-weight: normal;
	border-width : 2 2 2 2;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: Navy;
	background-color : #CDCBC9;
	border-style : solid;
	border-width : 1 1 1 1;
}

.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #435B94;
	background-color: Silver;
	border-style : solid;
	border-width : 1 1 1 1;
}
.input1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #435B94;
	background-color: Silver;
	border-style : solid;
	border-width : 1 1 1 1;
}
a:link {
	color: #4169BC;
	text-decoration: none;
	font-variant: normal;
}
a:active {
	color: #525252;
	text-decoration: underline
}
a:hover {
	color: #525252;
	text-decoration: underline;
}

a:visited {
	color: #4169BC;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;	
}

