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

.mainbodytext  {
	font-family: Arial;
	color: #666666;
	font-size: 12px;	

}

.subbodytext  {
	font-family: Arial;
	color: #666666;
	font-size: 10px;	

}

.bigbodytext  {
	font-family: Arial;
	color: #666666;
	font-size: 15px;	

}

.copyrighttext  {
	font-family: Arial;
	color: #666666;
	font-size: 9px;	

}

a:link {
	color: #FF33CC;
}
a:visited {
	color: #FF33CC;
}
a:hover {
	color: #FF66CC;
}
a:active {
	color: #FF33CC;
}