
/* - - - - - - - - - - - - - - - - - - - -
  L A Y O U T - S T Y L E S
- - - - - - - - - - - - - - - - - - - - */

*						{ margin: 0; padding: 0; border: 0; }

a						{ text-decoration: none; }
a:hover					{ text-decoration: underline; }

body, p, a, td, li, span, div, label	 { color: #000; font: 11px Verdana, Arial, Helvetica, sans-serif }

body					{ margin: 0; padding: 0; overflow: hidden; behavior: url(htc/csshover.htc); /* use relative path to the HTML-document for behaviors */ }
body.frameNavigation	{ background: #fff url(../images/background/navBG.jpg) 0px 0px repeat-x; }
body.frameHead			{ background: #e6e6e6 url(../images/background/headerTopBG.jpg) 50% 0px repeat-y; }
body.frameShade			{ background: #fff url(../images/background/stageBG.jpg) 0px 0px repeat-x; }
body.frameFooter,
body.frameBlank			{ background: #fff; }

#footer					{ margin: 0px 0px 5px; }
#footer p				{ padding: 2px; }
#footer p, #footer a	{ font: 10px/14px Verdana, Arial, Helvetica, sans-serif; color: #fff; }
#footer a				{ text-decoration: underline; }
#footer a:hover			{ text-decoration: none; }

.nowrap					{ white-space: nowrap; }
