﻿/*
# Copyright (c) 2002-2003 The XIMS Project.
# See the file "LICENSE" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
# $Id: default.css,v 1.4 2004/02/20 14:17:57 fossi Exp $
*/

/*
a:link, span.MsoHyperlink {
	visible:false;
	color:blue;
	text-decoration:underline;
	text-underline:single;
}

a:visited, span.MsoHyperlinkFollowed {
	visible:false;
	color:purple;
	text-decoration:underline;
	text-underline:single;
}
*/

/**************************************************************************/
/* Begin: GENERAL FORMATS */


/* Document structure elements */

body {
	background-color: #ffffff;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	font-family:helvetica, arial, sans-serif;
	font-size:10pt;
}



/* Formatting elements */
/* abbr, acronym, cite, code, dfn, em, kbd, q, samp, strong, var sind Inline-Elemente für Auszeichnungen
im Text,  die bei der XHTML-Variante "Strict" innerhalb anderer Block-Elemente vorkommen müssen.  */
/* für b, bdo, br, del, div, hr, i, ins, span, sub, sup und tt wurden keine eigenen Styles festgelegt */

address {
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	font-family:helvetica, arial, sans-serif;
	font-size:10pt;
}

big {
	margin-left:0px;
	margin-right:0px;
	margin-bottom:12px;
	page-break-after:avoid;
	font-size:12pt;
	font-family:helvetica, arial, sans-serif;
	font-weight:bold;
}

blockquote {
	padding-left:20px;
	padding-right:20px;
	font-family:helvetica, arial, sans-serif;
	font-size:10pt;
	text-align:justify;
}

h1 {
	line-height: 110%;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:18px;
	page-break-after:avoid;
	font-size:18pt;
	font-family:helvetica, arial, sans-serif;
	font-weight:bold;
}

h2 {
	line-height: 105%;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:14px;
	page-break-after:avoid;
	font-size:16pt;
	font-family:helvetica, arial, sans-serif;
	font-weight:bold;
}

h3 {
	margin-left:0px;
	margin-right:0px;
	margin-bottom:12px;
	page-break-after:avoid;
	font-size:14pt;
	font-family:helvetica, arial, sans-serif;
	font-weight:bold;
}

h4 {
	margin-left:0px;
	margin-right:0px;
	margin-bottom:12px;
	page-break-after:avoid;
	font-size:12pt;
	font-family:helvetica, arial, sans-serif;
	font-weight:bold;
}

h5 {
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	font-size:10pt;
	font-family:helvetica, arial, sans-serif;
	font-weight:bold;
}

h6 {
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	font-size:10pt;
	font-family:helvetica, arial, sans-serif;
	font-style:italic;
}

p {
	margin-top:0px;
	margin-bottom:10px;
	padding:0px;
	font-family:helvetica, arial, sans-serif;
	font-size:10pt;
}

pre {
	visible: false;
	margin:0px;
	font-size:10pt;
	font-family:"Courier New";
}

small {
	margin-left:0px;
	margin-right:0px;
	margin-bottom:12px;
	page-break-after:avoid;
	font-size:8pt;
	font-family:helvetica, arial, sans-serif;
}


/* List elements */
/* für das li-Tag wurden keine Styles definiert */


dl {
	margin-left:10px;
}

dt {
	page-break-after:avoid;
	font-size:10pt;
	font-family:helvetica, arial, sans-serif;
}

dd {
	margin-bottom:10px;
	page-break-after:avoid;
	font-size:10pt;
	font-family:helvetica, arial, sans-serif;
}

/* Hyperlink elements */


a:link {
	visible: false;
	color: #123853;
}

a:visited {
	visible: false;
	color: #123853;
}

a:hover {
	visible: false;
	color: #222222;
}

/* pseudo hyperlink for pub-preview */
span.pseudolink {
	visible:false;
	color:#123853;
	text-decoration:underline;
}

/* Image and image map elements */
/* für map und area wurden keine Styles definiert. */


img {
	border: 0px;
}

/* Table elements */
/* für col, colgroup, tbody und tr wurden keine Styles definiert. */

caption {
	page-break-after:avoid;
	font-size:10pt;
	font-family:helvetica, arial, sans-serif;
	font-weight:bold;
}

table {
	border:0px;
}

th {
	background-color:#ced3d6;
	font-family:helvetica, arial, sans-serif;
	font-size:10pt;
/*	border:1px solid #888888; */
	padding-left:2px;
	padding-right:2px;
}

td {
	font-family:helvetica, arial, sans-serif;
	font-size:10pt;
}

td.grey {
	background-color:#eeeeee;
}

