@charset "utf-8";
/* CSS Document */

body {
    font-family: Arial;
	font-size: 15pt;
	background-image: url(img/background.png);
}

a:active {outline-style: none;}
a:focus {outline-style: none;}

.title{
	font-family: "Trebuchet MS";
	font-size: 50px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

.cctitle{
	font-family: "Trebuchet MS";
	font-size: 23pt;
	color: #a6140a;
	text-align: left;
	font-weight: bold;
	line-height: 2.3em;
}
.textduzy2 {
	font-family: "trebuchet ms";
	font-size: 20px;
	color: #333333;
}

.cc{
	font-family: "Trebuchet MS";
	font-size: 12pt;
	color: #333333;
	text-align: justify;
	line-height: 1.5em;
}
.textduzy {
	font-family: "trebuchet ms";
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
a.link {
	color: #CC0000;
	FONT-FAMILY: "trebuchet ms";
	font-size: 17px;
	font-weight: bold;
	TEXT-DECORATION: underline;
	font-variant: normal;
	text-transform: none;
}

a.link:hover {
	color: #00FFFF;
	text-decoration: none;
}	
a.link2 {
	color: #FF0000;
	FONT-FAMILY: "trebuchet ms";
	font-size: 20px;
	font-weight: bold;
	TEXT-DECORATION: underline;
	font-variant: normal;
	text-transform: none;
}

a.link2:hover {
	color: #FF0000;
	text-decoration: none;
}	

