@charset "UTF-8";
/* CSS Document */

.pagetitle1a
{
	font-size: 20px;
	color: #020169;
	font-style: italic;
	font-weight: bold;
}
.pagetitle2a
{
	font-size: 16px;
	color: #1326A6;
	font-style: italic;
	font-weight: bold;
}
a:link
{
	color: #444444;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	/* color: white; */
}

.viewable_width
{
max-width:1200px;
width:expression(document.body.clientWidth > 1200? "1200px": "auto" );
}
.footer1
{
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.header
{
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #1326A6;
}