td.darkgrey {
	background-color:#999999;
}

td.orange {
	background-color:#feebda;
}

td.darkorange {
	background-color:#f98516;
}

td.blue {
	background-color:#e1e7ea;
}

td.darkblue {
	background-color:#123853;
}

td.red {
	background-color:#f9e8e8;
}

td.darkred {
	background-color:#dd6e6e;
}


td.lightblue {
	visible:false;
	background-color:#ced3d6;
	font-family:helvetica, arial, sans-serif;
	font-size:10pt;
	font-weight:bold;
	border:1px solid #888888;
	padding-left:2px;
	padding-right:2px;
}

thead {
	background-color:#ced3d6;
	font-family:helvetica, arial, sans-serif;
	font-size:10pt;
	font-weight:bold;
	padding-left:2px;
	padding-right:2px;
}

tfoot {
	page-break-after:avoid;
	font-size:10pt;
	font-family:helvetica, arial, sans-serif;
	font-style:italic;
}

tt {
	font-family:courier;
}

/* Form elements */
/* für all diese Tags wurden keine allgemeinen Styles definiert
(button, fieldset, form, label, legend, input, option, optgroup, select, textarea)*/


/* Executable content elements */
/* für all diese Tags wurden keine allgemeinen Styles definiert
(applet, object, param)*/


/* End: GENERAL FORMATS */
/**************************************************************************/



/**************************************************************************/
/* Begin: FORMATS (UNISITES) */
/* Formats for the uni-header, the uni-search, standardLinks, departmentLinks, documentLinks, */
/* the content, the uni-footer, the list elements and the uni-forum */


/* uni-header */

.bluebg {
	visible:false;
	background-color:#123853;
	color:#ffffff;
}

td.pathbg {
	visible:false;
	padding-left:20px;
	font-family:helvetica, arial, sans-serif;
	font-size:10pt;
}

a.nodeco {
	visible:false;
	text-decoration:none;
}

a.nodeco:visited {
	visible:false;
	text-decoration:none;
}

a.textonlyLink:link {
	visible:false;
	color: #ffffff;
}

a.textonlyLink:visited {
	visible:false;
	color: #ffffff;
}

a.textonlyLink:hover {
	visible:false;
	color: #cccccc;
}

/* for the blockquote in the print-version */
p.printzitat {
	visible: false;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:8px;
	margin-right:8px;
	padding:10px;
	line-height:120%;
	font-family:helvetica, arial, sans-serif;
	border:1px solid #999999;
	font-size:10pt;
}

.printzitatContent {
	padding: 10px;
	line-height:120%;
	text-align:justify;
}


/* uni-search (Schnellsuche) */

td.links {
	visible:false;
	padding-left:3px;
	vertical-align:top;
	line-height:120%;
}

form.qsearch {
	padding-left:2px;
	margin-bottom:0px;
}

input.qsfield {
	width:100px;
	font-size:9pt;
}


/* standardLinks, departmentLinks, documentLinks, content */

.stdlinks {
	visible:false;
	width:128px;
	margin-top:10px;
	padding-top:4px;
	padding-left:4px;
	padding-bottom:4px;
	border:1px solid #999999;
	font-family:helvetica, arial, sans-serif;
	font-size:10pt;
	line-height:100%;
}

.deptlinks {
	visible:false;
	width:128px;
	margin-top:10px;
	padding-top:4px;
	padding-left:4px;
	padding-bottom:4px;
	border:1px solid #123853;
	font-family:helvetica, arial, sans-serif;
	font-size:10pt;
	line-height:100%;
}

.documentlinks {
	visible:false;
	width:128px;
	margin-top:10px;
	padding-top:4px;
	padding-left:4px;
	padding-bottom:4px;
	border:1px solid #123853;
	font-family: helvetica, arial, sans-serif;
	font-size:10pt;
	line-height:100%;
}

/* docbook */
div.toc {
        background-color:#efefef;
        border: 1px solid #cccccc;
        margin: 1px 0px 1px 0px;
        padding: 2px 0px 3px 20px;
}

div.main-content {
        background-color: white;
        border: 0;
        margin: 1px 0px 1px 0px;
        padding: 2px 2px 5px 10px;
}

div.toc-item {
        font-size:12px;
        margin: 0px 0px 2px 25px;
}

div.programlisting {
        color: black;
        padding: 1em;
        background-color:#eeeeee;
        border-color: white;
        border-width: 2px 2px 2px 2px;
        border-style: solid;
}

div.section {
    padding-left:6px;
}

div.footer-nav {
    border-top: 1px solid #cccccc;
}

