p { 
	margin-left: 20px; 
	margin-right: 20px;
}
	
body { 
	color: black; 
	background: #fafafa; 
	font-size: 10pt;
	font-family: Helvetica, Arial, sans serif;
}

h1 { 
	color: #0D3D5B;
	margin-left: 20px;
	font-size: 18pt;
	font-weight: bold;
}

h2 { 
	color: #0D3D5B;
	margin-top: 15px;
	margin-left: 20px;
	font-size: 12pt;
	font-weight: bold;
}

h3 { 
	color: #0D3D5B;
	margin-top: 15px;
	margin-left: 20px;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
}

p.title {
	color: white;
	background: #8E2323;
	font-size: 3em;
	font-weight: bold;
}

a.nav { 
	padding: 0.3em; 
	text-decoration: none; 
	font-weight: bold; 
	color: white;
}

a.nav:visited { 
	padding: 0.3em; 
	text-decoration: none; 
	font-weight: bold; 
	color: white;
}

a.nav:hover {
	padding: 0.3em; 
	text-decoration: underline; 
	font-weight: bold;
	text-transform: capitalize;
	color: white;
}

li {
	text-decoration: none;
	font-weight: normal;
	margin-top: 0.2em;
	margin-right: 1em;
}

ul {
	text-decoration: none;
	font-weight: normal;
}

a { 
	text-decoration: none; 
	color: #0D3D5B;
	font-weight: normal;
}

a:visited { 
	text-decoration: none; 
	font-weight: normal; 
	color: #0D3D5B;
}

a:active { 
	text-decoration: none; 
	font-weight: normal; 
	color: #0D3D5B;
}

a:hover {
	text-decoration: none; 
	font-weight: bold;
	color: #0D3D5B;
}
					
div.title {
	border: 2px #8E2323; 
	color: white; 
	background: #8E2323;
	border-radius: 8px; 
	-o-border-radius: 8px; 
	-icab-border-radius: 8px; 
	-khtml-border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

div.body { 
	border: 2px; 
	color: black; 
	background: #D2D4C1;
	border-radius: 8px; 
	-o-border-radius: 8px; 
	-icab-border-radius: 8px; 
	-khtml-border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	overflow:auto;
}

div.menu {
	border: 2px #0D3D5B; 
	color: white; 
	background: #0D3D5B; 
	border-radius: 8px; 
	-o-border-radius: 8px; 
	-icab-border-radius: 8px; 
	-khtml-border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
	padding: 0.5em;
}

input {
	color: black;
	background: white;
	padding: 0.2em;
	border: 1px inset;
	border-radius: 5px;
	-o-border-radius: 5px; 
	-icab-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 	
}

input.button {
	color: white;
	background: #0D3D5B;
	padding: 0.2em;
	border: 2px outset;
	font-weight: bold;
	border-radius: 5px;
	-o-border-radius: 5px; 
	-icab-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 	
}

input.button:active {
	color: white;
	background: #0D3D5B;
	padding: 0.2em;
	border: 2px inset;
	font-weight: bold;
	border-radius: 5px;
	-o-border-radius: 5px; 
	-icab-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 	
}

table {
	margin-left: 20px;
	border-spacing: 0px;
}

td {
	border-bottom: 1px solid black;
}

th {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}
