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


/* GENERAL */

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

A { 
	color: #FAA61A !important; 
	text-decoration: none;
	font-weight: bold; 	
}

A:link { 
	color: #FAA61A;
	text-decoration: none;
	font-weight: bold; 
}
	
A:active { 
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold; 
}
A:visited { 
	color: #FAA61A;
	font-weight: bold; 
}
	
A:hover	{ 
	color: #FFFFFF !important;
	text-decoration: underline;
	font-weight: bold; 
}

A img {
	border-style: none;
}

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

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

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

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

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




