@charset "utf-8";

a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #00CC66;
}

.emphasized {
	color: #ef3f35;
	font-weight: bold;
}


body,td,th {
	color: #000000;
	font-family: Helvetica, "Palatino Linotype", serif;
	font-size: medium;
}
body {
	margin-top: 3px;
	margin-bottom: 3px;
	background-image: url(/images/gradientbackgroundblue.jpg);
}

.footertext {
	font-size: x-small;
	color: #FFFFFF;
}
p {
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.AllBorders {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
ul {
	text-indent: -15px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	list-style-position:inside;
}
.iwd {font-size: x-small}

.ParagraphHeader {
	font-size: large;
	font-style: normal;
	line-height: 30px;
	color: #FFFFFF;
	background-color: #0A428D;
	vertical-align: middle;
	border: thin solid #4874A1;
	clip: rect(auto,auto,auto,auto);
	font-family: Calibri, Verdana, Arial;
}
.style3 {
	color: #0A428D;
	font-weight: bold;
}
.smallertext {font-size: small}

.PicPadding {
	margin: 7px;
}
