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

.dotted{
	border-bottom: dotted rgba(153,0,51,1) thin;
}
a:link.alertMsg, a:visited.alertMsg {
	background-color: #FFFFFF;
	text-decoration: underline dotted;
 	color: rgba(28,38,116,1);
}
a:hover.alertMsg {
	text-decoration:underline solid;
	text-decoration-color: rgba(153,0,51,1);
}	


	.alertList{
		padding: 0px 20px;
		font-size:0.8em;
		border-top: thin dotted #C7C7C7;	
		border-top: thin dotted rgba(153,0,51,1);	
	}
	@media(min-width:700px){
		.alertList {
		  font-size: 0.9em;
		}
	}
	@media(min-width:1100px){
		.alertList {
		  font-size: 1em;
		}
	}
   .oneAlert{
	    padding: 5px 0px ;
	    /*border-bottom: thin dotted #C7C7C7;*/
	    vertical-align: bottom;
	}
.alertHR{
	border-bottom: thin dotted #C7C7C7;
}
	h4.subTitle{
		text-align: center;
	    padding: 10px 0;
		margin:0;
	}
