A:link {

	text-decoration: underline;

	color: #0000CC;

}

A:visited {

	text-decoration: underline;

	color: #0000CC;

}

A:active {

	text-decoration: none;

	color: #CC6600;

}

A:hover {
	color: #0099FF;
	text-decoration: none;

}

.texta13 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0066CC;
	text-decoration: none;

}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FF0000;

}

body {
	background-color: #216696;
	background-image: url(/images/BgTexture-02.jpg);

}

.texta12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none

}

.texta11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none

}

p {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	text-decoration: none;

}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;

}

.bgmenu {

	background-image: url(/images/bgmenu.jpg);

}

.shadow {

	background-image: url(/images/shadow.jpg);

}

h4 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #003399;

	text-decoration: none;

}

.stabilo {  background-color: #FFFF00}
.bg01 {
	background-image: url(/images/bg01.jpg);
}
.bgsidebar {
	background-color: #EAEAEA;
}

.art-Footer-text
{
	text-decoration: none;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(/images/bg01.jpg);
	text-align: center;
}

.art-Footer-text a:link
{
	text-decoration: none;
	color: #FFFF33;
	text-decoration: underline;
}

.art-Footer-text a:visited
{
	text-decoration: none;
	color: #FFFFFF;
	text-decoration: underline;
}

.art-Footer-text a:hover
{
	text-decoration: none;
	color: #FF9900;
	text-decoration: none;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: bold 11px Verdana;
	width: 210px; /* Main Menu Item widths */
	border-bottom: 1px solid #ccc;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #003300;
	text-decoration: none;
	padding: 4px;
	border-bottom: 1px solid #D7D7DB;
	border-right: 1px solid #D7D7DB;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
	background-color: #CFE7B8; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
	color: #003300;
}

.sidebarmenu ul li a:hover{
	background-color: #99CC00;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
	position: absolute;
	width: 200px; /*Sub Menu Items width */
	top: 0;
	visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
	background: url(/images/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

.Main
{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.PageBackgroundGlare
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.PageBackgroundGlareImage
{
  background-image: url('images/Page-BgGlare.png');
  background-repeat: no-repeat;
  height: 447px;
  width: 327px;
  margin: 0;
}

/* specially for Opera */
html:first-child .PageBackgroundGlare
{
  border: 1px solid transparent;
}
/* specially for Opera */

* html .PageBackgroundGlareImage
{
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/Page-BgGlare.png',sizingMethod='crop')");
}
