﻿body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	width: 900px;
	font-size: 80%;
	color: #333333;
}

p { 
	line-height: 1.3em;
	margin: 0;
	margin-bottom: 0.6em;	
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover, a:active {
	color: #767676;
}
a img {
	border: none;
}

/* ------ selectable classes ------ */
/* ------ selectable classes ------ */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #666666;
	margin-bottom: 0.7em;
	margin-top: 21px;
	line-height: 1.2em;
}
input.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #666666;
	margin-bottom: 0.7em;
	margin-top: 21px;
	line-height: 1.2em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 125%; 
	font-weight: bold;
	margin-top: 1.1em;
	margin-bottom: 0;
	color: #000;
}
input.h2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 125%; 
	font-weight: bold;
	margin-top: 1.1em;
	margin-bottom: 0;
	color: #000;
}
.introduction {
	/*
	font-weight: bold;
	color: #666666;
	margin-right: 79px;
	margin-bottom: 16px;
	margin-bottom: 1.4em;
	*/
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	background: url(../../images/dotline.gif) 0 bottom repeat-x;
	width: 100%;	
}
div#content .picture {
	margin-top: 1.4em;
	margin-bottom: 0.2em;
}
div#content .caption {
	font-size: 90%;
	color: #666666;
}