BODY {
	background-color : #FFCC99;
	background-image : url(images/texturepastel.jpg);
	background-repeat : repeat;
	background-attachment : fixed;
	font-family : Palatino, "Book Antiqua", "Calisto MT", "Minion Web", Palatia, serif;
	margin-left : 25px;
	margin-right : 25px;
}
H1 {
	font-size : 24pt;
	font-style : italic;
	font-weight : bold;
	color : Black;
}
H2 {
	font-size : 22pt;
	font-style : italic;
	font-weight : bold;
	color : Black;
	padding-top : 10px;
}
H3 {
	font-size : 16pt;
	font-style : italic;
	font-weight : bold;
	color : Black;
	padding-top : 10px;
}
A.main:LINK {
	font-size : 20pt;
	text-decoration : none;
	font-style : italic;
	background : none;
	color : Black;
}
A.main:HOVER {
	font-size : 20pt;
	text-decoration : none;
	font-style : italic;
	font-weight : bold;
	background : none;
	color : Black;
}
A.main:ACTIVE {
	font-size : 20pt;
	text-decoration : none;
	font-style : italic;
	font-weight : bold;
	background : none;
	color : Black;
}
A.main:VISITED {
	font-size : 20pt;
	text-decoration : none;
	font-style : italic;
	background : none;
	color : Black;
}
A.menulink:LINK {
	font-size : 12pt;
	text-decoration : none;
	font-style : italic;
	background : none;
	color : Black;
}
A.menulink:HOVER {
	font-size : 12pt;
	text-decoration : none;
	font-style : italic;
	background : none;
	color : Black;
	font-weight : bold;
}
A.menulink:ACTIVE {
	font-size : 12pt;
	text-decoration : none;
	font-style : italic;
	background : none;
	color : Black;
	font-weight : bold;
}
A.menulink:VISITED {
	font-size : 12pt;
	text-decoration : none;
	font-style : italic;
	background : none;
	color : Black;
}
div.menubox {
	border-bottom: black 1px solid;
	padding-bottom: 5px;
}
table.horizontalphoto {
	width : 500px;
	border: 0;
	padding : 25px 0px 25px 0px;
}
P {
	font-size : 12pt;
}
P.footer {
	font-size : small;
	font-style : italic;
	color : Black;
	font-size : 10pt;
	padding-top : 8px;
}