div.legal {
    float: right;
}


/* uni-footer */

div.footer {
	visible:false;
	margin-top:24px;
}

.metafooter {
	visible: false;
	color: #a9a9a9;
	font-family: helvetica, arial, sans-serif;
	font-size: 8pt;
	margin-top: 32px;
	text-align:center;
}

p.copy  {
	visible:false;
	color:#a9a9a9;
	font-size:8pt;
	margin-top:8px;
	text-align:center;
}



/* list element formats */

li.linklist, ul.linklist {
	equivClass: DFLists;
	caption:Link List;
	padding-left:8px;
	line-height:150%;
	list-style-image:url("/tuwasroot/images/icons/list_SymbolicLink.gif");
	text-indent:-5px;
}

li.externallinklist, ul.externallinklist {
	equivClass: DFLists;
	caption:External Link List;
	padding-left:8px;
	line-height:150%;
	list-style-image:url("/tuwasroot/images/icons/list_URL.gif");
	text-indent:-5px;
}

li.documentlist, ul.documentlist {
	equivClass: DFLists;
	caption:Document List;
	padding-left:8px;
	line-height:150%;
	list-style-image:url("/tuwasroot/images/icons/list_HTML.gif");
	text-indent:-5px;
}

/* ewebeditpro can not handle the double li.* entries, so we have to move this to an extra class */
li.list_HTML {
	equivClass: DFLists;
	visible:false;
	padding-left:8px;
	line-height:150%;
	list-style-image:url("/tuwasroot/images/icons/list_HTML.gif");
	text-indent:-5px;
}


li.pdflist, ul.pdflist {
	equivClass: DFLists;
	caption:PDF List;
	padding-left:8px;
	line-height:150%;
	list-style-image: url("/tuwasroot/images/icons/list_PDF.gif");
	text-indent:-5px;
}

li.list_PDF {
	equivClass: DFLists;
	visible:false;
	padding-left:8px;
	line-height:150%;
	list-style-image: url("/tuwasroot/images/icons/list_PDF.gif");
	text-indent:-5px;
}


li.wordlist, ul.wordlist {
	equivClass: DFLists;
	caption:MS-Word List;
	padding-left:8px;
	line-height:150%;
	list-style-image:url("/tuwasroot/images/icons/list_DOC.gif");
	text-indent:-5px;
}

li.wordlist, li.list_DOC, ul.wordlist {
	equivClass: DFLists;
	visible:false;
	padding-left:8px;
	line-height:150%;
	list-style-image:url("/tuwasroot/images/icons/list_DOC.gif");
	text-indent:-5px;
}

li.excellist, ul.excellist {
	equivClass: DFLists;
	caption:MS-Excel List;
	padding-left:8px;
	line-height:150%;
	list-style-image:url("/tuwasroot/images/icons/list_XLS.gif");
	text-indent:-5px;
}

li.list_XLS {
	equivClass: DFLists;
	visible:false;
	padding-left:8px;
	line-height:150%;
	list-style-image:url("/tuwasroot/images/icons/list_XLS.gif");
	text-indent:-5px;
}

li.pptlist, ul.pptlist {
	equivClass: DFLists;
	caption:MS-Powerpoint List;
	padding-left:8px;
	line-height:150%;
	list-style-image:url("/tuwasroot/images/icons/list_PPT.gif");
	text-indent:-5px;
}

li.list_PPT {
	equivClass: DFLists;
	visible:false;
	padding-left:8px;
	line-height:150%;
	list-style-image:url("/tuwasroot/images/icons/list_PPT.gif");
	text-indent:-5px;
}

li.folderlist, ul.folderlist {
	equivClass: DFLists;
	caption:Folder List;
	padding-left:8px;
	line-height:150%;
	list-style-image:url("/tuwasroot/images/icons/list_Container.gif");
	text-indent:-5px;
}

li.list_Container {
	equivClass: DFLists;
	visible:false;
	padding-left:8px;
	line-height:150%;
	list-style-image:url("/tuwasroot/images/icons/list_Container.gif");
	text-indent:-5px;
}

li.bulletlist, ul.bulletlist {
	equivClass: DFLists;
	caption:Bullet List;
	padding-left:8px;
	line-height:150%;
	list-style-image:url("/tuwasroot/images/icons/list_bullet.gif");
	text-indent:-5px;
}

li.imagelist, ul.imagelist {
	equivClass: DFLists;
	caption:Image List;
	padding-left:8px;
	line-height:150%;
	list-style-image:url("/tuwasroot/images/icons/list_PNG.gif");
	text-indent:-5px;
}

