@import url('containers.css');

body {
	padding: 0;
	margin: 0;
}

a:focus, a:active { border: 0px; outline: 0px; }

img { border: 0; }

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

.text10 { font-size: 10px !important; }
.text11 { font-size: 11px !important; }
.text12 { font-size: 12px !important; }
.text13 { font-size: 13px !important; }
.text14 { font-size: 14px !important; }
.text15 { font-size: 15px !important; }
.text16 { font-size: 16px !important; }
.text18 { font-size: 18px !important; }
.text20 { font-size: 20px !important; }
.text24 { font-size: 24px !important; }

.bold { font-weight: bold !important; }
.italic { font-style: italic !important; }

.white { color: #ffffff !important; }
.black { color: #000000 !important; }
.error { color: #DF7A00 !important; }
.red { color:#8a1f11 !important; }
.pink { color:#004890 !important; }
.dgrey { color:#8c8c8c !important; }
.lgrey { color:#dcdcdc !important; }
.yellow { color:#323232 !important; }
.blue { color:#38ade8 !important; }

.color1 { color:#004890 !important; }
.color2 { color:#323232 !important; }
.color3 { color:#8c8c8c !important; }
.color4 { color:#ffffff !important; }
.color5 { color:#38ade8 !important; }
.color6 { color:#dcdcdc !important; }

.clear { clear: both !important; }
.last { margin-right: 0px !important; }

.line-height-default {
	line-height: 1.5 !important;
}

.vertical-align-middle { vertical-align: middle !important; }

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

.display-block { display: block !important; }

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

.noborder { border: 0 !important; }

iframe {
	z-index: 50;
}

p { margin: 0 0 15px 0; }

