.body
{
	background : DFDFDF;
	text-align : center;
}

.body_table
{
	background : white;
	width : 760px;
}

td
{
	font-family : sans-serif;
	font-size: 13px;
}

.big_title
{
	font-size: 18px;
	font-weight: bold;
}

.navigation_bar
{
	background : white;
	color : black;
	font-family : sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 2px;
	padding-bottom : 2px;
	text-align : center;
}

.selected_navigation_bar
{
	background : #668FC9;
	color : white;
	font-family : sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	padding-left : 3px;
	padding-right : 3px;
	text-align : center;
}

.footer
{
	font-size: 10px;
}

.image_caption
{
	font-size: 10px;
	font-style: italic;
}