body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
}
table {
	font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

h1 {
	font-size:140%;
	font-weight: bold;
	margin-top:20px;
}
h2 {
	font-size:100%;
	color: #d81e1e;
	font-weight: bold;
}
h3 {
	font-size:80%;
	font-weight: bold;
}

h4 {
	font-size:70%;
	font-weight: bold;
}

p,span,div,ul,ol,li,small{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}

small{
	font-size: 85%;
	line-height: 120%;
}

p,span,div,ul,ol{
	font-size: 100%;
	line-height: 120%;
}

li{
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

ul{
	text-align:left;
	list-style-image: url(i/lib.gif);
	list-style-position: outside;
}

p {
	margin: 0.8em 40px 1.2em 0px;
	text-align: justify;
}
ul{
	font: 100% Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: 60px;
	margin-right: 20px;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

a{color:#0758d7;}
a:visited{color:#666666;}
a:hover,a:active{color: #d81e1e;}

hr {
	color: #cccccc;
	height: 1px;
	margin-right: 40px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}

table.adr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.adr a, table.adr a:visited{
	color: #000000;
}
table.adr a:active, table.adr a:hover{
	color: #FFFFFF;
}

table.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

table.menu a, table.menu a:visited {
	font-weight: bold;
	color: #d81e1e;
	text-decoration: none;
}

table.menu a:active, table.menu a:hover {
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}
table.copy {
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

tr.title{
	font-weight: bold;
	background-color: #bbc8d6;
}
tr.select{
	background-color: #edf0f4;
}

.clear {
    clear: both;
}