/* CSS Document */

body	{ margin:10px; background-color: #F5A05B; }
p		{ font-family:Verdana, Arial, Helvetica, sans-serif; color:#333333; font-size:11px; }
a		{ color:#003399; }
h1		{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px; color:#666; margin-bottom:20px; margin-top:0px;  }
h2		{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#333; margin-bottom:0px; margin-top:20px;  }
img { border:0px; }

/* navbar */
table.navbar			{ width:750px; }
td.navbar				{ background-color:#EFEBB8; border-bottom:1px solid #990000; text-align:center; }
td.navbarSelected		{ background-color:#fff; border-bottom:1px solid #F7F5DB; text-align:center; border-right:1px solid #990000; border-left:1px solid #990000; border-top:1px solid #990000; }
td.navbarFirst			{ background-color:#F5A05B; border-bottom:1px solid #990000; width:20px; }
td.navbarSpace			{ background-color:#F5A05B; border-bottom:1px solid #990000; width:10px; }
td.navbarLast			{ background-color:#F5A05B; border-bottom:1px solid #990000; }
p.navbar				{ font-size:11px; }
a.navbar				{ text-decoration:none; color:#990000; }

/* content */
table.master			{ width:750px; height:400px; border-right:1px solid #990000; border-left:1px solid #990000; border-bottom:1px solid #990000; }
table.content			{ width:750px; background-color:#fff;  }
td.contentALeft			{ width:590px; vertical-align:top; }
td.contentARight		{ vertical-align:top; }
p.topicHeadline			{ font-size:13px; font-weight:bolder; color:#003399; margin-top:5px; margin-bottom:5px; }
p.topicText				{ font-size:10px; margin-bottom:20px; margin-top:0px; }
p.anzHeadline			{ font-family:"Times New Roman", Times, serif; font-size:16px; font-weight:bolder; color:#990000; margin-top:10px; margin-bottom:10px; }
p.anzText				{ font-size:11px; margin-bottom:10px; margin-top:0px; }
p.anzText2				{ font-size:11px; margin-bottom:8px; margin-top:0px; }

/* footer */
table.footer			{ width:750px;  background-color:#F5A05B;   }
p.footer				{ font-size:10px; margin-top:10px; margin-bottom:20px; }
a.footer				{ color:#333333; text-decoration:none; }