body {
	background-color: #ECDAC8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
a:link {
	text-decoration: none;
	color: #3399FF;
}
a:hover {
	text-decoration: underline;
	color: #FF6666;
}
a:visited {
	color: #996699;
}
.copyright {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 15px;
}
.new_font {
	color: #FF33CC;
}
.new_font:link {
	text-decoration: none;
	color: #FF33CC;
}
.new_font:hover {
	text-decoration: underline;
	color: #3399FF;
}

input, select, TEXTAREA {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	line-height: 18px;
	margin: 1px;
	padding: 1px;
	color: #339900;
}
.org_title {
	font-size: 15px;
	line-height: 20px;
	color: #FF6600;
}
.red_title {
	font-size: 15px;
	line-height: 20px;
	color: #CC3366;
}
.green_title {
	font-size: 15px;
	line-height: 20px;
	color: #669900;
}
.grey_bdr {
	border: 1px solid #CCCCCC;
}
