/* ---------------------------------------------------------------------------------------------------------------------
   General Tag-Setup.
   ---------------------------------------------------------------------------------------------------------------------
*/
a, a:link, a:hover, a:visited, a:active {
	color:#000000;
 	text-decoration:none;
	font-family:Verdana;
 	font-size:12px;
 	font-weight:normal;
}

a:hover {
	color:#c0c0c0;
	text-decoration:none;
	font-family:Verdana;
 	font-size:12px;
 	font-weight:normal;
}

body {	
/*	background-color:#B34D4B;	*/
	font-family:Verdana;
 	font-size:12px;
 	font-weight:normal;
}

td, p {
/*	line-height:110%; */
	color:#000000;
	font-family:Verdana;
 	font-size:12px;
 	font-weight:normal;
}

/* ---------------------------------------------------------------------------------------------------------------------
   Center Class-Setup.
   ---------------------------------------------------------------------------------------------------------------------
*/
.txtHeader1 {
	line-height:110%;
	color:#ffffff;
	font-family:Verdana;
 	font-size:16px;
 	font-weight:bold;
}
.txtHeader2 {
	line-height:110%;
	color:#ffffff;
	font-family:Verdana;
 	font-size:14px;
 	font-weight:bold;
}
.txtHeader3 {
	line-height:110%;
	color:#ffffff;
	font-family:Verdana;
 	font-size:12px;
 	font-weight:bold;
}
