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

body { margin: 0px; }

a { text-decoration: none; color: #f59f00; font-weight: bold; focus outline: none; }

a:hover { color: #0e60a9; font-weight: bold; focus outline: none; }

a:active { color: #ff8800; font-weight: bold; focus outline: none; }

a:visited { color: #666666; font-weight: bold; focus outline: none; }

img { border: 0px; }

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

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

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

a.Menu { color: #ffffff; font-weight: bold; text-decoration: none; focus outline: none; }

a.Menu:hover { color: #f59f00; font-weight: bold; text-decoration: none; focus outline: none; }

a.Menu:active { color: #0e60a9; font-weight: bold; text-decoration: none; focus outline: none; }

a.Menu:visited { color: #cccccc; font-weight: bold; text-decoration: none; focus outline: none; }


.SubTitle { color: #4c4c4c; font-weight: bold; }

.SubTitleBlue { color: #0e60a9; font-weight: bold; }

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

.TextCenter { text-align: center; font-family: verdana; font-size: 13px; color: #4c4c4c;  }

.TextSmall { text-align: center; font-family: verdana; font-size: 9px; color: #4c4c4c;  }

.Text { text-align: left; font-family: verdana; font-size: 11px; color: #4c4c4c; }

.TextIntro { text-align: left; font-family: verdana; font-size: 13px; color: #4c4c4c; }

.TextBig { text-align: center; font-family: verdana; color: #6c6c6c; font-weight: bold; font-size: 20px; }

.TextTable { text-align: left; font-family: verdana; font-size: 11px; color: #4c4c4c;  }

/**************************************************************************************************
 ** Table Classes
 *************************************************************************************************/
table.ContainerCenter { border: 0px; align: center; }

table.Container { border: 0px; width: 100%; }

table.ContainerZero { border: 0px; width: 100%; backgroundcolor: none; }

table.Center { border: 0px; align: center; }

td.LogoBar { text-valign: top; height: 130px; }

td.MenuBar { background: #999999; text-valign: middle; height: 20px; }

td.FootBar { text-valign: middle; height: 100%; }

td.MenuItem { white-space: nowrap; text-align: center; padding: 0px 5px 0px 5px; }

td.LeftPanel { width: 100%; align: left; vertical-align: top; }

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

td.RightPanel { width: 100%; align: right; vertical-align: top; }

td.Spacer { height: 10px; }

td.Line { height: 1px; vertical-align: top; }
