﻿@charset "utf-8";
#page {
	font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
pre, code {
	font-size: 115%; /* Monospace fonts can be hard to read */;
	font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
}
/** headings **/
h1 {
	font-size: 140%;
}
h1, h1 a, h1 a:hover {
	margin: .5em 0 .5em 0;
	font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	color: #444;
}
h1.title {
	font-size: 200%;
}
h1.title, h1.title a, h1.title a:hover {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #6191C5;
	margin: 0;
	margin-bottom: 0;
	line-height: normal;
}

h2, h2 a, h2 a:hover, .block h3, .block h3 a {
	color: #444;
	text-indent: 10px;
	overflow: hidden;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
}
h3 {
	font-size: 107%;
	font-weight: bold;
	font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}
h4, h5, h6 {
	font-weight: bold;
	font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}
/** block-level elements **/
p {
	padding: 0 0 0.5em 0;
	margin: 0;
}
ol, ul, dl {
	position: relative;
}
pre {
	background: #ddd;
	border: 1px solid #aaa;
	padding: 0.75em 1.5em;
}
blockquote {
	border: 1px #ccc solid;
	margin: 0.5em 1em;
	padding: 0.3em;
	font-style: italic;
}
a:link {
	color: #2763A5;
	text-decoration: none;
}
a:hover, a:focus {
	color: #6191C5;
	text-decoration: underline;
}
