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

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

a { text-decoration: none; color: #33CC00; focus outline: none; }

img { border: 0px; }

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

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

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

a.Menu { color: #FFFFFF; font-size: 11px; font-weight: bold; focus outline: none; }

a.Menu:hover { color: #33CC00; font-size: 11px; font-weight: bold; focus outline: none; }

a.Menu:active { color: #FFCCCC; font-size: 11px; font-weight: bold; focus outline: none; }

a.Menu:visited { color: #FFFF00; font-size: 11px; font-weight: bold; focus outline: none; }


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

.SubTitle { color: #000000; font-weight: bold; font-size: 13px; }

.SubTitleRed { color: #FF0000; font-weight: bold; font-size: 13px; }

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

.Center { text-align: center; font-family: verdana; font-size: 13px; }

.Text { text-align: left; font-family: verdana; font-size: 13px; }

.TextRight { text-align: right; font-family: verdana; font-size: 13px; }

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

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

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

td.LogoBar { text-align: top; height: 140px; background: #F7F7F7; }

td.MenuBar { background: #FF0000; text-align: middle; height: 20px; }

td.FootBar { background: #F7F7F7; text-align: top; height: 20px; }

td.HeaderBar { height: 50px; }

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

td.LeftPanel { width: 200px; vertical-align: top; background: #F7F7F7; }

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

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

td.Spacer { height: 8px; }

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