body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	background-color: #F7F3F1;
	color: #333333;
}
a:link{
	text-decoration: underline;
	color: #333333;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #F7F3F1;
	background-color: #333333;
}
a:active {
	text-decoration: none;
	color: #F7F3F1;
	background-color: #333333;
}
.standard_bold {
	font-weight: bold;
}
.standard_title {
	font-size: 16pt;
	font-weight: bold;
}
.standard_subtitle {
	font-weight: bold;
}
.genre_title {
	font-size: 18pt;
	font-weight: bold;
	color: #006699;
}
.standard_italic {
	font-style: italic;
}
.standard_bold_italic {
	font-style: italic;
	font-weight: bold;
}
.top_menu_main {
font-weight: bold;
}
.bottom_menu_main{
font-weight: bold;
}
a.menu:link{
	text-decoration: none;
	color: #F7F3F1;
	background-color: #D0CECC;
}
a.menu:visited {
	text-decoration: none;
	color: #F7F3F1;
	background-color: #D0CECC;
}
a.menu:hover {
	text-decoration: none;
	color: #006699;
	background-color: #D0CECC;
}
a.menu:active {
	text-decoration: none;
	color: #006699;
	background-color: #D0CECC;
}
a.menu_selected:link{
	text-decoration: none;
	color: #006699;
	background-color: #D0CECC;
}
a.menu_selected:visited {
	text-decoration: none;
	color: #006699;
	background-color: #D0CECC;
}
a.menu_selected:hover {
	text-decoration: none;
	color: #F7F3F1;
	background-color: #D0CECC;
}
a.menu_selected:active {
	text-decoration: none;
	color: #F7F3F1;
	background-color: #D0CECC;
}

.menu_cell {
	color: #F7F3F1;
	background-color: #D0CECC;
}