li.list_GIF, li.list_PNG, li.list_JPG, li.list_TIFF {
	equivClass: DFLists;
	visible:false;
	padding-left:8px;
	line-height:150%;
	list-style-image:url("/tuwasroot/images/icons/list_PNG.gif");
	text-indent:-5px;
}


li.sdocbooklist, ul.sdocbooklist {
	equivClass: DFLists;
	caption:sDocBook List;
	padding-left:8px;
	line-height:150%;
	list-style-image:url("/tuwasroot/images/icons/list_sDocBookXML.gif");
	text-indent:-5px;
}

li.list_sDocBookXML {
	equivClass: DFLists;
	visible:false;
	padding-left:8px;
	line-height:150%;
	list-style-image:url("/tuwasroot/images/icons/list_sDocBookXML.gif");
	text-indent:-5px;
}

li.list_AXPML {
       equivClass: DFLists;
       visible:false;
       padding-left:8px;
       line-height:150%;
       list-style-image:url("/tuwasroot/images/icons/list_AXPML.gif");
       text-indent:-5px;
}

li.emaillist, ul.emaillist {
	equivClass: DFLists;
	caption:Email List;
	padding-left:8px;
	line-height:150%;
	list-style-image:url("/tuwasroot/images/icons/list_Email.gif");
	text-indent:-5px;
}

/* formats for the uni-forum */

.forumbox {
	visible:false;
	border:1px solid #888888;
	padding-left:2px;
	padding-right:2px;
}

.forumhead {
	visible:false;
	background-color:#ced3d6;
	font-family:helvetica, arial, sans-serif;
	font-size:10pt;
}

.forumcontent	{
	visible:false;
	vertical-align:top;
	font-family:helvetica, arial, sans-serif;
	font-size:10pt;
	line-height:120%;
	text-align:left;
	padding-left:15px;
	padding-right:0px;
	padding-top:10px;
	padding-bottom:10px;
}

.foruminput {
	visible:false;
	border-top:#333333 solid 1px;
	border-bottom:#333333 solid 1px;
	border-right:#333333 solid 1px;
	border-left:#333333 solid 1px;
	font-family:verdana, helvetica, sans-serif;
	width:470px;
}

/* End: FORMATS (UNISITES) */
/**************************************************************************/



/**************************************************************************/
/* Begin: FORMATS (XIMS-SITES) */

.documenttitle {
	visible:false;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:6px;
	font-family:helvetica, arial, sans-serif;
	font-size:18pt;
}

.documentquote {
	visible:false;
	margin-top:6px;
	margin-bottom:6px;
	margin-left:6px;
	margin-right:6px;
	padding:6px;
	line-height:120%;
	font-family:helvetica, arial, sans-serif;
	border:1px solid #c0c0c0;
}

/* formating margins */

.marginless {
	visible:false;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}

.0left10top {
	visible:false;
	margin-left:0px;
	margin-top:10px;
}

.10left {
	visible:false;
	margin-left:10px;
}



/* formating links */

/* the following two for the uni-stylesheets */
.deptlink {
	visible:false;
	margin-bottom: 0px;
	padding-bottom: 8px;
}

.documentlink {
	visible: false;
	margin-bottom: 0px;
	padding-bottom: 8px;
}

