
html, body {
margin: 0; padding: 0;
width: 100%;
height: 100%;
}

A:         { font-family: Arial, Verdana, Helvetica; font-size: 9pt; color: #990000; text-decoration: underline; font-weight: normal;}
A:link     { font-family: Arial, Verdana, Helvetica; font-size: 9pt; color: #990000; text-decoration: underline; font-weight: normal;}
A:visited  { font-family: Arial, Verdana, Helvetica; font-size: 9pt; color: #990000; text-decoration: underline; font-weight: normal;}
A:hover    { font-family: Arial, Verdana, Helvetica; font-size: 9pt; color: #3268B5; text-decoration: underline; font-weight: normal;}

.title     { font-family: Arial, Verdana, Helvetica; font-size: 10pt; color: #990000; font-weight: bold; font-style: normal; text-decoration: none;}
td     { font-family: Arial, Verdana, Helvetica; font-size: 9pt; color: #000000; font-weight: normal; font-style: normal; text-decoration: none;}

html, body, table, table td, form, inpput, label, textarea {
font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.default-font {
font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.big {
font-size: 20px;
}
.kinda-big {
font-size: 17px;
}
.smaller, a.smaller {
font-size: 0.9em;
}
.smallerer {
font-size: 0.8em;
}
.grey50 {
color: #545454;
}

.align-left {
text-align: left;
}
.align-center {
text-align: center;
}

.bold {
font-weight: bold;
}

.blocked {
display: block;
}

.nomargins {
margin: 0;
}

.indent {
padding-left: 15px;
}

.clear {
clear: both;
}

.qa-utility {
margin: 6px 0 4px 0;
}

.logo,
a.logo {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #000;
text-decoration: none;
background: url(/assets/images/bgs/logo-q-marks.jpg) no-repeat top right;
padding: 25px 0 25px 20px;
width: auto;
float: left;
margin-top: 25px;
}
a.logo span {
cursor: pointer;
}

.doc {
width: 999px;
margin: 0 auto;
}
.little-doc {
width: 90%;
margin: 0 auto;
}

.home {
position: relative;
overflow: hidden;
width: 800px;
height: 600px;
margin: 0 auto;
background: url(/assets/images/bgs/q-marks.jpg) no-repeat center center #fff;
}