body {
background-image: url(img/background.gif);
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
color:#FFFFFF;
line-height:1.4;
}

a:link {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FF6600;
}

.white {
color: #ffffff;
}
.black {
color: #000000;
}
.gray {
color: #666666;
}

p.lead{
line-height: 120%
}

h1, h2, h3 {
margin: 0px; padding: 0px; font-weight: normal;
}

.txt_08 { font-size: 8px; }
.txt_09 { font-size: 9px; }
.txt_10 {
	font-size: 10px;
	line-height: 130%;
}
.txt_11 { font-size: 11px; }
.txt_12 {
	font-size: 12px;
	line-height: 130%;
}
.txt_13 { font-size: 13px; }
.txt_14 {
	font-size: 14px;
	line-height: 130%;
}
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
div.content_title {
	margin:10px 0;
	padding:0;
	font-size: 15px;
}
p.title {
	margin:0 0 10px 5px;
	padding:0;
	font-size: 14px;
	font-weight:bold;
}
p.text {
	margin:0 0 30px 10px;
	padding:0;
}
p.top_img {
	margin:10px 0 10px;
	padding:0;
}