@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('open-sans-v13-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Open Sans'), local('OpenSans'),
		url('open-sans-v13-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('open-sans-v13-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('open-sans-v13-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
		url('open-sans-v13-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('open-sans-v13-latin-ext_latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin-ext_latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('open-sans-v13-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
	src: local('Open Sans Bold'), local('OpenSans-Bold'),
		url('open-sans-v13-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('open-sans-v13-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		url('open-sans-v13-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
		url('open-sans-v13-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		url('open-sans-v13-latin-ext_latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body, p, pre, div, ul, li, ol, table, td, tr, link, a, h1, h2, h3, h4, h5 {
	font-family:		'Open Sans',Arial,Helvetica,sans-serif;
	font-size:		14px;
	line-height:		1.4em;
}
p {
	text-align: justify;
}

body {
	background-image:	url("dyncall_bkgnd.png");
	background-repeat:	no-repeat;
	background-position:	0px 100px;
	background-attachment:	fixed;
	margin-top:		2px;
	color:			rgb(0, 0, 0);
	background-color:	rgb(255, 255, 255);
}

pre, div {
	margin:			0em;
	padding:		0em;
}

hr {
	height:			1px;
	width:			100%;
	margin:			0px;
	padding:		0px;
	border:			0px;
	color:			rgb(90, 0, 0);
        background-color:       rgb(90, 0, 0);
}

.paleHR {
        background-color:       rgb(200, 200, 200);
}

/* Headings. */
h1, h2, h3, h4, h5 {
	font-weight:		bold;
	color:			rgb(82, 0, 0);
	margin-top:		0em;
	margin-bottom:		0em;
}
h1 {
	font-weight:		normal;
	font-size:		52px;
	line-height:		55px;
	margin-bottom:		1em;
}
h2 {
	font-size:		17px;
	line-height:		18px;
}
h3 {
	font-weight:		normal;
	font-size:		16px;
	line-height:		17px;
}
h4 {
	font-weight:		normal;
	font-size:		15px;
	line-height:		17px;
}

sub {
	font-size:		10px;
	line-height:		12px;
}

/* Links. */
link {
	color:			rgb(185, 15, 15);
	text-decoration:	none;
}
a:link {
	color:			rgb(185, 15, 15);
	text-decoration:	none;
}
a:visited {
	color:			rgb(140, 0, 0);
	text-decoration:	none;
}
a:hover {
	color:			rgb(255, 0, 0);
	text-decoration:	underline;
}
a:active {
	color:			rgb(140, 15, 15);
	text-decoration:	underline;
}


.mainDiv {
	max-width:		900px;
	padding:		32px;
}
.ttDiv, #subscribe {
	font-family:		monospace;
	background-image:	url("dyncall_bkgnd_pale.png");
	background-repeat:	no-repeat;
	background-position:	0px 100px;
	background-attachment:	fixed;
	border-width:		1px;
	box-shadow:		inset 0 0 1px rgb(82, 0, 0);
	padding:		.5em;
	margin:			1em;
}
#subscribe {
	width: 35%;
	background-color: #ccccff;
	float: right;
}
.blockDiv {
	margin:1em;
	padding:0.5em;
	background:rgba(200,200,200,0.1);
	width:100%;
}
.blockDiv table {
	min-width:80%;
}
.blockCaption {
	margin:-0.5em 0;
	text-align:right;
	color:#A0A0A0;
}

.tdFlat {
	padding:		0em;
	margin:			0em;
}

.marker {
	background-color: rgb(243, 219, 219);
	padding: 0 0.3em;
	border-radius: 0.2em;
}

