/* Basic */

* { margin: 0em; padding: 0em; }
body { width: 650px; font-family: Arial, sans-serif; font-size: 10pt; color: #000; background-color: #fff; }
#outer { padding: 0em; margin: 0em; }

/* Header */

#header { display: none; }
#logo { display: none; }
#logo-left { display: none; }
#logo-right { display: none; }
a img { border: none; }

/* Menu */

#menu { display: none; }
#content table th { font-weight: bold; padding: 0.5em; }
#content table td { padding: 0.5em; }
#content table tr.rowH { color: #fff; background: #006192 url(../images/common/a8.gif) top left repeat-x; }
#content table tr.rowA { background: #FDFDFD url(../images/common/a7.gif) top left repeat-x; border-top: solid 1px #fff; color: inherit; }
#content table tr.rowB { background: #F8F8F8 url(../images/common/a6.gif) top left repeat-x; border-top: solid 1px #fff; color: inherit; }

/* Primary Content */

#primaryContentContainer { background-color: #fff; float: none; margin: 0em 0em 0em 0em; width: 600px; }
#primaryContent { margin: 0px; padding: 0px; }

/* Secondary Content */

#secondaryContent { display: none; }
#secondaryContent .xbg { display: none; }

/* Tertiary Content */

#tertiaryContent { display: none; }
#tertiaryContent .xbg { display: none; }

/* Footer */

#footer { display: none; }
.clear { clear: both; }
