@charset "utf-8";
/* CSS Document */


/*These styles are for IE7, Firefox and other modern browsers. See the conditional comment below for IE browsers less than IE7.*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 16pt;
	color: #000000;
	font-weight: normal;
}
h2 {
	font-size: 12pt;
	font-weight: normal;
}


p {
	font-size: 10pt;
}
ul {
	font-size: 10pt;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}



/* CSS Document */


/*maxmin code from Wickham's XHTML & CSS tutorial http://www.wickham43.supanet.com/~wickham43/tutorial/maxminwidth.html*/

#maxmin {
	padding: 0;
	width: 7.5in;
	margin: 0;
}
#maxmin #header {
	margin-right: 0.7in;
}
#maxmin #header h1 {
	margin: 0px;
	padding: 0px;
	font-size: 18pt;
	line-height: normal;
	text-align: center;
}
#maxmin #menubar {
	color: #FFFFFF;
	display: none;
}
#maxmin #content {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0.7in;
}


#maxmin #footer {
	clear: both;
	background-repeat: no-repeat;
	padding: 0px;
	display: none;
}
.headerImg {
	display: none;
	visibility: hidden;
}
.imageLeft {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}
.imageRight {
	float: right;
	margin-bottom: 25px;
	margin-left: 25px;
}
.subList {
	padding-left: 10px;
}
.headingRow {
	color: #FFFFFF;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.rightText {
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 0px;
	border-bottom-width: 0px;
}

.leftText {
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
