body {
	background-image: url(img/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #0033CC;
}
a:visited {
	color: #0033CC;
}
a:hover {
	color: #0093C7;
}
a:active {
	color: #0093C7;
}

.txt {
	font-size: 80%;
	line-height: 145%;
}

.txt_bold {
	font-size: 80%;
	line-height: 170%;
	font-weight: bold;
	color: #293A45;
}

.list {
	font-size: 11px;
	color: #333333;
}

.blue_bold {
	font-size: 80%;
	line-height: 120%;
	font-weight: bold;
	color: #0473C6;
	padding-bottom: 3px;
}

.blue {
	font-size: 80%;
	line-height: 120%;
	color: #0473C6;
	padding-bottom: 3px;
	padding-top: 3px;
}

.blue_s {
	font-size: 80%;
	line-height: 135%;
	color: #0473C6;
}

