body, html, table.page {
	background-color: #FFFFFF;
}

body, td, input, textarea {
	font-family: georgia, times new roman, serif;
	font-size: 12px;
	color: #333333;
	line-height: 19px;
	letter-spacing: 0px;
}

a, a:link, a:visited, a:hover, a:active {
	color: #999999;
	text-decoration: none;
}

a:hover, a:active {
	color: #555555;
	text-decoration: underline;
}

a.nav, a.nav:link, a.nav:visited, a.nav:hover, a.nav:active {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
	letter-spacing: 2px;
}

a.nav:hover, a.nav:active {
	color: #CC0000;
}

a.nav_selected, a.nav_selected:link, a.nav_selected:visited, a.nav_selected:hover, a.nav_selected:active {
	font-size: 16px;
	color: #CC0000;
	text-decoration: none;
	line-height: 18px;
	letter-spacing: 2px;
}

a.item, a.item:link, a.item:visited, a.item:hover, a.item:active {
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

a.item:hover, a.item:active {
  text-decoration: underline;
}

div.contents {
	width: 255px;
	height: 400px;
	overflow: auto;
	padding-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 0px solid green;
}

div.contents_column {
	width: 255px;
	height: 2120px;
	overflow: auto;
	padding-right: 5px;
	margin-bottom: 100px;
	margin-left: 10px;
	border: 0px solid green;
}

h2 {
	font-size: 19px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	letter-spacing: 1px;
}

td.photoimage_td {
	border: 1px solid #000000;
	padding: 10px;
	width: 120px;
	height: 120px;
}

.pageTitleLeft {
	font-size: 22px;
	letter-spacing: 4px;
}