@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #3F4B58;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bolder;
}
.yellow_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCC00;
	font-weight:bolder;
}
a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bolder;
}
a:active {
	color: #666666;
	text-decoration: none;
	font-weight: bolder;
}
.blackText {
	color: #000000;
	size: 10px;
	font-weight: bolder;
}

.brownText {
	color: #660000;
	font-weight: bloder;
	size: 16px;
}