/*
 *
 * Redefined tags
 *
 */

body                    {
                        margin-top: 0px;
                        margin-left: 0px;
                        }

img                     {
                        border: 0px;
                        }

/*
 *
 * Navigation
 *
 */

table.navigation        {
                        background-color: #e5e5e5;
                        width: 100%
                        }

td.navigation_left_cell {
                        padding-left: 10px; padding-top: 5px;
                        }

.navigation             {
                        font-family: Verdana;
                        font-size: 10px;
                        text-decoration: none;
                        color: 9aa9a4;
                        }

.navigation_selected    {
                        font-family: Verdana;
                        font-size: 10px;
                        text-decoration: none;
                        color: 9aa9a4;
                        }

/*
 *
 * Right navigation
 *
 */

td.navigation_right     {
                        font-family: Verdana;
                        font-size: 10px;
                        font-weight: bold;
                        }

a.navigation_right_sub      {
                            font-weight: bold;
                            }

a.navigation_right_sub      {
                            font-weight: normal;
                            }

span.navigation_right_sub   {
                            
                            }

/*
 *
 * Call
 *
 */

td.call                 {
                        padding-left: 10px; padding-right: 15px; padding-top: 15px;  padding-bottom: 15px;
                        }

/*
 *
 * Text
 *
 */

td.title                {
                        vertical-align: top;
                        padding-top: 20px; padding-left: 10px;
                        }

td.text                 {
                        vertical-align: top;
                        padding-left: 10px; padding-bottom: 20px;
                        }

p.title                 {
                        font-family: Arial, Helvetica;
                        font-size: 12pt;
                        color: #444444;
                        }
a.title                 {
                        text-decoration: none;
                        color: #444444;
                        }
p.short_text            {
                        font-family: Arial, Helvetica;
                        font-size: 10pt;
                        color: #444444;
                        }
p.text                  {
                        font-family: Arial, Helvetica;
                        font-size: 10pt;
                        color: #444444;
                        }
a                       {
                        color: #444444;
                        text-decoration: none;
                        font-weight: bold;
                        }

