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

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

a { text-decoration: none; color: #CC0000; }

img { border: 0px; }

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

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

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

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

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

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

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


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

.SubTitle { font-weight: bold; }

.SubTitleRed { color: #CC0000; font-weight: bold; }

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

.Center { text-align: center; }

.Justify { text-align: left; }

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

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

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

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

td.HeaderBar { height: 50px; }

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

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

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

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

td.Spacer { height: 10px; }

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