/* COMMON */
p, span, li, ul, ol, dd, dt, h1, h2, h3, h4, h5, h6, th, td, a, a:link, a:active, a:visited, a:hover
	{ font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; font-size: 11px; color: #022e61; }

p, li, ul, ol, dd, dt, h1, h2, h3, h4, h5, h6, th, a, a:link, a:active, a:visited, a:hover
	{ line-height:16px; }

.small
	{ font-size:11px; }


/* PARAGRAPHS */
p
	{ font-size: 11px; color: #022e61; }
p.text
	{ margin-top:2px; margin-bottom:4px; }
p.chapter
	{ margin-top:4px; margin-bottom:15px; }
p.headline
	{ margin-top:4px; margin-bottom:4px; font-weight:bold; }
p.booktitle
	{ color:#000000; font-weight:bold; margin-top:2px; margin-bottom:2px; }
p.pressbooktitle
	{ color:#C61957; font-weight:bold; margin-top:2px; margin-bottom:2px; }
p.errorlight
	{ color:#FF0000; margin-top:4px; margin-bottom:2px; }
p.error
	{ font-weight:bold; color:#FF0000; }
p.category
	{ font-size:11px; text-decoration:none; line-height:11px; color:#303030; margin-top:0px; margin-bottom:5px; }
p.copyright
	{ font-size: 10px; font-weight: normal; color: #000000;}
p.content
	{ font-size: 11px; color: #022e61; margin-top: 0px; margin-bottom: 7px; }


/* LISTS */
ul
	{ margin-top:3px; margin-bottom:4px; list-style-type:square; color:#E00008; }
ul.text
	{ margin-top:3px; margin-bottom:4px; margin-left:20px;}
ul.naviwhite
	{ color: #ffffff; font-size: 11px; font-weight: bold; line-height: 20px; margin-top: 10px; margin-bottom: 12px; margin-left: 10px; padding-left: 15px; list-style-type: square; list-style-position: outside; }
ul.naviwhite a, ul.naviwhite a:link, ul.naviwhite a:active, ul.naviwhite a:visited, ul.naviwhite a:hover
	{ text-decoration: none; color: #ffffff; font-size: 11px; font-weight: bold; }
ul.naviwhite a:hover
	{ text-decoration: underline; }
ul.navimain
	{ color: #033165; font-size: 11px; font-weight: bold; line-height: 20px; margin-top: 10px; margin-bottom: 10px; margin-left: 10px; padding-left: 15px; list-style-type: square; list-style-position: outside; }
ul.navimain a, ul.navimain a:link, ul.navimain a:active, ul.navimain a:visited, ul.navimain a:hover
	{ text-decoration: none; color: #033165; text-transform: uppercase; font-size: 11px; font-weight: bold; }
ul.navimain a:hover
	{ text-decoration: underline; }
ul.subnavimain
	{ color: #004CA5; font-size: 11px; font-weight: bold; line-height: 20px; margin-top: 2px; margin-bottom: 2px; margin-left: 10px; padding-left: 5px; list-style-type: square; list-style-position: outside; }
ul.subnavimain a, ul.subnavimain a:link, ul.subnavimain a:active, ul.subnavimain a:visited, ul.subnavimain a:hover
	{ text-decoration: none; color: #004CA5; text-transform: none; font-size: 11px; font-weight: bold; }
ul.subnavimain a:hover
	{ text-decoration: underline; }
ul.naviright
	{ color: #F7BA45; font-size: 11px; font-weight: bold; line-height: 20px; margin-top: 10px; margin-bottom: 10px; margin-left: 10px; padding-left: 15px; list-style-type: square; list-style-position: outside; }
ul.naviright a, ul.naviright a:link, ul.naviright a:active, ul.naviright a:visited, ul.naviright a:hover
	{ text-decoration: none; color: #F7BA45; text-transform: uppercase; font-size: 11px; font-weight: bold; }
ul.naviright a:hover
	{ text-decoration: underline; }


/* TABLE */
table.content
	{ border-top: 1px solid #ff9900; border-left: 1px solid #ff9900; border-right: 1px solid #ff9900; border-bottom: 1px solid #ff9900;}
th
	{ font-weight:bold; color:#FFFFFF; }
th.headline
	{ font-size: 12px; font-weight: bold; color: #022e61; 
	  padding-left: 0px; padding-right: 0px; padding-top: 2px; padding-bottom: 2px; margin-top: 5px;
	  margin-bottom: 5px; margin-left: 0px; margin-right: 0px; width: 100%; text-align:left; }
th.subheadline
	{ color:#000000; background-color:#E0E0E8; text-align:left; padding-top:2px; padding-bottom:2px; padding-left:6px; padding-right:4px; }
th.tabheadline
	{ background-color:#9A9A9A; text-align:center; padding-top:3px; padding-bottom:4px; padding-left:4px; padding-right:4px; }
td.list
	{ background-color:#F1F2F2; padding-top:3px; padding-bottom:3px; padding-left:4px; padding-right:4px; }
td.listfooter
	{ background-color:#DDDDDD; padding-top:3px; padding-bottom:3px; padding-left:4px; padding-right:4px; }
td.text
	{ background-color:#FFFFFF; padding-top:3px; padding-bottom:3px; padding-left:4px; padding-right:4px; }
td.error
	{ background-color:#FFFFFF; padding-top:4px; padding-bottom:0px; padding-left:0px; padding-right:0px; color:#FF0000 }
td.navpoint
	{ }
td.navpointon
	{ background-color: #ff9900;}


/* LINKS */
a, a:link, a:active, a:visited, a:hover
	{ font-weight: bold; color: #5892cd; text-decoration: none; }
a:active, a:hover
	{ text-decoration: underline; }

a.path
	{ color:#303030; font-weight:normal; }
a.path:link, a.path:visited
	{ text-decoration:underline; color:#303030; font-weight:normal; }
a.path:active, a.path:hover
	{ text-decoration:underline; color:#606060; font-weight:normal; }
a.comment, a.comment:link, a.comment:hover, a.comment:visited, a.comment:active
  { font-size:11px; }
a.navpoint, a.navpoint:link, a.navpoint:active, a.navpoint:visited, a.navpoint:hover
	{ font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; font-size: 10px; font-weight: bold; text-transform: uppercase; color: #484848;}
a.navpointon, a.navpointon:link, a.navpointon:active, a.navpointon:visited, a.navpointon:hover
	{ font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; font-size: 10px; font-weight: bold; text-transform: uppercase; color: #ffffff;}
a.rightnav, a.rightnav:link, a.rightnav:visited, a.rightnav:active, a.rightnav:hover
	{ font-weight:normal; font-size:11px; text-decoration:underline; color:#FFFFFF; }
a.rightnav:hover
	{ color:#E00008; }
a.copyright, a.copyright:link, a.copyright:active, a.copyright:visited, a.copyright:hover
	{ font-size: 10px; font-weight: normal; color: #000000;}


/* FORMS */
form
	{ display:inline; }
input, textarea, select
	{ font-family:Arial, Helvetica, Geneva, sans-serif; font-size:12px; color:#101010; }
.formXXL
	{ width:425px; border:1px solid #000000; }
.formXL
	{ width:298px; border:1px solid #000000; }
.formL
	{ width:200px; border:1px solid #000000; }
.formML
	{ width:130px; border:1px solid #000000; }
.formM
	{ width:100px; border:1px solid #000000; }
.formXS
	{ width:50px; border:1px solid #000000; }
.formXXS
	{ width:30px; border:1px solid #000000; }
input.buttonS
	{ width:50px; border:1px solid #000000; }
input.buttonM
	{ width:80px; border:1px solid #000000; }
input.buttonL
	{ width:100px; border:1px solid #000000; }


/* HEADLINES */
h1
	{ font-size:13px; font-weight:bold; color:#353A90; }
h2
	{ font-size:12px; font-weight:bold; color:#000000; }
h3	
	{ font-size:12px; font-weight:bold; color:#000000; }
