﻿/* ValueFirst Style */

* {
	/*color: black;*/
	font-family: Arial;
	font-size: 10pt;
}

img {
	border: none;
}

h1 {
	font-family: Arial;
	font-size: 14pt;
	color: #0a2d6e;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
}

h2 {
	font-family: Arial;
	font-size: 11pt;
	color: #0a2d6e;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
}

ul {
	list-style-type: square;
	color: #0a2d6e;
}

a {
	color: black;
	white-space: nowrap;
}

a:visited {
	color: black;
}

.li-text {
	color: black;
}

body{
	background-color: #fbf7eb;
}
#page {
	background-color: #fbf7eb;
}
#header {
	background-color: #b0c4de;
}
#main {
	background-color: #fbf7eb;
}
#navigation {
	background-color: #fbf7eb;
}
#footer {
	background-color: #b0c4de;
}

.glossary-entry {
	background-color: #fbf7eb;
	width: 80%;
	margin: 8px 10% 8px 5%;
	padding: 5px 5px 5px 5%;
}

.glossary-entry:hover {
	background-color: #afb0b3;
}

.glossary-entry a:link {
	color: #0a2d6e; text-decoration: none; font-weight: bold; font-size: 11pt;
}

.glossary-entry a:hover {
	color: #0a2d6e; text-decoration: none; font-weight: bold; font-size: 11pt;
}

.glossary-entry a:visited {
	color: #0a2d6e; text-decoration: none; font-weight: bold; font-size: 11pt;
}

.node-style {
	width: 90%;
	margin: 20px 5% 10px 5%;
}

.edge-style {
	background-color: #fbf7eb;
	width: 90%;
	margin: 3px 2% 3px;
	padding: 3px 3px 3px 15px;
}

.edge-style:first-child {
	margin-top: 12px;
}

.edge-style:hover {
	background-color: #afb0b3;
}

.edge-style a:link {
	color: #0a2d6e; text-decoration: none; font-weight: bold; font-size: 11pt;
}

.edge-style a:hover {
	color: #0a2d6e; text-decoration: none; font-weight: bold; font-size: 11pt;
}

.edge-style a:visited {
	color: #0a2d6e; text-decoration: none; font-weight: bold; font-size: 11pt;
}

#footer a:link {
	color: #0a2d6e; text-decoration: none; font-weight: bold; font-size: 10pt;
	font-variant: small-caps;
}

#footer a:hover {
	color: #0a2d6e; text-decoration: none; font-weight: bold; font-size: 10pt;
	font-variant: small-caps;
}

#footer a:visited {
	color: #0a2d6e; text-decoration: none; font-weight: bold; font-size: 10pt;
	font-variant: small-caps;
}
