/* GLOBAL */

form {
	margin: 0px;
	padding: 0px;
}

#searchSTR {
	width: 122px;
}

/*div, td, a, th, input, select, textarea, li, ul, ol, h3 {
	font-size: x-small;
	font-family: Arial,Helvetica,sans-serif;
	color: #000000;
}*/

h1 {
	font-size: large;
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-weight: normal; 
}
	
.textField, .formField, .KPMGformElementFixed, .KPMGformElement {
	font-size: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #00349C;
	padding: 1px;

	
}

.button, .formBts, .KPMGformBt {
	font-size: 85%;
	border-style: solid;
	border-width: 1px;
	border-color: #00349C;
	color: #00349C;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
}

div.hiddenBlock .button, div.hiddenBlock select {
	font-size: 100%;

}

div#rightContent .button, div#rightContent .formBts, div#rightContent .KPMGformBt {
	font-size: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #00349C;
	color: #00349C;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
}

a:link {
	color: #00349C;
	text-decoration: underline;
}
	
a:hover	{
	color: #FA9A00;
	text-decoration: underline;
}

a:active {
	color: #FA9A00;
	text-decoration: underline;
}

a:visited {
	color: #00349C;
	/* color: #666666; */
	text-decoration: underline;
}

a:visited:hover {
	color: #FA9A00;
	text-decoration: underline;
}

h1 {
	font-size: large;
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	color: #00349C;
	margin: 0px;
	margin-bottom: 17px;

}

h2 {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #00349C;
	letter-spacing: 0px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;

}

h3 {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;

}

p { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
	margin: 0px;
	padding: 0px;
	padding-bottom: 19px;
}


strong, b {
	font-weight: bold; 

}

#content ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; 

	margin-top: 0px; 


}

#content ol {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; 

	margin-top: 0px; 

}

#content li {
	font-family:Arial, Helvetica, sans-serif;

	color: #000000;
/*
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
	margin-left: 16px;
	padding-bottom: 4px;
	text-indent: -16px;
*/
	font-size: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	padding-bottom: 24px;
	background-color: rgb(255,255,255);
}

#contentFront td td {

	font-size: 75%;

}

#contentFront a:link {
	font-size: 100%;
	color: #00349C;
	text-decoration: underline;
	font-weight: bold;

}

#contentFront a:visited {
	font-size: 100%;
	color: #00349C;
	text-decoration: underline;
	font-weight: bold;
}

#contentFront a:hover {
	font-size: 100%;
	color: #FA9A00;
	text-decoration: underline;
	font-weight: bold;
}

#contentFront a:active {
	font-size: 100%;
	color: #00349C;
	text-decoration: underline;
	font-weight: bold;
}





/*  TopNavigation is used for Main Top Horizontal navigation  */

.TopNavigation {
	font-family: Arial,Helvetica,sans-serif;
	line-height: 13px;
	font-style: normal;
	font-weight: bold;
	color: #00349C;
	text-align: center;
	margin: 0px;
	padding-right: 0px;
	padding-top: 5px;
}

.TopNavigation a:link {
	color: #00349C;
	text-decoration: none;
	font-size: 11px;
	/* font-size: 85% */
}

.TopNavigation a:visited {
	color: #00349C;
	text-decoration: none;
	font-size: 11px;
	/* font-size: 85% */
}

.TopNavigation a:hover {
	color: #FA9A00;
	text-decoration: none;
	font-size: 11px;
	/* font-size: 85% */
}

.TopNavigation a:active {
	color: #FA9A00;
	text-decoration: none;
	font-size: 11px;
	/* font-size: 85% */
}

/*  Separates top navigation choices  */
.TopNavPipe {
	font-size: 8px;
	/* font-size: 85% */
	width:1px;
	border-right:1px solid #B2B2B2;
	height: 8px;
	margin: 0;
	padding: 0;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 2px;
	line-height: 8px;
}


/*  UtilityNavigation is used for Utility Links as well as Secondary Tabbed Navigation */

#UtilityNavigation {
	width: 765px;
	text-align: right;
	position: absolute;
	left: 0px;
	top: 95px;
}

#UtilityNavigation table {
	float: right;
}

.UtilityNavigation {
	font-family: Arial,Helvetica,sans-serif;
	line-height: 9px;
	font-style: normal;
	font-weight: normal;
	color: #00349C;
	text-align: right;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 11px;
}

.UtilityNavigation td p.Pipe {
	font-size: 9px;

}

.UtilityNavigation a:link {
	color: #00349C;
	text-decoration:none;
	font-size: 9px;

}

