/* grundeinsellungen*/

body {
	background-color : #FFFFFF;
	margin: 0;
}
h1,h2,h3,h4,h5,p,ul,ol,li,div,td,th,address,blockquote,nobr  {
	font-family : Arial,Verdana,Helvetica,sans-serif;
	font-size : 14pt;
	color : #666666;
}

/* headlines*/

h1  {
	color : #000000;
	font-size : 22pt;
	font-weight : bold;
}

h2  {
	color : #000000;
	font-size : 18pt;
	font-weight: bold;
}

h3  {
	color : #000000;
	font-size : 18pt;
}

h4  {
	color : #000000;
	font-size : 16pt;
	font-weight: bold;
}

h5  {
	color : #000000;
	font-size : 14pt;
	font-weight: bold;
}

/* hyperlinks*/

a:link  {
	color : #666666;
	text-decoration : underline;
	font-size: 14pt;
}

a:visited  {
	color : #666666;
	text-decoration : underline;
	font-size: 14pt;
}

a:hover  {
	color : #666666;
	text-decoration : underline;
	font-size: 14pt;
}

/* diverses */

th {text-align: left;}

/* classes */

.tblList {border: 1px solid black; font-size: 14pt;}
.tdList {font-size: 14pt; color: #666666;}
.tdListHdl {border: 1px solid black;	font-size: 14pt;	font-weight: bold; background-color : #FFFFFF;}
.tdListHdl2 {border: 1px solid black;	font-size: 14pt; font-weight: bold; color: #666666;}
.tdList a:link {font-size: 14pt; text-decoration : underline;}
.tdList a:active {font-size: 14pt; text-decoration : underline;}
.tdList a:visited {font-size: 14pt; text-decoration : underline;}
.tdList a:hover {font-size: 14pt; text-decoration : underline; color: #666666;}

.tdDesc {border: 1px solid black;	font-size: 14pt;	font-weight: bold; background-color : #FFFFFF;}
.tdInp {border: 1px solid black;	font-size: 14pt;	background-color : #FFFFFF;}
.tdWhite {background-color : #FFFFFF;}
.tdHdl1 {font-size: 14pt;	font-weight: bold; color: #666666;}

.dHdl1  {font-size: 14pt;	font-weight: bold; color: #666666;}

.mLink {font-size: 14pt; font-weight: normal; color: #666666;}
.mLink a:link {text-decoration : none; color: #666666;}
.mLink a:active {text-decoration : none; color: #666666;}
.mLink a:visited {text-decoration : none; color: #666666;}
.mLink a:hover {text-decoration : none; color: #CCCCCC;}

.tLink {font-size: 12pt; font-weight: normal; padding: 5px 10px 5px 10px; color: #000000;}
.tLink a:link {font-size: 12pt; font-weight: normal; text-decoration : none; color: #000000;}
.tLink a:active {font-size: 12pt; font-weight: normal; text-decoration : none; color: #000000;}
.tLink a:visited {font-size: 12pt; font-weight: normal; text-decoration : none; color: #000000;}
.tLink a:hover {font-size: 12pt; font-weight: normal; text-decoration : none; color: #666666;}

.smFont {font-size: 8pt;}

.inpTxt {
  border: 1px solid #666666;
}




