body,div,td {
	font-family: helvetica, arial, geneva, sans-serif; font-size: 12px; text-decoration: none; color: #000000;
}
body {
	background-color:#ededed;
	background-image: url('');
	background-repeat:repeat-x;
/*	background-image: url('images/background.png');
*/
	background-position: top;
	background-attachment: fixed;
	margin: 0;
}
a.underline {
text-decoration:none;
color:#0062bd;
}
a.underline:hover {
text-decoration:underline;
color:#0062bd;
}
a.underline2 {
text-decoration:none;
color:#000000;
}
a.underline2:hover {
text-decoration:underline;
color:#000000;
}

div.login{
	
	width:400px;
	height:340px;


	border: #cccccc solid 1px;
	background-image: url('images/10percent.png');
/*	background-color:#1d1d1e;
*/	background-color:#ffffff;

	-webkit-border-radius:10px;
	-moz-border-radius:10px;
/*	margin: 10px 0;*/
	margin:0px auto;

	padding-bottom: 10px;
}

input.login {
	background:#537e8c;
	padding: 9px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	border: none;
	width: 380px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

div.bar {
	background-color:#333333;
	width:80%;
	height:40px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

div.round {
	background-color:#ffffff;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#footer {
	background-color:#ffffff;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	
	width:200px;
}

table.formated{
border:0px;
cellspacing:1;
}
tr.top{
background-color:#d0dafd;
}
tr.top td{
font-family: helvetica, arial, geneva, sans-serif; font-size: 12px; text-decoration: none; color: #0033bb;
}
tr.color1{
background-color:#eff2ff;
}
tr.color1 td{
font-family: helvetica, arial, geneva, sans-serif; font-size: 12px; text-decoration: none; color: #666699;
}
tr.color2{
background-color:#ffffff;
}
tr.color2 td{
font-family: helvetica, arial, geneva, sans-serif; font-size: 12px; text-decoration: none; color: #666699;
}
tr.color1:hover td,tr.color2:hover td{
/*background-color:#d0dafd; */
/*font-family: helvetica, arial, geneva, sans-serif; font-size: 12px; text-decoration: none; color: #000000;*/
}
