body.q_body {
 background-color: white;
 font: tahoma;
}

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

font.q_text {
 charset=utf-8;
 color: black;
 font-family: tahoma;
 font-size: 14px;
 text-align: center;
}

a.q_link {
 font-family: tahoma;
 color: black;
 text-decoration: none;
 font-style: oblique;
 font-weight: bold;
 
 border-width: 0px;
}

a.q_link:hover {
color: orange;
}

table.q_table {
 background-color: white;
 border-color: black;
 font-family: tahoma;
 font-style: very small;
 border-style: solid;
 margin: 2px;
 text-indent: 4px;
 border-collapse: collapse;
 border-width: 1;
 width: 600;
 font-size: 14px;
 text-align: center;
 align: center;
}

table.q_table_desc {
 background-color: white;
 border-color: white;
 font-family: tahoma;
 font-style: small;
 color: black;
 border-style: solid;
 margin: 10px;
 text-indent: 6px;
}

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

td.td_top_menu {
 background-color: #ffffff;
 height: 0;
 border-bottom-width: 0;
 border-bottom-style: solid;
 border-bottom-color: white;
 border-width: 0;
}

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

td.td_bottom_menu {
 background-color: #5add45;
 height: 40;
 text-align: center;
 border-top-width: 0;
 border-top-style: solid;
 border-top-color: white;
 border-width: 0;
}

td.head_table {
 color: black;
 font-family: tahoma;
 background-color: #5add45;
}

input.textbox, input.button, textarea.textbox, select.dropdown {
 font-size: 10pt;
 font-family: "tahoma";
 background-color: #5add45;
 border: 1px solid #F3F3F3;
}

input.textbox:focus, input.button:focus, textarea.textbox:focus, select.dropdown:focus {
 font-size: 10pt;
 font-family: "tahoma";
 background-color: #F3F3F3;
 border: 1px solid #000000;
}

input.textbox:hover, input.button:hover, textarea.textbox:hover, select.dropdown:hover {
 font-size: 10pt;
 font-family: "tahoma";
 border: 0px solid #ffffff;
}

ul#tabs { list-style-type: none; margin: 20px 0 0 0; padding: 0 0 0.3em 0; }
ul#tabs li { display: inline; }
ul#tabs li a { color: black; background-color: #5add45; border: 0px solid White; border-bottom: none; padding: 0.4em; text-decoration: none; }
ul#tabs li a:hover { background-color: #5add45; }
ul#tabs li a.selected { color: #ffffff; background-color: White; font-weight: normal; padding: 0.7em 0.3em 0.38em 0.3em; }
div.tabContent { border: 0px solid White; padding: 0.5em; background-color: white; }
div.tabContent.hide { display: none; }
