.text           {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 130%;
}
.greytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
}

.textsmall      {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 13px;
}
.greyline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
}

.textlarge      { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; }
.textwhite      { color: #FFFFFF; }
.textwhitesmall { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;  color: #FFFFFF; }
.textred        {
	color: #9D1D1E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.pagetitle    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	background-repeat: no-repeat;
	display: block;
	padding-bottom: 11px;
	background-image: url(../images/template/page_tilte_linwe.gif);
	background-position: 0px bottom;
	line-height: 22px;
	margin: 0px;
}
.heading      {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	line-height: 130%;
} 
.imagecaption { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px;  color: #999999; }

a                    {
	font-family: Arial, Helvetica, sans-serif;
	color: #9D1D1E;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
} 
a:hover              {
	color: #25376C;
	text-decoration: underline
}

a.subnavlevel2       {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9F181C;
	text-decoration: none;
	padding-right: 13px;
	padding-left: 13px;
	display: block;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B6B5B3;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;


} 
.navigationheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/template/pagetitle_line.gif);
	background-repeat: no-repeat;
}

a.subnavlevel2:hover {
	text-decoration: none;
	background-image: url(../images/arrow1.gif);
	color: #000000;

}

a.subnavlevel3       {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9F181C;
	text-decoration: none;
	padding-right: 13px;
	padding-left: 23px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B6B5B3;
	background-image: url(../images/arrow3.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
} 
.newsbg {
	background-image: url(../images/index/news_articles.jpg);
	background-repeat: no-repeat;
}


a.subnavlevel3:hover {
	text-decoration: none;
	background-image: url(../images/arrow2.gif);
	color: #000000;

}

a.subnavlevel4       {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9F181C;
	text-decoration: none;
	padding-right: 13px;
	padding-left: 33px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B6B5B3;
	background-image: url(../images/arrow4.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;


} 

a.subnavlevel4:hover {
	text-decoration: none;
	background-image: url(../images/arrow5.gif);
	color: #000000;

}
a.pedalo             {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 13px;
	color: #999999;
	font-weight: normal;
} 
a.pedalo:hover       {
	text-decoration: underline
} 

a.breadcrumb         { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #990000; text-decoration: underline; }
a.breadcrumb:hover   { text-decoration: underline; }

form     { margin:0px; padding:0px; }
select   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000} 
input    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
} 
options  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000} 
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
}

hr {
	font-size: 0px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
}

img.zimageright {
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	float: right;
}
img.zimageleft  {
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	float: left;
}
.hidedisplay    { display: none; }
body {
	margin: 0px;
	padding: 0px;
	background-color: #F5F5F5;
}
.greytopline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}

a.newsarticles       {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9F181C;
	text-decoration: none;
	padding-right: 13px;
	padding-left: 13px;
	font-weight: bold;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	background-position: 0px 2px;
	margin-left: 10px;


} 
a.newsarticles:hover {
	text-decoration: none;
	background-image: url(../images/arrow1.gif);
	color: #000000;

}
.tableborder {
	border: 1px solid #223777;
}
