body {
	margin: 1em 1em 0 1.5em;
	padding: 0;
	color: #000;
	background: #fff;
}

body, td {
	font: normal normal 79% Arial, Helvetica, sans-serif;
}

/* acronyms and abbrevations - nice with dotted underline */
acronym, abbrev {
	border-bottom: 1px dotted #ccc;
	
	/* todo use hand cursor when inside a-tag */
	cursor: help;
}

/* definition of font-families */
a, div, p, span {
	font-family: Arial, Helvetica, sans-serif;
}

table {
	margin-top: 0.6em;
}

p {
	margin:0;
	padding-bottom: 0.5em;
}

strong {
	font-weight: bold;
}

img {
	border: none;
	background: transparent;
}

h2 {
	color:#cc9900;
	font-size: 1.2em;
	padding:0;
	margin:0 0 0.6em 0;
}

h3 {
	color:#cc9900;
	font-size: 1em;
	padding:0;
	margin:0.3em 0 0.6em 0;
}

h4 {
	font-size: 1em;
	padding:0;
	margin:0.6em 0 0.3em 0;
}

td {
	vertical-align: top;
	text-align: left;
}

a.text12{
	color: #996600;
	font-size: 1em;
	text-decoration: underline;
}

a.text10{
	color: #996600;
	font-size: 0.8em;
	text-decoration: underline;
}

ul {
	list-style-type:square;
	list-style-image:url(/layout/sq_ora.gif);
	margin-left:24px;
	padding-left:0px;
	margin-top:0.3em;
	margin-bottom:0.3em;
}

ol {
	margin-top:0.3em;
	margin-bottom:0.3em;
}

li {
	font-style: normal;
	font-weight: normal;
	color: #000;
	margin-top: 0.4em;
}

hr {
	margin:0;
	padding:0;
	border:none;
	display:none
}
