<style type="text/css">
.s{}
.style1 {	
	font-size: 13px;
}
.style2 {
	color: #0000FF;
	font-weight: bold;
	font-size: 15px;
}
.style3 {
	color: #000000;
	font-weight: bold;
	font-size: 15px;
}
.style4 {
	color: #FF0000;
	font-weight: bold;
	font-size: 15px;
}
.style5 {
	color: #000000;
	font-weight: bold;
	font-size: 22px;
}
.style6 {	
	font-size: 13px;
}
a:link {
	text-decoration: none;
	font-size: 13px;
	color: #FF9900;
}
a:visited {
	text-decoration: none;
	font-size: 13px;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	font-size: 13px;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	font-size: 13px;
	text-transform: none;
	font-variant: small-caps;
	color: #FF9900;
}
input[type="text"]
{
	border-color: #999;
	border-style: solid;
	border-width: 1px;
	background-color:;
	padding: 1px;
}
input[readOnly]
    {
    border:#DDD 1px solid;
    background:#AAA;
    }
input[type="password"]
{
	border-color: #999;
	border-style: solid;
	border-width: 1px;
	background-color:;
	padding: 1px;
}


</style>
