body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #f2f2f1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 1px;
}

a:link {
	color: #336699;
	text-decoration: underline;
}

a:visited {
  color: #336699;
	text-decoration: underline;
}

a:hover {
  color: #99ccff;
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #2c4e7c;
}


h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;

}


img.png {
	behavior:	 url('../pngloader/pngbehavior.htc');
	
}

td.body  {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 0px;
	padding-bottom: 5px;
}

td.bodytop  {
	background-image: url(../images/bgbodytop.png);
	background-repeat: no-repeat;
}

td.bodybottom  {
	background-image: url(../images/bgbody.png);
	background-repeat: repeat-y;
}

td.menuStart  {
	background-image: url(../images/button-start.png);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	padding: 0.1em;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
}
td.menu  {
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	padding: 0.1em;
	font-size: 0.7em;
	font-weight: bold;
	color: #2c4e7c;
}
td.menuEnd  {
	background-image: url(../images/button-end.png);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	padding: 0.1em;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
}

.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:visited {
	color: #f6c428;
	text-decoration: none;
}

.menu a:hover {
  color: #d5a72f;
	text-decoration: none;
}

td.footer  {
	font-size: 0.7em;
	font-weight: normal;
	color: 336699;
	text-align: center;
	padding: .5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #336699;
}

td.header {
	background-image: url(../images/WERA-header.png);
	background-repeat: no-repeat;
	background-position: top, left;
	width: 785px;
	height: 145px;
	padding: 0.1em;
}
