@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626262;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-image: url(images/bg.jpg);
}
.style1 {font-size: 11px}
a:link {
	color: #626262;
	text-decoration: none;
}
a:visited {
	color: #626262;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #626262;
	text-decoration: none;
}
.style2 {
	color: #03a5e0;
	font-size: 20px;
}
.style3 {
	color: #03a5e0;
	font-size: 15px;
	font-weight:bold;
}

.shadow {
    border: 1px solid #FFFFFF !important;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
    display: inline;
    margin-left: -2px;
    padding: 5px;
    position: relative;
    z-index: 90;
}
.shadow {
    background: -moz-linear-gradient(center top , #FFFFFF, #F2F2F2) repeat scroll 0 0 transparent;
}