.rcorners-light-gray { 
    background-color: #fafafa;
    border-radius: 5px; 
    border: 1px solid #cccccc; 
    padding: .5rem 1rem .5rem 1rem; 
    width: 100%; 
    height: auto; 
    margin-top: 30px; 
    margin-bottom: 30px;
}
.rcorners-light-yellow { 
    background-color: #fffbe5;
    border-radius: 5px; 
    border: 1px solid #cccccc; 
    padding: .5rem 1rem .5rem 1rem; 
    width: 100%; 
    height: auto; 
    margin-top: 30px; 
    margin-bottom: 30px;
}
.rcorners-light-red { 
    background-color: #ffe5e5;
    border-radius: 5px; 
    border: 1px solid #cccccc; 
    padding: .5rem 1rem .5rem 1rem; 
    width: 100%; 
    height: auto; 
    margin-top: 30px; 
    margin-bottom: 30px;
}
.graybox {
    background-color: #F5F5F5;
    padding: 10px;
    margin-bottom: 20px;
    font-family: Arial;
}
.redbox {
    background-color: #ffcccb;
    padding: 10px;
    margin-bottom: 20px;
    font-family: Arial;
}
.redtext {
    color:red;
    font-family: Arial;
}
.date {
    font-family: Arial;
    font-style: italic;
    text-align: right;
    padding-top: 10px;
} 



.attention-blue {
	 background-color:#0064a4;
	 color:#ffffff;
	 font-family:arial;
	 font-size:24px;
	 font-weight:bold;
	 padding:15px;
	 border-radius:5px;
	 margin-bottom:15px;
}
.attention-blue-small {
	 background-color:#0064a4;
	 color:#ffffff;
	 font-family:arial;
	 font-size:20px;
	 padding:15px;
	 border-radius:5px;
	 margin-bottom:15px;
}
 .yellow {
	 color:#ffd200;
}
 .white {
	 color:#ffffff;
}
.attention-red {
	 background-color:#cf2e2e;
	 color:#ffffff;
	 font-family:arial;
	 font-size:20px;
	 font-weight:bold;
	 padding:15px;
	 border-radius:5px;
	 margin-bottom:15px;
}
.small-text {
    color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:none;
}