body {
margin: 0 auto;
background-color: #000000;
text-align: center;
}

body,td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
}

#container {
width: 716px;
margin: 0px auto 0px auto;
background-color: #000000;
background-image: url(../_images/_inspo/inspobg.gif);
background-repeat: repeat-y;
}

#content {
width: 675px;
margin: 8px auto;
}

.tblcenter {
margin: 0 auto;
}

a {
color: #FF6600;
text-decoration: underline;
font-weight: bold;
}

a:hover {
text-decoration: underline;
color: #FB9E60;
font-weight: bold;
}

.inspotext {
font-weight: bold;
font-size: 11px;
color: #F7941C;
}

.title {
font-size: 12px;
font-weight: bold;
}

#dottedline {
width: 100%;
height: 25px;
border-top: 1px dotted #B5B5B5;
margin: 25px auto 0px auto;
}

.question {
color: #F7941C;
font-weight: bold;
}

.thickborder {
border: 6px solid #FFFFFF;
}


/* * * FORM * * */
.dropdown {
font-size: 9px;
}

form {
margin: 0;
padding: 0;
}

.required {
font-weight: bold;
text-align: right;
}


