.bg-red { background-color: red; }
.bg-green { background-color: green; }

.absolute { position: absolute; }
.relative { position: relative; }

.valign-middle { vertical-align: middle; }

.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }

.float-left { float: left; }
.float-right { float: right; }

a.no-underline { text-decoration: none; }

.orange { color: #E64F22 !important; }
.white { color: #FFFFFF; }
.dgrey{ color: #666666; }
.lgrey{ color: #b6b6b6; }
.black{ color: #000000; }

.dgreen { color: #448238; }
.green { color: #58ae48; }
.red { color: #d20404 !important; }

.strong { font-weight: bold; }

.weight-normal { font-weight: normal; }

.letter-spacing1 { letter-spacing:1px; }

.font-size10 { font-size: 10px; }
.font-size11 { font-size: 11px; }
.font-size12 { font-size: 12px; }
.font-size13 { font-size: 13px; }
.font-size14 { font-size: 14px; }
.font-size16 { font-size: 16px; }
.font-size18 { font-size: 18px; }

.pdf_icon {
	background: url(http://www.threelocksgolfclub.co.uk/engine/images/icons/file_pdf.gif) no-repeat;
	display:block;
	font-size:11px;
	padding:0px 25px 6px 25px;
}
