body {
	color: #555;
}

a, a * {
	color: #555;
	text-decoration: underline;
}

a.imglink {
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

a:hover, a:hover * {
	color: #999;
}

/* font-family */
body, body * {
	font-family: Arial, "DejaVu Sans",  Helvetica, sans-serif;
}

/* font-size, line-height */
body, body * {
	font-size: 10pt;
}
h1, h1 * {
	font-size: 16pt;
	line-height: 110%;
	margin-bottom: 0.6em;
}
h2, h2 * {
	font-size: 15pt;
	line-height: 110%;
	margin-bottom: 0.7em;
}
h3, h3 * {
	font-size: 14pt;
	line-height: 110%;
	margin-bottom: 0.8em;
}
h4, h4 * {
	font-size: 13pt;
	line-height: 110%;
	margin-bottom: 0.9em;
}
h5, h5 * {
	font-size: 12pt;
	line-height: 110%;
	margin-bottom: 1em;
}
h6, h6 * {
	font-size: 11pt;
	line-height: 110%;
	margin-bottom: 1.2em;
}

p {
	line-height: 140%;
}
pre {
	line-height: 120%;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
	
	width: 480px;
	overflow: scroll;
}

p.bodytext {
	text-align: justify;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}

#right, #right p, #right p * {
	font-size: 8pt;
}

/* intro */
span.intro {
	display: block;
	background-color: #EFEFEF;
	width: auto;
	height: auto;
	padding: 8px;
	margin: 100px 40px 0 40px;
}

span.introinner, span.introinner * {
	font-family: "courier new",monospace;
	font-size: 14pt;
	line-height: 180%;
	text-indent: 1em;
	text-align: justify;
}

span.introfirstletter {
	font-size: 18pt;
	font-weight: bold;
}

span.introinner {
	display: block;
	width: auto;
	height: auto;
}

span.introauthor {
	font-style: italic;
	display: block;
	width: auto;
	font-size: 12pt;
	margin: 20px 0 0 0;
	height: auto;
	text-align: right;
}

span.intro-smaller {
        margin: 20px 40px 0 40px;
}
span.intro-smaller span.introinner, span.intro-smaller span.introinner * {
	font-size: 12pt;
}
span.intro-smaller span.introfirstletter {
        font-size: 18pt;
        font-weight: bold;
}

span.intro-smaller span.introauthor {
	font-size: 9pt;
}
	

/* menus */
ul.subnav, ul.subnav ul {
	list-style: none;
	margin: 0;
}

ul.subnav {
	padding: 0 0 0 10px;
}

ul.subnav ul {
	padding: 0 0 0 20px;
}

ul.subnav li {
	margin: 0;
	padding: 0;
}

#top-menu ul.subnav {
	margin: 0;
	padding: 0;
	display: block;
	height: 30px;
	float: right;
}

#top-menu li {
	display: inline;
}

#top-menu a {
	background-repeat: no-repeat;
	display: block;
	height: auto;
	padding: 8px 10px 0 10px;
	width: auto;
	text-decoration: none;
	float:left;
	outline: none;
	border-style: none;
	font-size: 15px;
}

#top-menu a:hover {
	background-image: url(img/menumarker.gif);
	background-position: center 2px;
}

#top-menu a:active,
#top-menu li.menuitem-cur a, 
#top-menu li.menuitem-cur a:hover {
	background-image: url(img/menumarker_f2.gif);
	background-position: center 0px;
}

.col ul.subnav a {
	text-decoration: none;
	line-height: 185%;
	border-color: #555;
	border-width: 1px;
	border-bottom-style: solid;
	padding: 0px 2px 0 2px;
}

.col ul.subnav a:hover {
	text-decoration: none;
	line-height: 185%;
	border-color: #FF9900;
	border-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
}

.col ul.subnav li.menuitem-cur a {
	border-width: 2px;
	border-color: #FF9900;
	border-right-style: solid;
}

div.modulebox {
	background-image: url(img/box_righttop.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	min-height: 83px;
	margin: 10px 0 0 0;
	padding: 0;
}

#right div.modulebox h1 {
	text-align: right;
}

div.modulebox h1 {
	font-size: 11pt;
	margin: 0;
	padding: 15px 20px 0 20px;
}

body code, body code *,
body pre, body pre *  {
	font-family: monospace, "courier new";
	white-space: nowrap;
	font-size: 8pt;
}

p.csc-caption {
	font-size: 8pt;
	color: #999;
	margin: 0 0 3px 0;
}

a.sdfootnoteanc, a.sdfootnotesym {
	text-decoration: none;

}

.small, .small *, sub, sub *, sup, sup * {
	font-size: 80%;
}

div.csc-frame {
	width: auto;
	height: 1%;
	height: auto !important;
	margin: 0;
	padding: 0;
}
div.csc-frame-invisible {
	display: none;
}
div.csc-frame-rulerBefore {
	border-top: 1px solid #CCCCCC;
	margin: 10px 0 0 0;
}
div.csc-frame-rulerAfter {
        border-bottom: 1px solid #CCCCCC;
        margin: 0 0 10px 0;
}
div.csc-frame-indent { 
	padding-left: 100px; 
}
div.csc-frame-indent3366 { 
	padding-left: 33%; 
}
div.csc-frame-indent6633 {
	padding-right: 33%;
}
div.csc-frame-frame1,
div.csc-frame-frame2 {
	margin: 10px 0 10px 0;
	padding: 2px 10px 2px 10px;
}
div.csc-frame-frame1 {
	border: 1px solid #CCCCCC;
}
div.csc-frame-frame2 {
	border: medium double #CCCCCC;
}
div.csc-frame-indent108010 {
	margin-left: 10%;
	margin-right: 10%;
}
p.csc-frame-frame1,
p.csc-frame-frame2 {
	 padding: 2px 8px 2px 8px;
	 border: 1px solid #CCCCCC;
}
p.csc-frame-frame1 {
	background-color: #EFEFEF;
}
p.csc-frame-frame2 {
	background-color: #F5FFAA;
}
div.csc-frame-guidingprinciple {
	margin: 20px 8% 20px 8%;
/*	margin-left: 8%;
	margin-right: 8%;*/
	padding: 8px 16px 8px 16px;
	background-color: #EFEFEF;
}
span.important, span.important {
	color: #BD0000;
}
span.name-of-person {
	color: #000080;
}
span.detail {
	color: #008000;
}

address:first-letter {
	background-color: red;
}

