.bg {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #01FFFF;
}

.content{
	font-family:Arial;
	font-size:13px;
	color:#000000;
	line-height: 20px;

}

.content_white{
	font-family:Arial;
	font-size:11px;
	color:#FFFFCC;
	line-height: 20px;

}

.title{
	font-family:Arial;
	font-size:15px;
	color:#333366;
	line-height: 20px;
	font-weight: bold;

}

.title_white{
	font-family:Arial;
	font-size:14px;
	color:#FFFFFF;
	line-height: 20px;
	font-weight: bold;

}

