
@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');

body {
	font-size: 11px;
	font-family: 'Verdana', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: #646464;
	margin: 0;
}

a {
	color: #0088c0;
}

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

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

.text9 { font-size: 9px !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; }

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

.white { color: #ffffff !important; }
.black { color: #000000 !important; }
.red { color:#ff0000 !important; }
.blue { color: #7fc6dc !important; }
.dblue { color: #0088c0 !important; }
.orange { color: #ff8d54 !important; }
.grey { color: #646464 !important; }
.dgrey { color: #575756; }

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

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

.vertical-align-middle { vertical-align: middle !important; }
.vertical-align-top { vertical-align: top !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; }
.display-none { display: none !important; }

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

.noborder { border: 0 !important; }
