
@import url('blueprint.css');
@import url('containers.css');
@import url('lists.css');
@import url('headers.css');
@import url('margins.css');
@import url('forms.css');
@import url('buttons.css');
@import url('hr.css');
@import url('triage.css');

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

.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; }
.text30 { font-size: 30px !important; }
.text32 { font-size: 32px !important; }
.text34 { font-size: 34px !important; }
.text42 { font-size: 42px !important; }

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

.white { color: #ffffff !important; }
.black { color: #000000 !important; }
.red { color:#8a1f11 !important; }

.blue {color: #194781 !important;}
.green {color: #3a9d19 !important;}
.orange {color: #de623d !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; }

.margin_center {margin: 0 auto;}

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

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

.noborder { border: 0 !important; }
