/* Sense of Wonder Stylesheet */

body {
/*
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
*/
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}

A:link {
	text-decoration: underline;
	color: #3e5105;
}

A:visited {
	text-decoration: underline;
	color: #3e5105;
}

A:hover {
	text-decoration: none;
	color: #b8f622;
}

IMG.photo {
	border: 2px solid #648600;
}

TD {
	font-family: arial;
	font-weight: normal;
	font-size: 10pt;
	color: #333333;
}

TD.formtitle {
	font-family: arial;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
}

div.footer {
	font-family: verdana,arial;
	font-weight: normal;
	font-size: 9pt;
	color: #666666;
}

