*    {
	font-family: "Tahoma";
	font-size: 9pt;
}

h1, *.heading1    {
	font-family: Myriad Pro;
	font-size: 12pt;
	font-weight: bold;
}
h2, *.heading2    {
	font-family: Myriad Pro;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom:0px;
}

*.content-left    {
	padding: 5px;
}

*.subnav-button    {
	background-image: url(subnav/btn2.gif);
	min-height: 32px;
	min-width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 31.25px;
	top: 0pt;
	left: 0pt;
	padding-top: 12.5px;
	margin-top:-10px;
	margin-bottom:-10px;
	position: relative;
	display: table-cell;
	width: 100%;
	font-weight: bold;
	text-decoration: none;
	color: #006CA9;
}
*.subnav-button-right	{
	background-image: url(subnav/btn2.gif);
	background-repeat: no-repeat;
	background-position:top right;
	min-height: 32px;
	min-width: 32px;
	height: 32px;
	text-align: right;
	padding-right: 31.25px;
	top: 0pt;
	left: 0pt;
	padding-top: 12.5px;
	margin-top:-10px;
	margin-bottom:-10px;
	position: relative;
	display: table-cell;
	width: 100%;
	font-weight: bold;
	text-decoration: none;
	color: #006CA9;
}

*.subnav-button:hover    {
	background-image: url(subnav/btn2_f2.gif);
}
*.subnav-button-right:hover    {
	background-image: url(subnav/btn2_f2.gif);
}

