﻿body {
	background-image: 'images/stripes.jpg';
	margin: 0px 0px 0px 0px;
}
p {
	color: black;
	font-family: Arial;
	font-size: 11pt;
}
.psub {
	color: black;
	font-family: Times New Roman;
	margin-top: -14;
	font-size: 14pt;
	font-weight: bold;
}
table {
	color: black;
}
td {
	font-family: Arial;
	font-size: 11pt;
}
h1 {
	font-family: Times New Roman;
	font-size: 30pt;
	color: black;
}
h2 {
	font-family: Times New Roman;
	font-size: 24pt;
	color: #512BFF;
}
.h2sub {
	font-family: Times New Roman;
	font-size: 18pt;
	margin-top: -18;
	color: #512BFF;
}
h3 {
	font-family: Times New Roman;
	font-size: 18pt;
	color: #512BFF;
}
h4 {
	font-family: Times New Roman;
	font-size: 14pt;
	color: black;
}
h5 {
	font-family: Times New Roman;
	color: black;
}
a {
	text-decoration: none;
	font-family: Arial;
	font-style: italic;
	color: white;
	font-weight: bold;
}
a.text {
	color: blue;
}
a:hover {
	color: #FDD7B5;
	font-weight: bold;
	text-decoration: none;
}
.text {
	font-size: 11pt;
	font-weight: bold;
	color: #512BFF;
	text-decoration: none;
}
a:hover.text {
	color: black;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}

