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


/* GENERAL */

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

A { 
	color: #91C244; 
	text-decoration: none;
	font-weight: bold; 	
}

A:link { 
	color: #91C244;
	text-decoration: none;
	font-weight: bold; 
}
	
A:active { 
	color: #F6282A;
	text-decoration: underline;
	font-weight: bold; 
}
	
A:visited	{ 
	color: #91C244;
	text-decoration: none;
	font-weight: bold; 
}

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

A img {
	border-style: none;
}

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

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

.textBoldRedMedium { 
	color: #F6282A; 
	font-size: 12px; 
	line-height: 16px; 
	font-family: Verdana, Geneva, Sans-Serif; 
	font-weight: bold;
}

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

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

.textPlain { 
	color: #FFFFFF;
	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;
}



