td	{
	text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:0pt;
	font-family:Georgia;
	font-size:12.0pt;
	font-style:italic;
	color:navy;
}

.text-spread	{
	text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:0pt;
	line-height:1.5;
	font-family:Georgia;
	font-size:12.0pt;
	font-style:italic;
	color:navy;
}

p	{
	text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:0pt;
	text-align:left;
	font-family:Georgia;
	font-size:12.0pt;
	color:navy;
}

li	{
	text-indent:0pt;
	margin-left:pt;
	margin-right:0pt;
	margin-top:5pt;
	margin-bottom:5pt;
	font-family:Georgia;
	font-size:12.0pt;
	font-style:italic;
	color:navy;
}

.text-bold	{
	text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:0pt;
	font-family:Georgia;
	font-size:12.0pt;
	font-weight:bold;
	color:navy;
	line-height:1.5;
}

.text-bold2	{
	text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:0pt;
	font-family:Georgia;
	font-size:16.0pt;
	font-weight:bold;
	color:navy;
}

td.footer	{
	text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:0pt;
	font-family:Georgia;
	font-size:10.0pt;
	color:navy;
}

td.footer-menu	{
	text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:0pt;
	font-family:Georgia;
	font-size:10.0pt;
	color:white;
	background-color:navy;
}

h1	{
	text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:10pt;
	margin-bottom:10pt;
	text-align:center;
	font-family:Georgia;
	font-size:36.0pt;
	color:navy;
	font-style:italic;
	font-weight:bold;
}

.capital	{
	text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:0pt;
	text-align:center;
	font-family:Georgia;
	font-size:52.0pt;
	color:navy;
	font-style:italic;
	font-weight:bold;
}

h2	{
	text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:10pt;
	text-align:center;
	font-family:Georgia;
	font-size:20.0pt;
	color:#870363;
	font-style:italic;
	font-weight:bold;
}

h3	{
	text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:5pt;
	margin-bottom:5pt;
	text-align:center;
	font-family:Georgia;
	font-size:26.0pt;
	color:navy;
	font-style:italic,bold;
	font-weight:normal;
}

.notice	{
	text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:10pt;
	text-align:center;
	font-family:Georgia;
	font-size:14.0pt;
	color:#870363;
	font-style:italic;
	font-weight:bold;
}

.text-capital	{
	text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:0pt;
	font-family:Georgia;
	font-size:22.0pt;
	color:navy;
	font-weight:normal;
}

td.menu	{
	text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:0pt;
	text-align:center;
	background:navy;
}

a.menulink	{
	text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:0pt;
	text-align:center;
	font-family:Georgia;
	font-size:14.0pt;
	color:white;
	text-decoration:none;
}

a.menulink:hover	{
	text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:0pt;
	text-align:center;
	font-family:Georgia;
	font-size:14.0pt;
	color:white;
	text-decoration:underline;
}

a.footerlink	{
	text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:0pt;
	text-align:center;
	font-family:Georgia;
	font-size:10.0pt;
	color:white;
	text-decoration:none;
}

a.footerlink:hover	{
	text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:0pt;
	text-align:center;
	font-family:Georgia;
	font-size:10.0pt;
	color:white;
	text-decoration:underline;
}

a.popup	{
	text-decoration:underline;
}

.thumbnail{
position: relative;
z-index: 0;
text-decoration: none;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 3px;
left: -1000px;
border: 3px solid navy;
visibility: hidden;
color: navy;
font-size: 14px;
font-family:Georgia;
font-weight:bold;
text-decoration: none;
white-space: nowrap;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
display: block;
top: -156px;
* top: 0px;
left: -500px; /*position where enlarged image should offset horizontally */
}

.thumbnail_left{
position: relative;
z-index: 0;
text-decoration: none;
}

.thumbnail_left:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail_left span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 3px;
left: -1000px;
border: 3px solid navy;
visibility: hidden;
color: navy;
font-size: 14px;
font-family:Georgia;
font-weight:bold;
text-decoration: none;
white-space: nowrap;
}

.thumbnail_left span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail_left:hover span { /*CSS for enlarged image on hover*/
visibility: visible;
display: block;
top: -156px;
* top: 0;
left: 266px; /*position where enlarged image should offset horizontally */
}
