.fontshadow {
	text-shadow: #000 1px 1px 1px;
	}

h1, h2, h3, h4, h5 {
	margin: 0 0 5px 0;
	padding: 0;
	}
	
h1 {
	font-size: 23px;
	font-weight: bold;
	}

h3 {
	font-size: 16px;
	font-weight: normal;
	}	
.fontRed {
	color: #c41425;
	}

.fontLightGrey {
	color: #737373;
	}
	
.fontDarkGrey {
	color: #555353;
	}

.fontYellow {
	color: #fff200;
	}

.fontBlue {
	color: #007db7;
	}

.font11px {
	font-size: 11px;
	line-height: 16px;
	}
	
.bold {
	font-weight: bold;
	}

.fontOrange {
	color: #ffc20e;
	}
	
.fontRedBright {
	color: #ed1b2f;
	}
	
.fontWhite {
	color: #fff;
	}