/* general */

html
{
	/*scroll-behavior: smooth;*/
}

body
{
	margin: 0px;
	font-size: 14px;
	font-family: Verdana, sans-serif;
	color: #333333;
}

table
{
	font-size: 1em;
}

a:link
{
	color: #0066cc;
}

a:visited
{
	/*color: #743399;*/
	color: #221199;
}

a:active,
a:hover
{
	color: #ff4433;
	text-decoration: underline;
}

/* page frame - header/content/footer */

.pageframe
{
	font-size: 1em;
	background-color: #ffffff;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

.pageframe_tr,
.contframe_tr
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.pageframe_td,
.contframe_td
{
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#content
{
}

/* header */

.headbox
{
	border-top: 3px solid #3377ee;
}

.webtitlebox
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.webtitle
{
	font-weight: normal;
	margin: 0px;
}

.webtitle a:link,
.webtitle a:visited,
.webtitle a:active,
.webtitle a:hover
{
	text-decoration: none;
}

.websubtitle
{
}

.top_menu_div
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #3377ee;
	color: #ffffff;
	padding: 6px;
}

.top_menu_div a:link,
.top_menu_div a:visited
{
	color: #eeeeff;
	text-decoration: none;
}

.top_menu_div a:active,
.top_menu_div a:hover
{
	color: #ffffff;
}

.top_menu
{
	margin: 0 auto;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	line-height: 1.3em;
}

.top_menu_link
{
	/*text-decoration: none;*/
}

/* content frame - topnav/title/article/bottomnav */

.contframe
{
	width: 100%;
}

#titlebox
{
	text-align: center;
	padding: 10px 0 10px 0;
}

.title
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 1.8em;
	font-weight: bold;
}

.subtitle
{
	color: #666666;
	font-size: 1.1em;
	line-height: 1.6em;
}

#articlebox
{
	line-height: 1.6em;
}

.navbox
{
	text-align: center;
	font-size: 0.85em;
	color: #666666;
	padding: 4px 0;
	width: 100%;
}

.navbox a:link,
.navbox a:visited
{
	color: #666666;
	/*text-decoration: none;*/
}

.navbox a:active,
.navbox a:hover
{
	color: #ff4433;
}

/* footer */

.footbox
{
	text-align: center;
	color: #ffffff;
	background: #3377ee;
	padding: 4px 36px;
	font-size: 0.85em;
	line-height: 1.3em;
	text-align: center;
}

.footbox a:link,
.footbox a:visited
{
	color: #111166;
	/*text-decoration: none;*/
}

.footbox a:active,
.footbox a:hover
{
	color: #ffffff;
}
