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

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

.small_wht {
	font-size: 10px;
	font-family: arial;
	font-colour: #F03E46;
	color: #FFFFFF;
}

.header-cyan {
	font-size: 24px;
	font-family: arial;
	font-colour: #F03E46;
	color: #01ADEF;
}

.header-red {
	font-size: 24px;
	font-family: arial;
	font-colour: #ED1A3B;
	color: #ED1A3B;
}

.red14 {
	font-size: 14px;
	font-family: arial;
	font-colour: #F03E46;
	color: #F03E46;
}

.body {
	font-size: 14px;
	font-family: arial;
	font-colour: #343434;
	color: #343434;
}

.body_red {
	font-size: 14px;
	font-family: arial;
	font-colour: #ED1A3B;
	color: #ED1A3B;
}

.body_white {
	font-size: 14px;
	font-family: arial;
	font-colour: #ED1A3B;
	color: #FFFFFF;
}

