html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}/************************************************************** rte *//* Left, center, right and justify alignment of text in block elements*/p.align-left, td.align-left, th.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left, address.align-left { text-align: left; }p.align-center, td.align-center, th.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.align-center { text-align: center; }p.align-right, td.align-right, th.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, div.align-right, address.align-right { text-align: right; }p.align-justify, td.align-justify, th.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-justify, address.align-justify { text-align: justify; }/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }/* Bullet styles for unordered lists.*/ul.component-items { color: #186900; list-style-type: circle; }ul.action-items { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }/* Numbering styles for ordered lists.*/ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/span.important { color: #8A0020; }span.name-of-person { color: #10007B; }span.detail { color: #186900; }/* Selectors for the default configuration of the link accessibity feature.*/a.external-link {}a.external-link-new-window {}a.internal-link {}a.internal-link-new-window {}a.download {}a.mail {}/***************************************************** CSS Document *//* CSS Document */body, td {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #505050;	line-height: 18px;}DIV {	line-height: 18px;}.csc-textpic-caption{  text-align:center;  font-size:10px;}.buttonArrow {	padding: 0 0 0 34px;	background: url(../images/layout/button-arrowgrey.gif) top left no-repeat;	line-height: 25px;}img{  border:0;}p{    padding: 0;    margin: 0;}a {    color: #be4713;	text-decoration:underline;}a:hover {	color: #a72700;	text-decoration:underline;}input {	font-size: 11px;	padding: 0px;}select {	font-size: 11px;	padding: 0px;}textarea {	font-size: 11px;	padding: 0px;}form {    padding: 0;    margin: 0;}ul {	margin: 0;	padding: 0;}ol {	margin: 0;	padding: 0;}ul li {	list-style: url('../images/layout/list.gif');	margin-left:16px;	line-height: 16px;}ol li {	margin-left:16px;}hr {	height:1px;	background-color: #c65d38;	border:0;}/* **************************************************************** *//*                                                   text formating *//* **************************************************************** */h1 {	font-family: arial, helvetica, sans-serif;	font-size: 18px;	color: #903406;	/*padding: 12px 20px 12px 32px;	line-height: 20px;*/	font-weight: normal;	margin: 0;}h2 {	display: block;	color: #952401;	font-size: 13px;	font-style: normal;	font-weight: bold;	line-height: 18px;	margin: 0 0 0 0;	padding: 0;	border-bottom: 1px solid #c65d38;}h3 {	display: block;	color: #acacac;		font-size: 13px;	font-style: normal;	font-weight: bold;	line-height: 18px;	margin: 0 0 18px 0;	padding: 0;}h4 {	font-size: 13px;	color: #323232;	font-weight: bold;	margin: 0;	margin-top: 5px;	margin-bottom: 5px;}h5 {	font-size: 12px;	margin: 0;	font-style: normal;	font-weight: normal;	color: #cccccc;	}.align-justify{	text-align: justify;}.align-right{	text-align: right;}
