/* CSS Document */
body { 
	background-color: #A9B98A;
	/* background-color: #D7DECC; */
}

.main_bk {
	background-color: #D7DECC;
}

.txt {
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 13px;
	color: #3D0964;
	text-decoration: none;
}
.txt a:link {
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 13px;
	color: #0000ff;
	text-decoration: underline;
}
.txt a:visited {
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 13px;
	color: #0000ff;
	text-decoration: underline;
}
.txt a:hover {
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 13px;
	color: #3D0964;
	text-decoration: none;
}

.purple_box {
	background-color: #390863;
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.purple_box a:link {
	background-color: #390863;
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 14px;
	color: #D7DECC;
	text-decoration: underline;
}
.purple_box a:visited {
	background-color: #390863;
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 14px;
	color: #D7DECC;
	text-decoration: underline;
}
.purple_box a:hover {
	background-color: #390863;
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.footer {
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}