html {
width:100%;
height:100%;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:80%;
	color: #000000;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #5F88D8;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC33;
}
hr {
	border-top:#FFCC33 1px dotted;
	border-bottom:none;
	height:1px;
	color:transparent;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 110%;
	color:#4B679D;
	font-weight: bold;
	margin-top: 0.75em;
	margin-bottom: 0em;
}
.h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 110%;
	color:#4B679D;
	font-weight:bold;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #3A5078;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #4B679D;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC33;
}
b {
	color: #333333;
}
p {
	margin-top: 0px;
	margin-bottom: 0.75em;
}
ul {
	margin-top:0em;
	margin-bottom:1em;
	padding:0px;
	margin-left:1.5em;
}
li {
margin-left:0em;
padding:0px;
list-style-type:disc;
}
ul li ul {
	margin-top:0em;
	margin-bottom:0em;
	padding:0px;
	margin-left:1.5em;
}
li ul li {
	list-style-type:none;
}
a:link, a:visited, a:active {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #5F88D8;
	text-decoration: none;
}
/* Footer Style */
td.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5F88D8;
}
td.footer a:link, td.footer a:visited {
	color: #5F88D8;
}
td.footer a:hover {
	color: #000000;
	background-color: #FFCC33;
}
.photoFrame {
background-color:#FFF0C1;
border-top:2px solid #FFE493;
border-left:2px solid #FFE493;
border-right:2px solid #FFE493;
}
.photoFrame td {
padding:5px;
border-bottom:1px solid #FFE493;
}
ul.spacedList li {
	margin-bottom:0.5em;
}