body {
	margin: 0px auto;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	background-repeat: repeat;
	background-attachment: fixed;
	background-image: url(../index_images/base.gif);
	background-color: #FFFFFF;
}

a:link {
	color: #0071BC;
	text-decoration: none;
}
a:visited {
	color: #0071BC;
	text-decoration: none;
}
a:hover {
	color: #29ABE2;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
	
.gray13px {
	font-size: 13px;
	line-height: 20px;
	color: #666666;
}

.black12px {
	font-size: 12px;
	line-height: 17px;
	color: #000000;
}
.black13px {
	font-size: 13px;
	line-height: 20px;
	color: #000000;
}

.red{color: #FF0000}

.red12px {
	font-size: 12px;
	line-height: 17px;
	color: #FF0000;
}

.middle { 
	font-size: 18px; 
	font-weight: bolder; 
	line-height: 24px; 
	color: #429148;
}

.line{ 
	border: 1px solid #cccccc;
}