.UtilityNavigation a:visited {
	color: #00349C;
	text-decoration:none;
	font-size: 9px;

}

.UtilityNavigation a:hover {
	color: #FA9A00;
	text-decoration:none;
	font-size: 9px;

}

.UtilityNavigation a:active {
	color: #FA9A00;
	text-decoration:none;
	font-size: 9px;
	/* font-size: 70% */
}

.bottomUtilityNavigation {

	text-align: right;
	left: 0px;
	top: 95px;
	width: 100%;
}



.bottomUtilityNavigation {
	font-family: Arial,Helvetica,sans-serif;
	line-height: 9px;
	font-style: normal;
	font-weight: normal;
	color: #00349C;
	text-align: right;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 11px;
}

.bottomUtilityNavigation td p.Pipe {
	font-size: 85%
}

.bottomUtilityNavigation a:link {
	color: #00349C;
	text-decoration:none;
	font-weight: bold;
	font-size: 85%;
}

.bottomUtilityNavigation a:visited {
	color: #00349C;
	text-decoration:none;
	font-weight: bold;
	font-size: 85%;
}

.bottomUtilityNavigation a:hover {
	color: #FA9A00;
	text-decoration:none;
	font-weight: bold;
	font-size: 85%;
}

.bottomUtilityNavigation a:active {
	color: #FA9A00;
	text-decoration:none;
	font-weight: bold;
	font-size: 85%;
}

#contentFront .bottomUtilityNavigation a:link {
	color: #00349C;
	text-decoration:none;
	font-weight: bold;
	font-size: 90%;
}

#contentFront .bottomUtilityNavigation a:visited {
	color: #00349C;
	text-decoration:none;
	font-weight: bold;
	font-size: 90%;

}

#contentFront .bottomUtilityNavigation a:hover {
	color: #FA9A00;
	text-decoration:none;
	font-weight: bold;
	font-size: 90%;
	
}

#contentFront .bottomUtilityNavigation a:active {
	color: #FA9A00;
	text-decoration:none;
	font-weight: bold;
	font-size: 90%;
	
}

#contentFront td h1 {
	font-size: large;
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	color: #00349C;
	margin: 0px;
	padding: 0px;
	margin-bottom: -15px;

}

#content h1 {
	font-size: large;
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	color: #00349C;
	margin: 0px;
	padding: 0px;
	margin-bottom: 17px;

}

#content h2 {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #00349C;
	letter-spacing: 0px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;


}

/* Left navigation */

#LeftNavigationFront {

	width: 100px;
	text-align: right;
	position: absolute;
	left: 13px;
	top: 198px;
}

div#LeftNavigationFront h1 {
	color: rgb(0,0,0);
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 2px;

}

#LeftNavigationFront p {
	color: rgb(0,0,0);
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;

}

#LeftNavigation {
	padding-top: 1px;
	background-image: url(../images/leftmenuBg.gif);
	background-repeat: no-repeat;
	width: 145px;
	text-align: right;
	position: absolute;
	left: 13px;
	top: 120px;
}

#LeftNavigation a:link {
	color: #00349C;
	text-decoration: none;
	font-size: 11px;

}

#LeftNavigation a:visited {
	color: #00349C;
	text-decoration: none;
	font-size: 11px;

}

#LeftNavigation a:hover {
	color: #FA9A00;
	text-decoration: none;
	font-size: 11px;

}

#LeftNavigation a:active {
	color: #FA9A00;
	text-decoration: none;
	font-size: 11px;

}

#LeftNavigation p.level2Active a:link {
	color: #FA9A00;
	text-decoration: none;
	font-size: 11px;
	/* font-size: 85% */
}

#LeftNavigation p.level2Active a:visited {
	color: #FA9A00;
	text-decoration: none;
	font-size: 11px;
	/* font-size: 85% */
}

#LeftNavigation p.level3Active a:link {
	color: #FA9A00;
	text-decoration: none;
	font-size: 11px;
	/* font-size: 85% */
}

#LeftNavigation p.level3Active a:visited {
	color: #FA9A00;
	text-decoration: none;
	font-size: 11px;
	/* font-size: 85% */
}

#LeftNavigation p.level4Active a:link {
	color: #FA9A00;
	text-decoration: none;
	font-size: 11px;
	/* font-size: 85% */
}

#LeftNavigation p.level4Active a:visited {
	color: #FA9A00;
	text-decoration: none;
	font-size: 11px;
	/* font-size: 85% */
}

#LeftNavigation p {
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 2px;
	padding-top: 3px;
}

