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

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

a { text-decoration: none; color: #234F98; 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: #234F98; font-weight: bold; focus outline: none; }

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

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

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


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

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

.SubTitleBlue { color: #234F98; font-weight: bold; }

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

.Center { text-align: center; }

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

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

.TextBig { text-align: left; font-family: verdana; font-size: 16px; }

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

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

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

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

td.MenuBar { background: #CCCCCC; text-align: top; height: 20px; }

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

td.HeaderBar { height: 50px; }

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

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: 8px; }

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