body.q_body {
 background-color: SlateGray;
 font: 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;
 color: black;
 text-decoration: none;
 font-style: oblique;
 font-weight: bold;
}

a.q_link:hover {
color: orange;
}

a.q_link_small {
font-family: Arial;
color: black;
text-decoration: none;
font-style: oblique;
font-weight: bold;
font-size: 14px;
}

a.q_link_small:hover {
color: orange;
}

table.q_table {
 background-color: gray;
 border-color: White;
 font-family: Arial;
 font-style: normal;
 border-style: solid;
 text-indent: 10px;
 border-collapse: collapse;
 border-width: 2;
}

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

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: #585858;
 height: 40;
 border-bottom-width: 1;
 border-bottom-style: solid;
 border-bottom-color: white;
}

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

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

td.head_table {
 color: white;
 font-family: Arial;
 background-color: #585858;
}

input.textbox, input.button, textarea.textbox, select.dropdown {
 font-size: 10pt;
 font-family: "arial";
 background-color: #C0C0C0;
 border: 1px solid #FFF3F3;
}

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

input.textbox:hover, input.button:hover, textarea.textbox:hover, select.dropdown:hover {
 font-size: 10pt;
 font-family: "arial";
 border: 1px solid red;
}


table.alerts
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 12px;
color: #404040;
width: 200px;
background-color: #fafafa;
border: 1px #dd5a25 solid;
border-collapse: collapse;
border-spacing: 0px;}


.alertHd
{ border-bottom: 2px solid #dd5a25;
background-color: #fff2ba;
text-align: center;
font-family: Verdana;
font-weight: bold;
font-size: 12px;
color: #404040;}