#LeftNavigation p.level2 {
	padding-right: 13px;
	font-weight: bold;
	background-image: url(../images/leftmenuArrow.gif);
	background-repeat: no-repeat;
}

#LeftNavigation p.level2Active {
	padding-right: 13px;
	font-weight: bold;
	background-image: url(../images/leftmenuArrowActive.gif);
	background-repeat: no-repeat;
}


#LeftNavigation p.level3 {
	padding-right: 13px;
	background-image: url(../images/leftmenuArrow.gif);
	background-repeat: no-repeat;
}

#LeftNavigation p.level3Active {
	padding-right: 13px;
	background-image: url(../images/leftmenuArrowActive.gif);
	background-repeat: no-repeat;
}

#LeftNavigation p.level4 {
	padding-right: 20px;
	padding-left: 6px;
	background-image: url(../images/leftmenuLevel4Border.gif);
	background-repeat: repeat-y;
}

#LeftNavigation p.level4Active {
	padding-right: 20px;
	padding-left: 6px;
	background-image: url(../images/leftmenuLevel4Border.gif);
	background-repeat: repeat-y;
}


/*  Separates utility navigation choices  */

.Pipe {
	font-size:8px;
	line-height: 8px;
	height: 8px;
	width:1px;
	border-right:1px solid #B2B2B2;
	margin: 0;
	padding: 0;
	margin-left:12px;
	margin-right:12px;
}


/* Content */


#breadcrumb a:link {
	color: #00349C;
	text-decoration: none;
	font-size: 85%
}

#breadcrumb a:visited {
	color: #00349C;
	text-decoration: none;
	font-size: 85%
}

#breadcrumb a:hover {
	color: #FA9A00;
	text-decoration: none;
	font-size: 85%
}

#breadcrumb a:active {
	color: #FA9A00;
	text-decoration: none;
	font-size: 85%
}

#breadcrumb span {
	color: #FA9A00;
	text-decoration: none;
	font-size: 85%
}



/* Content */

#content {

	position: absolute;
	left: 170px;
	top: 116px;
	width: 592px;
	padding: 0px;

}


#content h3 {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;

}

#contentFront {

	position: absolute;
	left: 129px;
	top: 116px;
	width: 633px;
	padding: 0px;

}



p.footnote {
	font-size: 75%;
	padding-bottom: 10px;
	

}

p.footnote a {
	font-size: 100%;

}

p.manchet {
	color: #00349C;
	font-size: 100%;
	font-weight: bold;
}

/* Right Content */

div#rightContent {


	padding-left: 20px;
	text-align: left;

}

div#rightContent p, div#rightContent h1, div#rightContent h2, div#rightContent h3, div#rightContent h4{

	font-size: 11px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	color: #000000;

}

div#rightContent p.topLeftCorner {

	font-size: 11px;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}

div#rightContent table {

	width: 133px;
	margin-bottom: 20px;

}

div#rightContent table tr td {

	font-size: 11px;
	padding-top: 10px;
	padding-left: 10px;
	overflow: hidden;

}

div#rightContent table tr td table {

	width: 113px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-top: 0px;

}

div#rightContent table tr td table  tr td table {

	width: 113px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-top: 0px;

}

div#rightContent table tr td table tr td {

	font-size: 11px;
	padding-top: 0px;
	padding-left: 0px;
	overflow: hidden;

}

div#rightContent table tr td table tr td table tr td {

	font-size: 11px;
	padding-top: 0px;
	padding-left: 0px;
	overflow: hidden;

}


div#rightContent ul {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	margin-left: 16px;
	padding-bottom: 4px;
	text-indent: -16px;
}
div#rightContent li  {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	padding-bottom: 4px;
	text-indent: 0px;

}

div#rightContent p strong {
	padding-bottom: 3px;
	padding-top: 3px;
	color: #000000;
	font-weight: bold;

}

div#rightContent a:link {
	font-size: 11px;
	color: #00349C;
	text-decoration: underline;
	font-weight: normal;

}

div#rightContent a:visited {
	font-size: 11px;
	color: #00349C;
	text-decoration: underline;
	font-weight: normal;

}

div#rightContent a:hover {
	font-size: 11px;
	color: #FA9A00;
	text-decoration: underline;
	font-weight: normal;

}

div#rightContent a:active {
	font-size: 11px;
	color: #FA9A00;
	text-decoration: underline;
	font-weight: normal;

}
div#rightContent strong a:link {
	font-size: 11px;
	color: #00349C;
	text-decoration: underline;
	font-weight: bold;

}

