body {
	font: 13pt "Times New Roman", serif;
	background-color: white;
	color: black;
}

h1, h2, h3, h4, h5, .title {
    color: #273b5f;
    background-color: transparent;
    font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;;
    border-bottom: 1px solid #79a6bb;
}

a {
	color: #1e2f4c;
	text-decoration: underline;
}

a:hover {
	color: #495a79;
	text-decoration: underline;
}

hr {
	border: 0px;
	border-top: 1px solid #333333;
	text-align: center;
	height: 0px;
}

ul { 
	list-style-type: square;
}

ol {
	list-style-image: none;
}

ol {list-style-type: decimaln}
/*ol ol {list-style-type: decimal}
ol ol ol {list-style-type: lower-alpha}
ol ol ol ol {list-style-type: lower-greek}*/

blockquote {
	border-left: 2px solid #79a6bb;
}

pre {
	font-family: monospace;
	border: 1px dashed #79a6bb;
	color: black;
	background-color: #f7f9fa;
}

table.inline {
	background-color: #ffffff;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.inline th {
	border: 1px solid #79a6bb;
	background-color: #dee7ec;
}

table.inline td {
	border: 1px solid #79a6bb;
}

/* Forms */

fieldset {
	border: 1px solid #79a6bb;
}

textarea.edit {
	font-family: monospace;
	border: 1px solid #79a6bb;  
	color: black;
	background-color: white;
}

input.edit, select.edit, input.missing, input.button {
	border: 1px solid #79a6bb;
	color: black;
	background-color: white;
	text-decoration: none;
}

input.missing {
	background-color: #ffcccc;
}

.navigation-cell, .navigation-cell a, .navigation-cell a:hover, .navigation-cell a:visited {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.navigation-cell {
	padding: 2px 6px 0px 6px;
}

.grey {
	color: grey;
	font-style: italic;
}

.footer {
	margin: 30px auto 1px auto;
	font-size: 70%;
	text-align: center;
	width: 90%;
}