body, th, td, div, p, a, font, span{
	text-decoration: none;
	font-size: 9px;
}
body{
    font: 72.5% "Trebuchet MS", sans-serif;
    /*margin: 15px;*/
	padding: 0;
	border:  0;
	margin:  0;
	background-color: white;
}
img{
	border: 0;
	vertical-align: middle;
}

a:link {
	font-weight: bold;
	color:#000
	}

a:visited {
	font-weight: bold;
	color:#333
	}

a:hover {
	font-weight: bold;
	color:#999;
	}
/*ALD*/
input{
	/*font-size:xx-small;*/
	font-size:12px;
	color:#1043A0;		
}
fieldset { border:1px solid #2779AA }

legend {
  padding: 0.2em 0.5em;
  border:1px solid #2779AA;
  color:#2779AA;
  font: 1.2em "Trebuchet MS", sans-serif; 
  font-weight: bold;
}
hr 
{
	color: #F2F5F7;
	background-color: #F2F5F7;
}
.logini {
	-moz-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	box-shadow:inset 0px 1px 0px 0px #dcecfb;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bddbfa), color-stop(1, #80b5ea) );
	background:-moz-linear-gradient( center top, #bddbfa 5%, #80b5ea 100% );
	background-color:#bddbfa;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #84bbf3;
	color:#ffffff;
	font-family:Arial;
	padding:5px 15px;
	text-decoration:none;
	text-shadow:0px 0px 4px #528ecc;
}
.login {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
	background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color:#63b8ee;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #3866a3;
	display:inline-block;
	color:#0E2D5F;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:5px 20px;
	text-decoration:none;
	text-shadow:0px 0px 2px #7cacde;
}.login:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee) );
	background:-moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
	background-color:#468ccf;
	color:#ffffff;
}.login:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
