.tiny {font-size: 80%;}
.right {text-align: right;}
.nowrap {white-space: nowrap;}
.caution {
	color: red;
	font-weight: bold;
	margin: auto auto;
	width: 50%;

	border-color: #red;
	border-width: 2px;
	border-style: solid;
}

body {
	color: #888;
	background-color: #f8f8ff;
	font-family: sans-serif;
	font-size: 80%;
	margin: 30px;
}

a {
	text-decoration: none;
	padding: 0 1px 0 1px;

	border-color: #888;
	border-width: 0 0 1px 0;
	border-style: dashed;
}
a:link {
	color: #058;
	border-color: #058;
}
a:visited {
	color: #085;
	border-color: #085;
}
a:hover {
	color: #e80;
	border-color: #e80;
}
a.noborder {border-style: none;}
a.normal {
	text-decoration: underline;
	padding: 0 0;
	border-style: none;
}

h1 {
	color: #fff;
	background-image: url(img/back_top.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: "Bitstream Vera Sans", "Century Gothic", sans-serif;
	font-size: 300%;
	font-weight: normal;
	/*font-style: italic;*/
	text-align: right;
	margin: -30px 0 20px 0;
	padding: 80px 1em 0 0;

	border-color: #888;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}
h2 {
	font-family: "Bitstream Vera Sans", "Century Gothic", sans-serif;
	font-size: 120%;
	font-weight: normal;
	padding: 10px 0 10px 10px;
	margin: 0 0 10px 0;

	border-color: #fb0;
	border-width: 0px 0px 0px 10px;
	border-style: solid;
}
h3 {
	font-family: "Bitstream Vera Sans", "Century Gothic", sans-serif;
	font-size: 100%;
	font-weight: normal;
	padding: 5px 0 5px 10px;
	margin: 0 0 10px 20px;

	border-color: #f22;
	border-width: 0px 0px 0px 10px;
	border-style: solid;
}

img {
	vertical-align: middle;
	border-style: none;
}
img.border {
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
}
img.left {
	margin-right: 1em;
	float: left;
	clear: both;
}
img.right {
	margin-left: 1em;
	float: right;
	clear: both;
}

ul {
	list-style-image: url(img/listitem.png);
	margin: 0;
	padding: 0 0 0 24px;
}
li.wide {margin: 0 0 10px 0;}

hr {
	background-color: #ccd;
	height: 1px;
	border-style: none;
}

div.contents {
	font-family: "Bitstream Vera Sans", "Century Gothic", sans-serif;
	font-style: italic;
	padding: 10px;
	margin: 0 0 1em 1em;
	float: right;

	border-color: #888;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
}
div.cite {
	font-family: "‚l‚r ‚o–¾’©", serif;
	padding: 4px;
	width: 50%;
	/*clear: both;*/
	float: left;

	border-color: #888 #888 #888 #058;
	border-width: 1px 0 0 10px;
	border-style: solid;
}
/*div.cite:first-letter {
	font-size: 230%;
	font-weight: bold;
	padding: 0 2px 0 0;
	float: left;
}*/
div.banner {
	text-align: right;
	width: 40%;
	float: right;
	clear: right;
}
div.topic {
	padding: 20px 0 20px 10px;
	margin: 0 0 10px 0;

	border-color: #fb0;
	border-width: 0 0 0 10px;
	border-style: solid;
}
div.caution {
	color: red;
	font-weight: bold;
	padding: 2px;
	width: 50%;
	text-align: center;

	border-color: #red;
	border-width: 2px;
	border-style: solid;
}
div.download {
	background-color: #ffc;
	text-align: center;
	padding: 0.5em;
	margin: 1em auto;
	width: 50%;

	border-color: #888;
	border-width: 1px;
	border-style: solid;
}
div.footer {
	font-family: "Bitstream Vera Sans", "Century Gothic", sans-serif;
	text-align: right;
	margin: 20px 0 0 0;
	padding: 0 10px 0 0;
	clear: both;

	border-color: #888;
	border-width: 1px 1px 0 0;
	border-style: solid;
}

p {padding-left: 30px;}

table {
	border-color: #888;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
}

a#accesscounter {
	float: right;
	border-style: none;
}