div#rightContent strong a:visited {
	font-size: 11px;
	color: #00349C;
	text-decoration: underline;
	font-weight:  bold;

}

div#rightContent strong a:hover {
	font-size: 11px;
	color: #FA9A00;
	text-decoration: underline;
	font-weight: bold;

}

div#rightContent strong a:active {
	font-size: 11px;
	color: #FA9A00;
	text-decoration: underline;
	font-weight: bold;

}

/* .topLeftCorner */

p.topLeftCorner {

	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #B2B2B2;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #B2B2B2;
}

div#rightContent table {

	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #B2B2B2;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #B2B2B2;
}


div#rightContent table table {

	border-style: none;
	margin-left: 10px;
	margin-top: 10px;

}

div#rightContent table table p {

	border-style: none;
	margin-left: 0px;
	padding-left: 0px;


}





div#rightContent div p, div#rightContent div h1, div#rightContent div h3, div#rightContent div h4 {

	border-style: none;
	font-size: 100%;
}



div#rightContent li {

	font-size: 100%;
}

div#rightContent ul {

	font-size: 100%;
}

div#rightContent p select {

	width: 120px;
	font-size: 90%;

}

div#rightContent table.pubBasket {

	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #B2B2B2;

}

div#rightContent table.pubBasket td {

	font-size: 70%;

	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #B2B2B2;
}



/* CONTACT ELEMENT */



div.hiddenBlock {

	background-color: rgb(255,255,255);
	display: block;
	position: absolute;
	top: 110px;
	left: 0px;
	z-index: 1000;
	border-style: ridge;
	border-color: rgb(244,244,244);
	border-width: 2px;
	border-top-style: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	padding-right: 1px;

}

.hiddenBlock table {
	background-color: rgb(255,255,255);

}

.hiddenBlock table tr td {
	font-size: 70%;
	background-color: rgb(255,255,255);

}

.hiddenBlock table tr td a:link {
	color: #00349C;
	text-decoration: underline;
	font-weight: bold;
	font-size: 100%;
}

.hiddenBlock table tr td a:visited {
	color: #00349C;
	text-decoration: underline;
	font-weight: bold;
	font-size: 100%;
}

.hiddenBlock table tr td a:hover {
	color: #FA9A00;
	text-decoration: underline;
	font-weight: bold;
	font-size: 100%;
}

.hiddenBlock table tr td a:active {
	color: #FA9A00;
	text-decoration: underline;
	font-weight: bold;
	font-size: 100%;
}

.hiddenBlock table tr td strong {
	color: #00349C;

}

.hiddenBlock table tr td input {
	font-size: 120%;

}

div#l1 {
	left: 385px;
	width: 320px;
	background-color: rgb(255,255,255);
}

div#l2 {
	left: 500px;
	width: 265px;
	background-color: rgb(255,255,255);
}

/* Active links */

a.activeLink:link {
	color: #FA9A00;
	text-decoration: none;
}
	
a.activeLink:hover	{
	color: #FA9A00;
	text-decoration: none;
}

a.activeLink:active {
	color: #FA9A00;
	text-decoration: none;
}

a.activeLink:visited {
	color: #FA9A00;
	text-decoration: none;
}

/* Sitemap */

#sitemap .sitemapLevel1 {
	color: #00349C;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
}

#sitemap .sitemapLevel2 {
	color: #00349C;
	padding: 0px;
	padding-left: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
}

#sitemap .sitemapLevel2a {
	color: #00349C;
	padding: 0px;
	padding-left: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#sitemap .sitemapLevel3 {
	color: #00349C;
	padding: 0px;
	padding-left: 40px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#sitemap .sitemapLevel1 a {
	color: #00349C;
}

#sitemap a:link {
	color: #00349C;
	text-decoration: none;
}
	
#sitemap a:hover	{
	color: #FA9A00;
	text-decoration: underline;
}

#sitemap a:active {
	color: #FA9A00;
	text-decoration: none;
}

#sitemap a:visited {
	color: #00349C;
	text-decoration: none;
}
#sitemap a:visited:hover {
	color: #FA9A00;
	text-decoration: underline;
}

#sitemap table.itemMenu tr td {
	background-color: rgb(243,244,248);
	font-weight: bold;
	text-align: center;
	font-size: 90%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;

}

table.itemMenu {
	margin-bottom: 17px;
}


#sitemap table.itemMenu a:link {
	color: #00349C;
	text-decoration: none;
	font-size: 75%;
}
	
#sitemap table.itemMenu a:hover	{
	color: #FA9A00;
	text-decoration: underline;
	font-size: 75%;
}

