/* CSS Document */

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333300;
	line-height: 14pt;
	padding: 0px;
}

.bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14pt;
	font-weight: bold;
	color: #333300;
	padding: 0px;
}

.italic{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14pt;
	font-weight: normal;
	color: #333300;
	padding: 0px;
	font-style: italic;
}	
	
.pagesubtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 14pt;
	font-weight: bolder;
	color: #666600;
}

.pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 14pt;
	font-weight: bolder;
	color: #666633;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14pt;
	color: #666633;
	text-decoration: none;
}
.footer:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14pt;
	color: #999900;
	text-decoration: underline;

}

.htmllink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14pt;
	color: #663333;
	text-decoration: underline;
	font-weight: bold;
}
.htmllink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14pt;
	color: #999900;
	text-decoration: underline;
	font-weight: bold;
}
.navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333300;
	text-decoration: none;
	background-color: #999966;
	display: block;
	padding: 0;
	width: 130px;
	line-height: 20pt;
	padding-left: 15px;

}
.navigation:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666600;
	text-decoration: none;
	background-color: #DFDFD9;
	display: block;
	padding: 0;
	width: 130px;
	line-height: 20pt;
	padding-left: 15px;

}
.navigation_right {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333300;
	text-decoration: underline;
	background-color: #999966;
	display: block;
	width: 140px;
	line-height: 20pt;
}
.navigation_right:hover {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #666600;
	text-decoration: underline;
	background-color: #999966;
	display: block;
	width: 140px;
	line-height: 20pt;
}
