* {
	font: 12px verdana;
}

body {
  background: #ffffff;
}

p {
  margin-left:20px;
  margin-bottom:40px;
}

ul {
	margin: 0px;
}

hr {
  /*margin-left:20px;*/
}

h1 {
}

h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
	background-color: #eeeeff;
	border: 1px solid #ccccff;
}
	
h3 {
	font-weight: bold;
}

h4 {
	font-size: 10px;
	font-weight: bold;
}

h5 {
	font-style: italic;
}

.smallprint {
	font-size: 9px;
	margin-top: -10px;
	width: 490px;
	text-align: justify;
}

em {
	font-style: italic;
}

.label {
	font-size: 11px;
	font-weight:bold;
}

sub, sup {
	font-size:80%;
}

.figlabel {
	font-size: 10px;
}

.quotation {
	margin-bottom: 10px;
}

.quotationlabel {
	display:box;
}

.thumbnail {
	font-size: 9px;
	text-decoration: none;
	width: auto;
}

.thumbnail:hover {
	text-decoration: none;
}

.footer {
	font-size: 10px;
}

a {
	font-size: inherit;
	text-decoration: none;
	color: #9999ff;
}

a:hover {
	text-decoration: underline;
}
	