body.q_body {
 background-color:#000000;
 background-repeat:no-repeat;
 background-attachment: fixed;
 font-family: Arial;
}

font.q_label {
 color: orange;
 font-family: Arial;
 font-size: 16px;
 text-align: center;
}

font.q_text {
 color: black;
 font-family: Arial;
 font-size: 16px;
 text-align: center;
}

a.q_link {
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#EDB868;
 text-decoration:none;
 font-weight: bold;
}

a.q_link:hover {
color:#CCBF97;
}

table.q_table {
 background-color: #BEC1C6;
 border-color: white;
 font-family: Arial;
 font-style: normal;
 border-style: solid;
 text-indent: 10px;
 border-collapse: collapse;
 border-width: 0;
 margin-left: auto;
 margin-right: auto;
 width:600px;
}

table.q_table_desc {
 background-color: #BEC1C6;
 border-color: white;
 font-family: Arial;
 font-style: normal;
 color: black;
 border-style: solid;
 border-width:0px;
 margin: 10px;
 text-indent: 10px;
}

td.td_logo{
 height:90px;
 border-bottom-width:1px;
 border-bottom-style: solid;
 border-bottom-color: white;
 text-indent: 0px;
}

td.td_top_menu {
 background-color:#585858;
 height:40px;
 border-bottom-width:1px;
 border-bottom-style:solid;
 border-bottom-color:white;
}

td.td_content {
 height:366px;
 text-align: center;
}

td.td_bottom_menu {
 background-color: #585858;
 height:40px;
 text-align: right;
 border-top-width:1px;
 border-top-style: solid;
 border-top-color: white;
}

td.head_table {
 color: black;
 font-family: Arial;
 background-color: #9FA4AC;
}

input.textbox, input.button, textarea.textbox, select.dropdown {
font-family:Arial,Verdana,Helvetica; 
font-size:10px; 
color:#EDB868; 
background-color:#443329;
}


ul#tabs { list-style-type: none; margin: 30px 0 0 0; padding: 0 0 0.3em 0; }
ul#tabs li { display: inline; }
ul#tabs li a { color:#CCBF97; background-color: #000000; border: 2px solid #CCBF97; border-bottom: none; padding: 0.4em; text-decoration: none; }
ul#tabs li a:hover { background-color: #333333; }
ul#tabs li a.selected { color: #000000; background-color:#CCBF97; font-weight: bold;  }
div.tabContent { background-color:#000000; }
div.tabContent.hide { display: none; }
