/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #666666;
line-height: 18px;
padding: 2px;
}

.subtitle {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}

.title {
	font-family: Verdana, sans-serif;
	font-size: 30px;
	color: #000000;
	line-height: 70px;
	
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 8 px;
	width: 100 px;
	color: #333333;
}

.paragraph {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	padding: 2;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	padding: 8 px;
	width: 111 px;
	color: #333333;
}

.caption {
font-family: Verdana, sans-serif;
font-size: 11px;
color: #666666;
line-height: 18px;
padding: 2px;
font-style:italic;
}

.openpage {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	padding: 8 px;
	width: 100 px;
	color: #333333;
}