﻿/*
BSI logo: #0072bc / Decimal: 00-114-188
World background/tabs: #cccc99 (beige) / Decimal: 204-204-153
Active tab: #605732 (dark brown) / Decimal: 96-87-50
Inactive SubMenu: #A4A072 (med. brown) / Decimal: 164-160-114
Use reds only for error messages
*/
/*
* {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	color: black;
}
*/

body {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	color: black;
	line-height: 1.3;
	/* Don't put body background here, since html files also have a body tag
	background: url(Images/World.jpg); */
	margin: 0px;
	}

img {
	border-width:0px;
	}

p {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	color: black;
	/* Don't add margin's, causes problems globally
	margin-right: 25px;
	margin-left: 25px; */
	}

td {
	font-size: 10pt;
	}

h1 {
	font-size: 11pt;
	color: #666;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 0px;
	letter-spacing: 1.2pt;
	}

h2 {
	font-size: 10pt;
	color: #605732;
	margin-top: 15px;
}

h3 {
	font-size: 10pt;
	color: #000;
	margin-top: 15px;
	}

h4 {
	font-size: 10pt;
	color: #605732;
	}

hr {
	width: 80%;
	color: #cccc99;
	}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 10pt;
	list-style-type: square;
	}

ol {
	list-style-type: decimal;
	font-size: 10pt;
	}

li {
	list-style-position: outside;
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: 10pt;
	}

/* Underline hyperlinks, but no visited color */
a {
	color: #605732;
	}

a:visited {
	color: #605732;
	}

