@charset "UTF-8";
/* CSS Document */
.redleft {
    border-left: thin solid #A72A30;
    font-family: Arial, sans-serif;
    color: #29313d;	
	font-size: 16px;
	
}

.redright {
    border-right: thin solid #A72A30;
    font-family: Arial, sans-serif;
    color: #29313d;
	font-size: 16px;
   
}

.redtop  {
    border-top: thin solid #A72A30;
    font-family: Arial, sans-serif;
    color: #29313d; 
	font-size: 16px;
   
}

.redbottom {
    border-bottom: thin solid #A72A30;
    
	
}

.redbox{
    font-family: Arial, sans-serif;
    color: #29313d;
	font-size: 16px;
    border-top-width: thin;
    border-right-width: thin;
    border-left-width: thin;
	border-bottom-width: thin;
    border-top-color: #A72A30;
    border-right-color: #A72A30;
    border-left-color: #A72A30;
	border-bottom-color: #A72A30;
}

.text12 {
    font-family: Arial, sans-serif;
    color: #29313d;
    font-size: 12px;	
}
.text13 {
    font-family: Arial, sans-serif;
    color: #29313d;
    font-size: 13px;	
}

.text16 {
    font-family: Arial, sans-serif;
    color: #29313d;
    font-size: 16px;	
}

.text14 {
    font-family: Arial, sans-serif;
    color: #29313d;RED
    font-size: 14px;	
}

.text20 {
    font-family: Arial, sans-serif;
    color: #29313d;
    font-size: 20px;	
}

.redtext16 {
    font-family: Arial, sans-serif;
    color: #A72A30;
    font-size: 16px;	
}


.redback  {
   background-color: #A72A30;
    font-family: Arial, sans-serif;
    color: #f7f7f7; 
	font-size: 16px;
   
}

.redback2 {
   background-color: #A72A30;
    font-family: Arial, sans-serif;
    color: #29313d; 
	font-size: 16px;
   
}

.text24 {
    font-family: Arial, sans-serif;
    color: #29313d;
    font-size: 24px;	
}

.text26 {
    font-family: Arial, sans-serif;
    color: #29313d;
    font-size: 26px;
}

.text28 {
    font-family: Arial, sans-serif;
    color: #29313d;
    font-size: 28px;
}

.redtext28 {
    font-family: Arial, sans-serif;
    color: #A72A30;
    font-size: 28px;	
}

.redtext20 {
    font-family: Arial, sans-serif;
    color: #A72A30;
    font-size: 20px;	
}

.greyright {
    border-right: thin solid #ddd;
    font-family: Arial, sans-serif;
    color: #29313d;
	font-size: 16px;
   
}