@charset "utf-8";

body,td,th {
	font-size: small;
	line-height: 140%;
	font-weight: normal;
}
body {
	padding: 0px;
	margin: 0px;
}
h1,h2,h3,h4,h5,h6,form,ol,ul,li,hr,dl,dt,dd,address,em {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
img {
	border:0px;
}
em {
	font-style: normal;
	font-weight: bold;
	}
table {
	margin: 0px;
	padding: 0px;
	empty-cells: show;
	font-size: 100%;
	rules: all;
	border-collapse:collapse;
}
tr,th,td {
	/*	vertical-align: top; */
	text-align: left;
}
li {
	list-style-type: none;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
a {
	font-weight: normal;
	color: #1D3994;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #810081;
}
a:active {
	text-decoration: none;
}
address {
	font-style: normal;
	font-weight: normal;
}
.red {
	color: #E20029;
	}
.green {
	color: #66992d;
	}
.small-font2 {
	font-size: 10px;
	line-height: 14px;
	}
.t10 {
	margin-top: 10px;
	}
.t20 {
	margin-top: 20px;
}
.b5 {
	margin-bottom: 5px;
	}
.b10 {
	margin-bottom: 10px;
	}
.b1010 {
	margin-bottom: 10px;
	margin-top: 10px;
	}
.b1020 {
	margin-bottom: 20px;
	margin-top: 10px;
	}
.b20 {
	margin-bottom: 20px;
	}
.b2020 {
	margin-bottom: 20px;
	margin-top: 20px;
	}
.b30 {
	margin-bottom: 30px;
}
.b40 {
	margin-bottom: 40px;
}

a:hover img.hover {
 opacity:0.8;
 filter:alpha(opacity=80);
 -ms-filter: “alpha( opacity=80 )”;
}
.center {
    text-align: center;
}