@font-face {
    font-family:"RciCalibri";
    src: url("Calibri.eot") /* EOT file for IE */
}

@font-face {
    font-family:"RciCalibri";
    src: url("Calibri.ttf") /* TTF file for CSS3 browsers */
}

.rci_button {
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
 	 border-radius: 4px;
  	font-family: Calibri, RciCalibri;
  	color: #fff;
  	font-size: 16px;
  	background: #053E58 url(../images/bg_sharp.png) repeat 0 0;
  	padding: 9px 30px 9px 30px;
  	text-decoration: none;
	border: 1px solid #A4A4A4;
}

.rci_button:hover {
    -webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
 	 border-radius: 4px;
  	font-family: Calibri, RciCalibri;
  	color: #fff;
  	font-size: 16px;
  	background: #065377;
  	padding: 9px 30px 9px 30px;
  	text-decoration: none;
}	

.sub_header {
	font-size: 26px;
	font-weight: bold; 
	color: #C00000; 
	font-style: italic;
}
	
.content_text {
  	font-size: 18px;
	line-height: 25px; 
	text-align: justify;
	color: #7F7F7F;
}

.vr {
    width:10px;
    background-color:#000;
    position:absolute;
    top:0;
    bottom:0;
    left:150px;
}

.Mailto a:hover {
    text-decoration: underline;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