#sitemap table.itemMenu a:active {
	color: #FA9A00;
	text-decoration: none;
	font-size: 75%;
}

#sitemap table.itemMenu a:visited {
	color: #00349C;
	text-decoration: none;
	font-size: 75%;
}
#sitemap table.itemMenu a:visited:hover {
	color: #FA9A00;
	text-decoration: underline;
	font-size: 75%;
}

#sitemap table.itemMenu span {
	color: rgb(120,159,220);
	font-size: 75%;
}

#sitemap table.itemMenu .Pipe {
	margin-left:0px;
	margin-right:0px;
}

/* FAQ */

.container {

	background-color: rgb(243,244,248);
	width: 436px;
	margin: 0px;
	padding: 1px;
	margin-bottom: 2px;

}
.container table {
	margin: 0px;
	
}

.container table td {
	margin: 0px;
	font-size: 75%;
}

.FAQstyle {

	padding-left: 15px;
	width: 422px;
	margin: 0px;
	
}

.FAQchild {
	font-size: 80%;
}

.container a:link {
	color: #00349C;
	text-decoration: underline;
	font-size: 90%;
	font-weight: bold;
}
	
.container a:hover	{
	color: #FA9A00;
	text-decoration: underline;
	font-size: 90%;
	font-weight: bold;
}

.container a:active {
	color: #FA9A00;
	text-decoration: underline;
	font-size: 90%;
	font-weight: bold;
}

.container a:visited {
	color: #00349C;
	text-decoration: underline;
	font-size: 90%;
	font-weight: bold;
}

.container a:visited:hover {
	color: #FA9A00;
	text-decoration: underline;
	font-size: 90%;
	font-weight: bold;
}

.FAQstyle a:link {
	color: #00349C;
	text-decoration: underline;
	font-size: 85%;
	font-weight: bold;
}
	
.FAQstyle a:hover {
	color: #FA9A00;
	text-decoration: underline;
	font-size: 85%;
	font-weight: bold;
}

.FAQstyle a:active {
	color: #FA9A00;
	text-decoration: underline;
	font-size: 85%;
	font-weight: bold;
}

.FAQstyle a:visited {
	color: #00349C;
	text-decoration: underline;
	font-size: 85%;
	font-weight: bold;
}

.FAQstyle a:visited:hover {
	color: #FA9A00;
	text-decoration: underline;
	font-size: 85%;
	font-weight: bold;
}

table#activity {

	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #B2B2B2;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #B2B2B2;
	width: 439px;

}

table#activity td {

	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #B2B2B2;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #B2B2B2;
	padding: 2px;
}

table#activity td a:link {
	color: #00349C;
	text-decoration: underline;
	font-weight: bold;

}

table#activity td a:active {
	color: #00349C;
	text-decoration: underline;
	font-weight: bold;

}

table#activity td a:visited {
	color: #00349C;
	text-decoration: underline;
	font-weight: bold;

}

table#activity td a:visited:hover {
	color: #FA9A00;
	text-decoration: underline;
	font-weight: bold;

}


table#activity td.activitySortOn a:link {
	color: #FA9A00;

}

table#activity td.activitySortOn a:active {
	color: #FA9A00;

}

table#activity td.activitySortOn a:visited {
	color: #FA9A00;

}

table#activity td.activitySortOn a:visited:hover {
	color: #FA9A00;

}

table#activity tr.itemchosen td {

	border-right-style: none;
	border-bottom-style: none;
}

.pubHead {

	font-weight: bold;
}

.pubDisc {
	padding-bottom: 15px; 
	padding-top: 15px;
	font-size: 85%;
}


div.darkBg {

	background-color: rgb(243,244,248);
}

/* tables */

div.tableBg table {

	border-style: none;
	background-color: rgb(255,255,255);

}

div.tableBg table td {

	border-style: none;
	background-color: rgb(243,244,248);
	padding: 0px;

}

div.tableBg table td p {

	margin: 0px;
	padding: 2px;

}

div.tableBg table td p.tableHead {

	background-color: #B8B9D2;
	font-weight: bold;

}

P#arraImg {

	display: none;
}



/* Bilordning */

.scrollHelp {

	height: 300px;
	padding: 10px;
	overflow: auto;
}

#msg {

	display: none;
	position: absolute;
	top: 890px;
	left: 35px;
	z-index: 1000;

}

#right {
	display: block;
	position: absolute;
	top: 200px;
	left: 500px;
	z-index: 1000;


}

#graph, #bottom {
	margin-left: 20px;

}
