@charset "utf-8";
a {
	text-decoration: none;
	color: #0981C3;
}
a:hover {
	color: #5AA751;
	text-decoration: underline;
}


.fontsize-70 {
	font-size: 70%;
	line-height: 1.4em;
}
.fontsize-80 {
	font-size: 80%;
	line-height: 1.5em;
}
.fontsize-90 {
	font-size: 90%;
	line-height: 1.5em;
}
.fontsize-100 {
	font-size: 100%;
	line-height: 1.5em;
}
.fontsize-110 {
	font-size: 110%;
	line-height: 1.5em;
}


h1,h2,h3,h4,h5 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}

p 
 {
	margin: 0px;
	padding: 0px;
}

td {
	text-align: left;
}

.right {
	clear: right;
	float: right;
	margin-left: 5px;
}



dl,dt,dd,ul,ol,li{
	margin: 0px;
	padding: 0px;
	list-style:none;
	text-align: left;
}

img {
	border: 0px;
}
