﻿body {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 0;
}
.bodytxt { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000
}

.bodytxtsmall { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000
}

.menuon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #CCCCCC;
	color: #000000;
}
.menuoff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
}

/*Auto left and right margins center the wrapper in modern browsers.
IE5.x Windows has a workaround found in the Conditional Comment in the
Starter Page code. It is described in the tutorial.*/
#wrapper {
	width: 958px;
	margin: 0 auto;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.copy_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.crumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #0062A8;
}

.med_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0062A8;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

a.no_underline,
a:hover.no_underline,
a:focus.no_underline,
a:active.no_underline 	{
	text-decoration: none;
}

span.headline	{
	font-family: Ariel, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #0062A8;
}

span.home_header	{
	font-family: 'Zurich BlkEx BT', Helvetica, sans-serif;
	font-size: 72px;
}

span.home_footnote	{
	font-family: Ariel, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #333399;
}
span.menu_text  {
	font-family: Ariel, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	vertical-align: text-top;
	line-height: 60px;
}