@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("dynos_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(0, 90, 0);
        background-color:       rgb(0, 90, 0);
}

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

/* Headings. */
h1, h2, h3, h4, h5 {
	font-weight:		bold;
	color:			rgb(0, 82, 0);
	margin-top:		0em;
	margin-bottom:		0em;
}
h1 {
	font-weight:		normal;
	font-size:		52px;
	line-height:		55px;
}
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;
}


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


.mainDiv {
	max-width:		900px;
	padding:		32px;
}
.ttDiv {
/*	background-color:	rgb(200, 255, 200); */
	background-image:	url("dynos_bkgnd_pale.png");
	background-repeat:	no-repeat;
	background-position:	0px 100px;
	background-attachment:	fixed;
	border-width:		1px;
	box-shadow:		inset 0 0 1px rgb(0, 82, 0);
	padding:		.5em;
	margin:			1em;
}

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

