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

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

.valign-top { vertical-align: top; }
.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; }

a.underline-onhover { text-decoration: none; }
a.underline-onhover:hover { text-decoration: underline; }

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

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

.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-size14 { font-size: 14px; }
.font-size16 { font-size: 16px; }
.font-size18 { font-size: 18px; }
.font-size20 { font-size: 20px; }

a.pdf {
	background: url(../images/icons/file_pdf.gif) no-repeat 0 0;
	padding-left: 25px;
	padding-top: 0px;
	height: 16px;
	display: block;
}
