@charset "utf-8";
/* CSS Document */


.box-loudTop {
	font-family: Abel;
	font-size: 40px;
	font-style: normal;
	color: #333;
	font-weight: bold;
}
.email {
	font-family: Abel;
	font-size: 20px;
}
.bigNo {
	font-family: Montserrat;
	font-size: 36px;
	font-weight: bold;
	color: #CC0000;
}
.redH4 {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}
.blackH4 {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.chintuContentH3-blue {
	font-family: Montserrat;
	color: #036;
	font-size: 30px;
	font-weight: bold;
}
.chintuContentH3-black {
	font-family: Montserrat;
	color: #000;
	font-size: 30px;
	font-weight: bold;
}
.chintuTable {
	font-family: Montserrat;
	color: #000;
	font-size: 18px;
}

.chintuContentH3-Red {
	font-family: Montserrat;
	color: #C00;
	font-size: 36px;
	font-weight: bold;
}

.chintuContentH3-white {
	font-family: Abel;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
}
.chintuContentH3-whitebold {
	font-family: Montserrat;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
}

.redbackWhittextLink {
	font-family: Abel;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #CC0000;
	clear: left;
	height: 20px;
	width: 97px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding: 10px;
}
.chintuBasicPara {
	font-family: Abel;
	font-size: 20px;
}
.chintuBasicParaIta {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}

.chintuBasicPara-white {
	font-family: Abel;
	font-size: 20px;
	color: #FFF;
}
.tableHeadImg {
	background-image: url(../Images/chintu_tablehead_blue.png);
	background-repeat: repeat-x;
	width: auto;
	height: auto;
	background-position: center;
}
a {
    color: inherit;
    text-decoration: none;
}

a:hover 
{
     color:inherit; 
     text-decoration:none; 
     cursor:pointer;  
}
