body {
	background-color: #9CCFEB;
	margin: 20px;
}
body, div, p, li, td, textarea {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}
#outer {
	width: 640px;
	padding: 5px;
	border: 1px solid #0000FF;
	background-color: #FFFFFF;
}
#inner {
	padding: 10px;
	border: 1px solid #0000FF;
}
h2 {
	font-family: "Goudy Old Style","Times New Roman", serif;
	font-size: 24pt;
	font-style: italic;
}
h4 {
	font-family: "Goudy Old Style","Times New Roman", serif;
	font-size: 18pt;
	font-style: italic;
}
.btn {
	width: 100px;
	height: 33px;
	background: url(/images/btn_bg.gif) no-repeat;
	padding-top: 5px;
	margin-bottom: 2px;
}
.butn {
	width: 100%;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-family: "Goudy Old Style","Times New Roman", serif;
	font-size: 14pt;
}
.butn:hover {
	color: #0000FF;
}
#gallery td {
	padding: 0 10px 10px 0;
}
.tblFmt {
	border: 1px solid #0000FF;
}
.tblHdr {
	background-color: #0000FF;
	color: #FFFFFF;
	font-weight: bold;
}
.odd {
	background-color: #DEDEFF;
}
.even {
	background-color: #FFFFFF;
}

