body{
	font-family: 'Times New Roman', Times, serif
}
table, td, tr, th, tbody, p, br, option, select, input, textarea{
	font-family: 'Times New Roman', Times, serif
}
A{text-decoration:none}			/*links ohne unterstreichung anzeigen*/
A:link{color:#FF6699}				/*farbe links standard:hellblau Schrift*/
A:visited{color:#FF6699}			/*farbe besuchte links:blau Schrift*/
A:active{color:#FF6699}			/*farbe aktiver link weiss*/
A:hover{color:#CE3052}	 			/*farbe beim überfahren mit maus:weiss*/
A:focus{color:#CE3052}
A IMG{border:0px}						/*Images mit links ohne Rahmen*/

.CONTENTHEADER{
	color:#000000;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}
.CONTENTSUBHEADER{
	color:#CE3052;
	font-size: 15px;
	font-weight:bold;
	letter-spacing:4px;
}
.CONTENT{
	color: #000000;
	font-size: 13px;
}
.CONTENTFOOTER{
	color: #808080;
	font-size:12px;
}
.BORDER1PXBLACK {
  border-width:1px;
  border-style:solid;
  border-color:#333333;
}