.stdlink {
	visible: false;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


/* a.doclink for xims-quick-ref */
a.doclink {
	visible:false;
	text-decoration: none;
}

a.doclink:visited {
	visible: false;
	text-decoration: none;
}

a.logout {
	visible:false;
	color:red;
	text-decoration:none;
}

a.logout:visited {
	visible:false;
	color:red;
	text-decoration:none;
}

/* headerlinks for the text-version */
a.headerlink:link {
	visible: false;
	color: #ffffff;
}

a.headerlink:visited {
	visible: false;
	color: #ffffff;
}

a.headerlink:hover {
	visible: false;
	color: #cccccc;
}



/* formating paragraphs */

div.edit {
	visible:false;
	background-color:#ced3d6;
	border:1px solid;
	padding:5px 1px 1px 1px;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
}

p.bodyfollow {
	caption:First Line Indent;
	font-family:helvetica, arial, sans-serif;
	font-size:10pt;
	text-indent:10pt;
}

p.blockquote {
	caption:Blockquote;
	font-family:helvetica, arial, sans-serif;
	font-size:9pt;
	padding-left:20pt;
	padding-right:20pt;
	text-align:justify;
}

p.footertext {
	visible:false;
	caption:Footer;
	font-family:helvetica, arial, sans-serif;
	font-size:8pt;
	padding-left:10pt;
}



/* formating forms */

input.text {
	visible:false;
	border-top:#333333 solid 1px;
	border-bottom:#333333 solid 1px;
	border-right:#333333 solid 1px;
	border-left:#333333 solid 1px;
	font-size:10pt;
	font-family:verdana, helvetica, sans-serif;
}

textarea.text {
	visible:false;
	border-top:#333333 solid 1px;
	border-bottom:#333333 solid 1px;
	border-right:#333333 solid 1px;
	border-left:#333333 solid 1px;
	font-size:10pt;
	font-family:verdana, helvetica, sans-serif;
}

input.control {
	visible:false;
	background-color:#b1b5b8;
	margin-left:5px;
	border-top:#333333 solid 1px;
	border-bottom:#333333 solid 1px;
	border-right:#333333 solid 1px;
	border-left:#333333 solid 1px;
	font-family:verdana, helvetica, sans-serif;
}

input.control_small {
	visible:false;
	background-color:#b1b5b8;
	margin-left:0px;
	border-top:#333333 solid 1px;
	border-bottom:#333333 solid 1px;
	border-right:#333333 solid 1px;
	border-left:#333333 solid 1px;
	font-family:verdana, helvetica, sans-serif;
	font-size:8pt;
}

button.control {
	visible:false;
	background-color:#b1b5b8;
	margin-left:5px;
	border-top:#333333 solid 1px;
	border-bottom:#333333 solid 1px;
	border-right:#333333 solid 1px;
	border-left:#333333 solid 1px;
	font-family:verdana, helvetica, sans-serif;
}

/* others */

.pathinfo {
	visible:false;
	height:20px;
	background-color:#eeeeee;
	padding-left:10px;
}

table.footer {
	visible:false;
	width:98.7%;
	border: 1px solid #c0c0c0;
	color:#000000;
	background:#eeeeee;
	margin-top:10px;
	margin-bottom:5px;
	padding:0.5px;
}

/* message styles */
.error_msg {
	visible:false;
	background-color:red;
	color:white;
	border:0px solid;
	padding:2px 2px 2px 2px;
	margin-top:0px;
    line-height:20px;
}

.warning_msg {
	visible:false;
	background-color:yellow;
	color:black;
	border:0px solid;
	padding:2px 2px 2px 2px;
	margin-top:0px;
    line-height:20px;
}

.message {
	visible:false;
	background-color:green;
	color:white;
	border:0px solid;
	padding:2px 2px 2px 2px;
	margin-top:0px;
    line-height:20px;
}

.compulsory {
	visible:false;
	color:red;
}

.optional {
    visible:false;
    color:green;
}

.higlighted {
	equivClass: Louds;
	caption: Higlighted;
	background-color: yellow;
}

.important {
	equivClass: Louds;
	caption: Important;
	color: #dd6e6e;
}

/* used by access_denied.html for now only */
.action {
	visible: false;
	background-color: #ced3d6;
	border: #000000 1px solid;
	padding: 10px;
	margin: 10px;
}

span.cboxitem {
	visible:false;
	background-color:#eeeeee;
	border-color:silver;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	width:100px;
	float:left;
	font-family:helvetica, arial, sans-serif;
	font-size:9pt;
}


/* End: FORMATS (XIMS-SITES) */
/**************************************************************************/



/**************************************************************************/
/* Begin: FORMATS (eWebeditPro) */


p.MsoNormal, li.MsoNormal, div.MsoNormal  {
	visible: false;
	localeRef:mnuNorm;
	margin:0in;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoHeading7, li.MsoHeading7, div.MsoHeading7 {
	visible:false;
	margin-top:12.0pt;
	margin-right:0in;
	margin-bottom:3.0pt;
	margin-left:0in;
	font-size:12.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoHeading8, li.MsoHeading8, div.MsoHeading8 {
	visible:false;
	margin-top:12.0pt;
	margin-right:0in;
	margin-bottom:3.0pt;
	margin-left:0in;
	font-size:12.0pt;
	font-family: helvetica, arial, sans-serif;
	font-style:italic;
}

p.MsoHeading9, li.MsoHeading9, div.MsoHeading9 {
	visible:false;
	margin-top:12.0pt;
	margin-right:0in;
	margin-bottom:3.0pt;
	margin-left:0in;
	font-size:11.0pt;
	font-family:Arial;
}

p.MsoIndex1, li.MsoIndex1, div.MsoIndex1 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:10.0pt;
	margin-bottom:.0001pt;
	text-indent:-10.0pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoIndex2, li.MsoIndex2, div.MsoIndex2 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:20.0pt;
	margin-bottom:.0001pt;
	text-indent:-10.0pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoIndex3, li.MsoIndex3, div.MsoIndex3 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:30.0pt;
	margin-bottom:.0001pt;
	text-indent:-10.0pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoIndex4, li.MsoIndex4, div.MsoIndex4 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:40.0pt;
	margin-bottom:.0001pt;
	text-indent:-10.0pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoIndex5, li.MsoIndex5, div.MsoIndex5 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:50.0pt;
	margin-bottom:.0001pt;
	text-indent:-10.0pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoIndex6, li.MsoIndex6, div.MsoIndex6 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:60.0pt;
	margin-bottom:.0001pt;
	text-indent:-10.0pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoIndex7, li.MsoIndex7, div.MsoIndex7 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:70.0pt;
	margin-bottom:.0001pt;
	text-indent:-10.0pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoIndex8, li.MsoIndex8, div.MsoIndex8 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:80.0pt;
	margin-bottom:.0001pt;
	text-indent:-10.0pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoIndex9, li.MsoIndex9, div.MsoIndex9 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:1.25in;
	margin-bottom:.0001pt;
	text-indent:-10.0pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoToc1, li.MsoToc1, div.MsoToc1 {
	visible:false;
	margin:0in;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoToc2, li.MsoToc2, div.MsoToc2 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:10.0pt;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoToc3, li.MsoToc3, div.MsoToc3 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:20.0pt;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoToc4, li.MsoToc4, div.MsoToc4 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:30.0pt;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoToc5, li.MsoToc5, div.MsoToc5 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:40.0pt;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoToc6, li.MsoToc6, div.MsoToc6 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:50.0pt;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoToc7, li.MsoToc7, div.MsoToc7 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:60.0pt;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoToc8, li.MsoToc8, div.MsoToc8 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:70.0pt;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoToc9, li.MsoToc9, div.MsoToc9 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:80.0pt;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoNormalIndent, li.MsoNormalIndent, div.MsoNormalIndent {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.5in;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoFootnoteText, li.MsoFootnoteText, div.MsoFootnoteText {
	visible:false;
	margin:0in;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoCommentText, li.MsoCommentText, div.MsoCommentText {
	visible:false;
	margin:0in;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoHeader, li.MsoHeader, div.MsoHeader {
	visible:false;
	margin:0in;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoFooter, li.MsoFooter, div.MsoFooter {
	visible:false;
	margin:0in;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoIndexHeading, li.MsoIndexHeading, div.MsoIndexHeading {
	visible:false;
	margin:0in;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family:Arial;
	font-weight:bold;
}

p.MsoCaption, li.MsoCaption, div.MsoCaption {
	visible: false;
	localeRef:mnuCapt;
	margin-top:6.0pt;
	margin-right:0in;
	margin-bottom:6.0pt;
	margin-left:0in;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
	font-weight:bold;
}

p.MsoTof, li.MsoTof, div.MsoTof {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:20.0pt;
	margin-bottom:.0001pt;
	text-indent:-20.0pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoEnvelopeAddress, li.MsoEnvelopeAddress, div.MsoEnvelopeAddress {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:2.0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:Arial;
}

p.MsoEnvelopeReturn, li.MsoEnvelopeReturn, div.MsoEnvelopeReturn {
	visible:false;
	margin:0in;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family:Arial;
}

span.MsoFootnoteReference {
	visible:false;
	vertical-align:super;
}

span.MsoEndnoteReference {
	visible:false;
	vertical-align:super;
}

p.MsoEndnoteText, li.MsoEndnoteText, div.MsoEndnoteText {
	visible:false;
	margin:0in;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoToa, li.MsoToa, div.MsoToa {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:10.0pt;
	margin-bottom:.0001pt;
	text-indent:-10.0pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoMacroText, li.MsoMacroText, div.MsoMacroText {
	visible:false;
	margin:0in;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family:"Courier New";
}

p.MsoToaHeading, li.MsoToaHeading, div.MsoToaHeading {
	visible:false;
	margin-top:6.0pt;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:Arial;
	font-weight:bold;
}

p.MsoList, li.MsoList, div.MsoList {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.25in;
	margin-bottom:.0001pt;
	text-indent:-.25in;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoListBullet, li.MsoListBullet, div.MsoListBullet {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.25in;
	margin-bottom:.0001pt;
	text-indent:-.25in;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoListNumber, li.MsoListNumber, div.MsoListNumber {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.25in;
	margin-bottom:.0001pt;
	text-indent:-.25in;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoList2, li.MsoList2, div.MsoList2 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.5in;
	margin-bottom:.0001pt;
	text-indent:-.25in;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoList3, li.MsoList3, div.MsoList3 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.75in;
	margin-bottom:.0001pt;
	text-indent:-.25in;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoList4, li.MsoList4, div.MsoList4 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:1.0in;
	margin-bottom:.0001pt;
	text-indent:-.25in;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoList5, li.MsoList5, div.MsoList5 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:1.25in;
	margin-bottom:.0001pt;
	text-indent:-.25in;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoListBullet2, li.MsoListBullet2, div.MsoListBullet2 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.5in;
	margin-bottom:.0001pt;
	text-indent:-.25in;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoListBullet3, li.MsoListBullet3, div.MsoListBullet3 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.75in;
	margin-bottom:.0001pt;
	text-indent:-.25in;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoListBullet4, li.MsoListBullet4, div.MsoListBullet4 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:1.0in;
	margin-bottom:.0001pt;
	text-indent:-.25in;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoListBullet5, li.MsoListBullet5, div.MsoListBullet5 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:1.25in;
	margin-bottom:.0001pt;
	text-indent:-.25in;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoListNumber2, li.MsoListNumber2, div.MsoListNumber2 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.5in;
	margin-bottom:.0001pt;
	text-indent:-.25in;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoListNumber3, li.MsoListNumber3, div.MsoListNumber3 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.75in;
	margin-bottom:.0001pt;
	text-indent:-.25in;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoListNumber4, li.MsoListNumber4, div.MsoListNumber4 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:1.0in;
	margin-bottom:.0001pt;
	text-indent:-.25in;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoListNumber5, li.MsoListNumber5, div.MsoListNumber5 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:1.25in;
	margin-bottom:.0001pt;
	text-indent:-.25in;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoTitle, li.MsoTitle, div.MsoTitle {
	visible: false;
	localeRef:mnuTtl;
	margin-top:12.0pt;
	margin-right:0in;
	margin-bottom:3.0pt;
	margin-left:0in;
	text-align:center;
	font-size:16.0pt;
	font-family:Arial;
	font-weight:bold;
}

p.MsoClosing, li.MsoClosing, div.MsoClosing {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:3.0in;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoSignature, li.MsoSignature, div.MsoSignature {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:3.0in;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoBodyText, li.MsoBodyText, div.MsoBodyText {
	visible: false;
	localeRef:mnuBT;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:6.0pt;
	margin-left:0in;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoBodyTextIndent, li.MsoBodyTextIndent, div.MsoBodyTextIndent {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:6.0pt;
	margin-left:.25in;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoListContinue, li.MsoListContinue, div.MsoListContinue {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:6.0pt;
	margin-left:.25in;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoListContinue2, li.MsoListContinue2, div.MsoListContinue2 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:6.0pt;
	margin-left:.5in;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoListContinue3, li.MsoListContinue3, div.MsoListContinue3 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:6.0pt;
	margin-left:.75in;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoListContinue4, li.MsoListContinue4, div.MsoListContinue4 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:6.0pt;
	margin-left:1.0in;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoListContinue5, li.MsoListContinue5, div.MsoListContinue5 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:6.0pt;
	margin-left:1.25in;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoMessageHeader, li.MsoMessageHeader, div.MsoMessageHeader {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.75in;
	margin-bottom:.0001pt;
	text-indent:-.75in;
	background:#CCCCCC;
	border:none;
	padding:0in;
	font-size:12.0pt;
	font-family:Arial;
}

p.MsoSubtitle, li.MsoSubtitle, div.MsoSubtitle {
	visible: false;
	localeRef:mnuSttl;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:3.0pt;
	margin-left:0in;
	text-align:center;
	font-size:12.0pt;
	font-family:Arial;
}

p.MsoSalutation, li.MsoSalutation, div.MsoSalutation {
	visible:false;
	margin:0in;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoDate, li.MsoDate, div.MsoDate {
	visible:false;
	margin:0in;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoBodyTextFirstIndent, li.MsoBodyTextFirstIndent, div.MsoBodyTextFirstIndent {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:6.0pt;
	margin-left:0in;
	text-indent:10.5pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoBodyTextFirstIndent2, li.MsoBodyTextFirstIndent2, div.MsoBodyTextFirstIndent2 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:6.0pt;
	margin-left:.25in;
	text-indent:10.5pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoNoteHeading, li.MsoNoteHeading, div.MsoNoteHeading {
	visible:false;
	margin:0in;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoBodyText2, li.MsoBodyText2, div.MsoBodyText2 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:6.0pt;
	margin-left:0in;
	line-height:200%;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoBodyText3, li.MsoBodyText3, div.MsoBodyText3 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:6.0pt;
	margin-left:0in;
	font-size:8.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoBodyTextIndent2, li.MsoBodyTextIndent2, div.MsoBodyTextIndent2 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:6.0pt;
	margin-left:.25in;
	line-height:200%;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoBodyTextIndent3, li.MsoBodyTextIndent3, div.MsoBodyTextIndent3 {
	visible:false;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:6.0pt;
	margin-left:.25in;
	font-size:8.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoBlockText, li.MsoBlockText, div.MsoBlockText {
	visible:false;
	margin-top:0in;
	margin-right:1.0in;
	margin-bottom:6.0pt;
	margin-left:1.0in;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.MsoDocumentMap, li.MsoDocumentMap, div.MsoDocumentMap {
	visible:false;
	margin:0in;
	margin-bottom:.0001pt;
	background:navy;
	font-size:10.0pt;
	font-family:Tahoma;
}

p.MsoPlainText, li.MsoPlainText, div.MsoPlainText {
	visible: false;
	localeRef:mnuPlainT;
	margin:0in;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family:"Courier New";
}

p.MsoAutoSig, li.MsoAutoSig, div.MsoAutoSig {
	visible:false;
	margin:0in;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family: helvetica, arial, sans-serif;
}

p.H4, li.H4, div.H4 {
	visible:false;
	mso-style-name:H4;
	margin:0in;
	margin-bottom:.0001pt;
	font-size:20.0pt;
	font-family:"Century Gothic";
}

@page Section1 {
	visible: false;
	size:8.5in 11.0in;
	margin:1.0in 1.25in 1.0in 1.25in;
}

div.Section1 {
	visible:false;
	page:Section1;
}


/* End: FORMATS (XIMS-EDITOR) */
/**************************************************************************/

/* beratung stuff */

td.beratung {
    text-align:left;
    
}

a:link.beratungneu {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size:11pt;
    text-decoration:underline;
}

a:visited.beratungneu {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size:11pt;
    text-decoration:underline;
}

a:hover.beratungneu {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size:11pt;
    text-decoration:underline;
}

table.beratung_submenu {
	margin-top:10px;
	margin-bottom:10px;
}

a:link.navlink {
    text-decoration:none;
}

a:visited.navlink {
    text-decoration:none;
}

a:hover.navlink {
    text-decoration:underline;
}

tr.tabcontrol {
    background-color:#b1b5b8;
}

td.tabcontrol {
    color: #000000;
    visible:false;
    background-color:#b1b5b8;
    margin-top:0px;
    margin-left:0px;
    width:12%;
}

td.tabcontrolactive {
    color: #000000;
    visible:false;
    background-color:#eeeeee;
    margin-top:0px;
    margin-left:0px;
    width:12%;
}

input.tabcontrol {
    color: #000000;
    visible:false;
    background-color:#b1b5b8;
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    padding-left:0px;
    padding-right:0px;
    border-top:#b1b5b8 solid 1px;
    border-bottom:#b1b5b8 solid 1px;
    border-right:#b1b5b8 solid 1px;
    border-left:#b1b5b8 solid 1px;
    font-family:verdana, helvetica, sans-serif;
    width:100px;
}

input.tabcontrolactive {
    color: #000000;
    visible:false;
    background-color:#eeeeee;
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    padding-left:0px;
    padding-right:0px;
    border-top:#eeeeee solid 1px;
    border-bottom:#eeeeee solid 1px;
    border-right:#eeeeee solid 1px;
    border-left:#eeeeee solid 1px;
    font-family:verdana, helvetica, sans-serif;
    width:100px;
}

input.addcontrol {
	visible:false;
	background-color:#eeeeee;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	font-family:verdana, helvetica, sans-serif;
	color: #123853;
	text-decoration:underline;
	text-underline:single;
}

div.itemcount {
	position:relative; top:7px; left:5px;
	text-align:left;
	white-space:nowrap;
}

div.navigator {
	position:relative; top:-7px;
	text-align:center;
	white-space:nowrap;
}

div.copyright {
	position:relative; top:-2px; left:5px;
	text-align:left;
	white-space:nowrap;
}

td.copyright {
	text-align:left;
	white-space:nowrap;
}

td.navigator {
	text-align:center;
	white-space:nowrap;
}

/**************************************************************************/


/* start document styles */

.tuwas_standard {
    color:#000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
}

.tuwas_ueb1 {
    color:#000000;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
}

.tuwas_ueb2 {
    color:#000000;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
}

.tuwas_important {
    color:#ff9768;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
}

.tuwas_quote {
    color:#000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:italic;
}