@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Open Sans Bold;
    src: url(../fonts/OpenSans-Bold.ttf);
    font-weight: bold;
    font-style: normal;
}

h1 {font-family: "Open Sans Bold"; font-size:60px; line-height: 72px;}
h2 {font-family: "Georgia Regular", Times, serif; font-size:36px; letter-spacing:.3em; text-transform:uppercase;}
h3 {font-family: "Open Sans Bold"; font-size:44px; line-height: 60px;}
h4 {font-family: "Open Sans Bold"; font-size:28px; line-height: 36px;}
h5 {font-family: "Georgia Regular", Times, serif; font-size:14px; letter-spacing:.3em; text-transform:uppercase;}
h6 {}

#emailAlertsGrid .slick-column-name { 
	font-weight : bold;
}

.status {
	font-family:Open Sans;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#FF0000;
	padding-left:20px;
}

.kp td.link {
	color: #007700;
	cursor:pointer;
}

.link:hover {
	text-decoration:underline;
}

#welcomeMsg {
	font-weight:bold;
	color: #FFFFFF;
}

#emailAddress {
	width:200px;
}	
