.barBlue1 {
	background-color: rgb(135,200,255);
	color: white
}
.barBlue2 {
	background-color: rgb(10,85,152);
	color: white;
	font-family: arial;
	font-size:10px
}
.barBlack {
	background-color: black;
	color: white
}
.barWhite {
	background-color: white;
	color: white
}
.regYellow {
	background-color: rgb(254,245,228);
	color: black
}
.bigTitle {
	color: rgb(71,125,159);
	font-family: Arial Black, Verdana, arial;
	font-size: 14px
}
.content {
	color: black;
	font-family: Verdana, arial;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}
.content_chi {
	color: black;
	font-family: times, arial;
	font-size: 14px;
	line-height: 19px;
	text-align: justify;
}
.picsDesc {
	color: rgb(10,85,152);
	font-family: arial;
	font-size: 12px;
}

a.bluebg:link { 
	color: rgb(255,255,255);
	text-decoration: none;
	font-size: 10px;
	font-family:arial,verdana;
};
a.bluebg:visited { 
	color: rgb(255,255,255);
	text-decoration: none;
	font-size: 10px;
	font-family:arial,verdana;
};
a.bluebg:hover { 
	background-color: #FFFFFF;
	color: #31659C;
	text-decoration: none
	font-size: 10px;
	font-family:arial;
};