
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 | design and coding by: Kasper Dziurdz                  |
 | Institute for Austrian and International Tax Law, WU  |
 | http://www.wu-wien.ac.at/taxlaw                       |
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - */
 
.document h1, .document h2, .document h3,
.document h4, .document h5, .document h6,
.document p, .document td, .document li,
.document span {
	font-family: 'Courier New', Courier, monospace;
}

.document b, .document strong {
	font-weight: normal;
	text-decoration: underline;
}

.document h1 b, .document h2 b, 
.document h3 b, .document h4 b, 
.document h5 b, .document h6 b,
.document h1 strong, .document h2 strong, 
.document h3 strong, .document h4 strong, 
.document h5 strong, .document h6 strong {
	font-weight: bold;
}

.document p, .document td, .document li, .document span.note {
	font-size: 10pt;
	line-height: 12pt;
}

.document ins {
	text-decoration: none;
	font-family: 'Times New Roman', Times, serif;
	font-style: italic;
}