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

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

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

a:hover { color: #ffccccc; text-decoration: none; }

a:active { color: #666666; text-decoration: none; }

a:visited { color: #99ccff; text-decoration: none; }


img { border: 0px; }

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

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

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

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

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

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

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


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

.Medium { color: #FFFFFF; font-family: verdana; font-weight: bold; }

.SubTitle { color: #000000; font-family: verdana; font-weight: bold; }

.SubTitleBlue { color: #003366; font-family: verdana; font-weight: bold; }

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

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

.TextCenter { text-align: center; font-family: verdana; font-size: 11px; }

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

.LeftPanel { color: #003366; font-family: verdana; }

/**************************************************************************************************
 ** Table Classes
 *************************************************************************************************/

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

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

td.MenuBar { background: #999999; text-align: left; height: 40px; }

td.HeaderBar { height: 50px; }

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

td.Medium { height: 20px; background: #666666; }

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: #003366; }

td.RightPanelLink { width: 200px; vertical-align: top; background: #CCCCCC; }

td.Spacer { height: 10px; }

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