 /* Common-document-styles */

body {
	font-family: Arial, Verdana, sans-serif;
	font-size:10pt;
	text-align:justify;
	line-height:13pt;
	color:#505050;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background: #98a0a8;
	background-image: url( /gfx/bg_grey.jpg );
}

a {
	text-decoration: none;
	font-family: Arial, Verdana, sans-serif;
}

a:link {
}

a:visited {
}

a:active {
}

a:hover {
	color:#a0a0a0;
	text-decoration:none;
}


p {
	margin-top: 6px;
	margin-bottom: 5px;
	text-indent: 0px;
	font-size: 10pt;
    text-align: justify;
}

p.noindent {
	text-indent:0px;
}

th, td {
	font-family: Arial, Verdana, sans-serif;
	font-size:10pt;
}

form {
	margin-top: 3pt;
	margin-bottom: 3pt;
}

h1 {
	margin-top:10px;
	margin-bottom: 8px;
	font-size: 12pt;
	color:#a0a0a0;
}

h2 {
	text-indent: 30px;
	margin-top: 9px;
	margin-bottom: 4px;
	font-size:14pt;
	color:#d07020;
}

h3 {
	margin-top: 8px;
	margin-bottom: 3px;
	font-size: 13pt;
	color:#a0a0a0;
}

h4 {
	margin-top: 7px;
	margin-bottom: 3px;
	font-size: 12pt;
	color:#a0a0a0;
}

ul {
	margin-top: 6px;
	margin-bottom: 7px;
}

li {
	margin-top: 2px;
	margin-bottom: 2px;
}

.longtext {
    text-align:justify;
}


.company_name {
	font-weight: bold;
}

.error {
	color:#a00000;
}

.copyright {
	color:#e0e0e0;
	font-size:8pt;
}


