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

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

.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; }
.underlined { text-decoration: underline !important; }

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

.color1 { color: #be1622 !important;  }
.color2 { color: #000000 !important;  }
.color3 { color: #006036 !important;  }
.color4 { color: #ffffff !important;  }
.color5 { color: #706f6f !important;  }

.georgia {
	font-family: georgia, arial, sans serif;
	font-style: italic !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; }

