/**************************************************************************************************
 ** General Classes
 *************************************************************************************************/

body { margin: 0px; background: #FFFFFF; }

a { text-decoration: none; color: #100D75; }

img { border: 0px; }

hr { color: #666666; height: 1px; }

/**************************************************************************************************
 ** Font Classes
 *************************************************************************************************/

body, table, a { font-family: verdana; font-size: 11px; }

a.Menu { color: #100D75; font-weight: bold; }

a.Menu:hover { color: #F8EF00; font-weight: bold; }

a.Menu:active { color: #F8EF00; font-weight: bold; }

a.Menu:visited { color: #666666; font-weight: bold; }


.White { color: #FFFFFF; font-weight: bold; }

.SubTitle { color: #100D75; font-weight: bold; }

.SubSubTitle { color: #666666; font-weight: bold; }

.Justify { color: #100D75; text-align: left; }

.Center { color: #100D75; text-align: center; }

.TextTable { font-family: verdana; font-size: 11px; }

/**************************************************************************************************
 ** Table Classes
 *************************************************************************************************/
table.Container { border: 0px; width: 100%; }

td.LogoBar { height: 43px; background: #FFFFFF; }

td.MenuBar { background: #FFFFFF; text-align: center; height: 20px; }

td.HeaderBar { height: 50px; }

td.MenuItem { white-space: nowrap; padding: 0px 10px 0px 10px; }

td.LeftPanel { width: 160px; vertical-align: top; }

td.TextPanel { width: 100%; vertical-align: top; padding: 15px; background: #FFFFFF; }

td.RightPanel { width: 200px; vertical-align: top; align: left; background: #FFFFFF; }

td.Spacer { height: 10px; }

td.Line { height: 2px; }