/* CZ Template editor.css */
/* this file is loaded in the HTML-editor */


/* GENERAL */

body {
	color: #000000; 
	font-size: 10px; 
	line-height: 13px; 
	font-family: Verdana, Geneva, Sans-Serif; 
}

A { 
	color: #7f006a; 
	text-decoration: none;
	font-weight: bold; 	
}

A:link { 
	color: #7f006a;
	text-decoration: none;
	font-weight: bold; 
}
	
A:active { 
	color: #DD0000;
	text-decoration: underline;
	font-weight: bold; 
}
	
A:visited	{ 
	color: #7f006a;
	text-decoration: none;
	font-weight: bold; 
}

A:hover	{ 
	color: #c7001a;
	text-decoration: underline;
	font-weight: bold; 
}

A img {
	border-style: none;
}

.titleBoldRed {  
	color: #c7001a; 
	font-size: 15px; 
	line-height: 18px; 
	font-family: Verdana, Geneva, Sans-Serif; 
	font-weight: bold; 
}

.textBoldRedLarge { 
	color: #c7001a; 
	font-size: 11px; 
	line-height: 16px; 
	font-family: Verdana, Geneva, Sans-Serif; 
	font-weight: bold;
}

.textBoldRedMedium { 
	color: #DF0000; 
	font-size: 11px; 
	line-height: 14px; 
	font-family: Verdana, Geneva, Sans-Serif; 
	font-weight: bold;
}

.textBoldPurpleMedium { 
	color: #7f006a; 
	font-size: 11px; 
	line-height: 14px; 
	font-family: Verdana, Geneva, Sans-Serif; 
	font-weight: bold;
}

.textBoldRed { 
	color: #c7001a; 
	font-size: 10px; 
	line-height: 13px; 
	font-family: Verdana, Geneva, Sans-Serif; 
	font-weight: bold; 
}

.textBold { 
	color: #000000; 
	font-size: 10px; 
	line-height: 13px; 
	font-family: Verdana, Geneva, Sans-Serif; 
	font-weight: bold; 
}

.textPlain { 
	color: #000000; 
	font-size: 10px; 
	line-height: 13px; 
	font-family: Verdana, Geneva, Sans-Serif; 
}

.textHalfLine { 
	color: #000000;
	font-size: 7px;
	line-height: 7px;
	font-family: Verdana, Geneva, Sans-Serif;
}

.textQuartLine { 
	color: #000000;
	font-size: 3px;
	line-height: 3px;
	font-family: Verdana, Geneva, Sans-Serif;
}




