/* CSS Document */

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:26px;
font-weight:normal;
color:#FF9900;
letter-spacing:-1px;
line-height:90%;
}

h2 {
font-family:Georgia, Times New Roman, Times, serif;
font-size:17px;
font-weight:normal;
}

h3 {
font-family:Georgia, Times New Roman, Times, serif;
font-size:13px;
font-weight:bold;
color:#FF9900;
margin-bottom:-10px;
}

a:link, a:visited {
color:#5db0eb;
font-weight:normal;
text-decoration:none;
}

a:hover {
color:#ffcc00;
text-decoration:underline;
font-weight:normal;
}

.box {
padding:20px;
padding-top:0px;
padding-bottom:0px;
background-color:#ffffff;
border: 1px dashed #ffcc00;
}

ul {
padding:10px; /* firefox */
margin:10px;  /* ie */
}

.bio {
font-size:10px;
text-transform:uppercase;
border-top: 1px dashed #b2c0d9;
padding-top:10px;
}

.strap {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
text-transform:uppercase;
color:#FF9900;
letter-spacing:1px;
}

.questions {
color:#00aa7e;
}

.questionname {
font-size:10px;
text-transform:uppercase;
padding-top:-10px;
margin-top:-15px;
}

hr {
height:1px;
margin:0;
padding:0;
border-top:0;
border-bottom:1px dashed #b2c0d9;
}