
.txtTitle{
	font:"Georgia", Times New Roman, Times, serif;
	font-size: 10px;
	color: #666666;
}

.h1{
	font:"Georgia", Times New Roman, Times, serif;
	font-weight:normal;
	font-size: 12px;
	color: #5D68AF;
}

.txtMain{
	font:"Georgia", Times New Roman, Times, serif;
	font-size: 10px;
	color: #222222;
}
.h2{
	font:"Georgia", Times New Roman, Times, serif;
	font-weight:normal;
	font-size: 14px;
	color: #000000;
}
a:link {
	font-size: 12px;
	color: #5D68AF;
}
a:hover {
	/*text-decoration:underline;*/
	color: #0099FF;
}
.orange {
	color:#FF9900;
	font-size:13px;
	font:"Georgia", Times New Roman, Times, serif;
}