a:link{
	text-decoration:none;
	color:#333399;
	font-weight: bold;
}
a:visited{
	text-decoration:none;
	color:#993399;
	font-weight: bold;
}
a:active{
	text-decoration:underline;
	color:#339900;
	font-weight: bold;
}
a:hover{
	text-decoration:underline;
	color:#FF6600;
	font-weight: bold;
}

.normal{
	font-size:12px;
	line-height: 15px;
	color: #333333;
}

.img_left {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

.img_right {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
