/**** global ****/

body {
  margin: 0;
  padding: 0;
  topmargin: 0;
  rightmargin: 0;
  bottommargin: 0;
  leftmargin: 0;
  font-family: "Arial", serif;
  font-size: 11pt;
  background-color: #fff;
  color: #000;
};

.acc{
font-family: "Arial", sans-serif;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #000;
  font-size: 11pt;
  text-align:center;
}

div, p, table {
  font-family: "Arial", sans-serif;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #000;
};
table	{ font-size:100%; border-collapse:collapse; }
ol, ul, li, dl, dt, dd { font-family: "Arial", sans-serif; font-size:100%; margin: 0; padding: 0; }
li, dd	{ margin-top: 2px; 
margin-bottom: 2px; 
margin-left: 14px;
}
ul, ol	{ margin:1em 0 1em 0; }
ul 			{ padding-left:20px; }
ul li		{ list-style:circle outside url("../_images/li.gif"); }
ol 			{ padding-left:35px; }
ol li		{}

h1, h2, h3, h4, h5, h6 {
  font-family: "Arial Narrow",sans-serif; /*"Arial", sans-serif;*/
  font-style: normal;
  letter-spacing: normal;
  
}

a {
  font-family: "Arial", sans-serif;
	text-decoration: none;
	outline:none;
	color: #069;
}
a:hover		{	text-decoration:underline; color:#000000; }
/* a:hover		{	text-decoration:underline; color:#39c; } */
a:link		{	outline:none; }
a:active	{ outline:none; }
a:visited	{ outline:none; }
a:focus		{	outline:none; }
:link:focus, :active:focus, :visited:focus { -moz-outline:none; }


a.anchor {
  font-size:16pt;
	font-weight:600;
	letter-spacing:0.1em;
	color:#CC9900;
	line-height: 20px;
	padding:  6px 0px 0px 0px;
}
a.anchor:hover		{	
font-size:16pt;
	font-weight:600;
	letter-spacing:0.1em;
	color:#CC9900;
	line-height: 20px;
	padding:  6px 0px 0px 0px;
}

a.anchor:link		{
font-size:16pt;
	font-weight:600;
	letter-spacing:0.1em;
	color:#CC9900;
	line-height: 20px;
	padding:  6px 0px 0px 0px;}
	
a.anchor:active	{ 
font-size:16pt;
	font-weight:600;
	letter-spacing:0.1em;
	color:#CC9900;
	line-height: 20px;
	padding:  6px 0px 0px 0px;
}

a.anchor:visited	{ 
font-size:16pt;
	font-weight:600;
	letter-spacing:0.1em;
	color:#CC9900;
	line-height: 20px;
	padding:  6px 0px 0px 0px; }

a.anchor:focus		{	
	font-size:16pt;
	font-weight:600;
	letter-spacing:0.1em;
	color:#CC9900;
	line-height: 20px;
	padding:  6px 0px 0px 0px;
	 }



a.anchor:link		{
font-size:16pt;
	font-weight:600;
	letter-spacing:0.1em;
	color:#CC9900;
	line-height: 20px;
	padding:  6px 0px 0px 0px;}
	
a.anchor:active	{ 
font-size:16pt;
	font-weight:600;
	letter-spacing:0.1em;
	color:#CC9900;
	line-height: 20px;
	padding:  6px 0px 0px 0px;
}

a.anchor:visited	{ 
font-size:16pt;
	font-weight:600;
	letter-spacing:0.1em;
	color:#CC9900;
	line-height: 20px;
	padding:  6px 0px 0px 0px; }

a.anchor:focus		{	
	font-size:16pt;
	font-weight:600;
	letter-spacing:0.1em;
	color:#CC9900;
	line-height: 20px;
	padding:  6px 0px 0px 0px;
	 }
	 
form 			{ margin:0; padding:0; }
input,
select,
button,
textarea	{ font-family: "Arial", sans-serif; margin:0; padding:0; }
fieldset	{ padding:10px; }
form sup	{ font-size:90%; color:#f00; }

img { border:none; }
hr 	{ height:1px; border:none; border-top:1px solid #ccc; }

.msg				{ display:block; text-align:center; color:#f00; }
.msg2
{
	font-size: 9pt;
	color: gray;
	text-align: left;
}
.msg-bold
{
	display: block;
	font-weight: bold;
	color: steelblue;
	text-align: center;
}
.button 		{ display:block; height:16px; padding:1px 5px 1px 5px; font-family:sans-serif; white-space:nowrap; color:buttontext; background-color:buttonface; border-width:2px; border-style:outset; border-color:buttonshadow; }
.odd				{ background-color:transparent; }
.even				{	background-color:#f0f0f0; }
.ro					{	background-color:transparent; border:none; color:#999;  }
.invisible	{ visibility:hidden; }
.hidden			{ display:none; }
.stage			{ border:1px solid #f0f0f0; }

.body				{ background-color:#fff; background-image:url("../_images/_bg-body.jpg"); background-repeat:no-repeat; background-attachment:scroll; background-position:center 30px; }
.body h1		{
	font-size:20pt;
	letter-spacing:0.1em;
	color:#B78900;
	/*color:#CC9900;*/
	text-align: center;
	font-weight:700;
	line-height: 26px;
	
		}
.body h2		{
	font-size:16pt;
	font-weight:600;
	letter-spacing:0.1em;
	color:#B78900;
	/*color:#CC9900;*/
	line-height: 20px;
	padding:  6px 0px 0px 0px;
}
.body h3		{ font-size:14pt; font-weight:bold; color:#c90; }

.body h4		{ 
font-size:12pt; 
font-weight:bold; 
color:#069 }


.body h5		{ font-size:11pt; font-weight:bold; color:#c90; }
.body h6		{ font-size:10pt; font-weight:bold; color:#c90; }
.body h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,	{ color:#c90; }
.body p 		{ /*margin:0 5px 1em 0;*/ margin-bottom:1em; padding:0; text-align:left; line-height:140%; }
.body .p		{ /*margin:0 5px 1em 0;*/ margin-bottom:1em; padding:0; text-align:left; line-height:140%; }
.body p img	{ margin-left:10px; }
.body ul li	{ margin-bottom:1ex; }
.body ol li	{ margin-bottom:1ex; }
.body dl dt	{ font-weight:bold; }
.body dl dd	{ padding-left:10px; }

.ThumbnailText {
  font-family: "Arial", sans-serif;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #000;
  text-align:center;
}

.imageBox {
	
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	/*margin: 4px 4px 4px 4px;
	line-height: 18px;
	text-indent: 0pt;
	color: #003366;*/
	padding:   0px 4px 6px 0px;
	text-align: center;
	color: #00477A;
	font-weight:bold;
	
	}
	
.addressRight {
	
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	/*margin: 4px 4px 4px 4px;
	line-height: 18px;
	text-indent: 0pt;
	color: #003366;*/
	text-align: left;
	color: #069;
	font-weight:normal;
	
	}
	
	a.BottomNav:link		{
font-size:8pt;
	letter-spacing:0.1em;
	color: #069
	line-height: 20px;
	padding:  6px 0px 0px 0px;}
	
a.BottomNav:active	{ 
font-size:8pt;
	letter-spacing:0.1em;
	color: #069
	line-height: 20px;
	padding:  6px 0px 0px 0px;
}

a.BottomNav:visited	{ 
font-size:8pt;
	letter-spacing:0.1em;
	color: #069
	line-height: 20px;
	padding:  6px 0px 0px 0px; }

a.BottomNav:focus		{	
	font-size:8pt;
	letter-spacing:0.1em;
	color:#CC9900;
	line-height: 20px;
	padding:  6px 0px 0px 0px;
	text-decoration:underline	 }
	
tableBorder {border-left-color:#CCCCCC;
border-right-color:#CCCCCC;
border-top-color:#CCCCCC;
border-bottom-color:#CCCCCC;
}


a.PressReleaseNav:link		{
font-size:12pt;
	letter-spacing:0.1em;
	color: #069
	line-height: 24px;
	padding:  10px 0px 10px 0px;
	/*font-weight:bold*/;
	
	}
	
a.PressReleaseNav:active	{ 
font-size:12pt;
	letter-spacing:0.1em;
	color: #069;
	line-height: 24px;
	padding:  10px 0px 10px 0px;
	/*font-weight:bold*/;
}

a.PressReleaseNav:visited	{ 
font-size:12pt;
	letter-spacing:0.1em;
	color: #069
	line-height: 24px;
	padding:  10px 0px 10px 0px;
	/*font-weight:bold*/;
	 }

a.PressReleaseNav:focus		{	
	font-size:12pt;
	letter-spacing:0.1em;
	color:#CC9900;
	line-height: 24px;
	padding:  10px 0px 10px 0px;
	text-decoration:underline;
	/*font-weight:bold*/;
		 }