/***********************************************/
/* HTML tag styles for use in ASPX pages       */
/***********************************************/

.aspx_body
{
 font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
 font-size:80%;
}

.aspx_dropdownitem
{
   font-family: Arial;
   font-size: 70%;
}

.aspx_table
{
   font-size: 70%;
   line-height: 1.3;
}

.aspx_rsmallcaps
{
 font-family: Times New Roman;
 font-variant:small-caps;
 font-weight:bold;
 font-size:80%;
 color: #B50019;
}

.aspx_warning
{
   font-weight: bold;
   font-size: 80%;
   border:solid;
   border-color:#B50019;
   border-style:solid;
   border-width:1px;
   padding:10px;
   background-color:#DDDDDD
}
.aspx_stage
{
   font-size: 70%;
   color: #B50019;
   text-decoration: none;
   background-color: #FFFFFF;
}

a.aspx_rsmallcaps
{
 font-family: Times New Roman;
 font-variant:small-caps;
 font-weight:bold;
 font-size:80%;
 color: #B50019;
 background-color: #FFFFFF;
 text-decoration:none;
}

a.aspx_rsmallcaps:hover
{
 font-family: Times New Roman;
 font-variant:small-caps;
 font-weight:bold;
 font-size:80%;
 color: #B50019;
 background-color: #DDDDDD;
 text-decoration:none;
}

.aspx_tabletext
{
   font-weight: normal;
   font-size: 80%;
   line-height: 1.2;
}

.aspx_tableitem
{
   font-weight: bold;
   font-size: 80%;
}

.aspx_medium
{
    font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
    font-size: 11px;
}

a.aspx_medium
{
    font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
    font-size: 11px; 
    text-decoration:none;
}

a.aspx_medium:hover
{
    font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
    font-size: 11px; 
    text-decoration:none;
    background-color: #DDDDDD;
}

.aspx_overliblink
{
   color:inherit;
}

.aspx_overliblink:hover
{
   color:inherit;
   text-decoration: none;
   cursor: help;
}

.aspx_overlibhelp
{
   color:inherit;
}

.aspx_overlibhelp:hover
{
   color:inherit;
   text-decoration: none;
   cursor:default;
}

.aspx_header
{
    font-weight: bold;
    font-size: 14px;
    color: #B50019;
    font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
    text-decoration: none
}

td.aspx_parentcell /* the cell in the main page where the table goes */
{
 background-color:White;
 vertical-align:top;
}

td.aspx_h30
{
 height:30px;
}

td.aspx_h20
{
 height:20px;
}

td.aspx_h10
{
 height:10px;
}

