@charset "UTF-8";
/* CSS Document */


@media only screen and (min-width: 1200px){
.textRichTit {
    text-align: center; 
	font-size: 54pt;
	margin-top: 20px;  
	color: blue;
	line-height: 1.18;
	font-weight: bolder;
	font-family: verdana,geneva;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
.textRichTit {
    text-align: center; 
	font-size: 50pt; 
	margin-top: 20px;  
	padding-left: 17px;
	color: blue;
	line-height: 1.18;
	font-weight: bolder;
	font-family: verdana,geneva;
}
}
@media only screen and (min-width: 716px) and (max-width: 991px){
.textRichTit {
    text-align: center; 
	font-size: 37pt; 
	margin-top: 20px;  
	padding-left: 17px;
	color: blue;
	line-height: 1;
	font-weight: bolder;
	font-family: verdana,geneva;
}
}
@media only screen and (max-width: 715px){
.textRichTit {
    text-align: center; 
	font-size: 31pt; 
	margin-top: 20px;  
	padding-left: 17px;
	color: blue;
	line-height: 1;
	font-weight: bolder;
	font-family: verdana,geneva;
}
}
@media only screen and (min-width: 1200px){
.textRich {
    text-align: left; 
	font-size: 20pt; 
	margin-top: 20px;  
	padding-left: 17px;
	color: blue;
	line-height: 1.18;
	font-weight: bolder;
	font-family: verdana,geneva;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
.textRich {
    text-align: left; 
	font-size: 18pt; 
	margin-top: 20px;  
	padding-left: 17px;
	color: blue;
	line-height: 1.18;
	font-weight: bolder;
	font-family: verdana,geneva;
}
}
@media only screen and (min-width: 716px) and (max-width: 991px){
.textRich {
    text-align: left; 
	font-size: 13pt; 
	margin-top: 20px;  
	padding-left: 17px;
	color: blue;
	line-height: 1.18;
	font-weight: bolder;
	font-family: verdana,geneva;
}
}
@media only screen and (max-width: 715px){
.textRich {
    text-align: left; 
	font-size: 12pt; 
	margin-top: 20px;  
	padding-left: 17px;
	color: blue;
	line-height: 1.18;
	font-weight: bolder;
	font-family: verdana,geneva;
}
}
a:focus, a:hover {
    color: white;
    text-decoration: none;
}
a    {
    color: white;
}
