@charset "UTF-8";
body {
	margin: 0px;
	background-color: #e9e9e9;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	text-align: justify;
	margin-top: 0px;
}
a {
	color: #C40007;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.text-copyrights {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.text-language {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}
.text-language a {
	color: #FFFFFF;
	text-decoration: none;
}
.text-language a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.text-12-black {
	font-size: 12px;
	color: #000000;
}
.text-12-black a {
	color: #000000;
	text-decoration: none;
}
.text-12-black a:hover {
	color: #C40007;
	text-decoration: none;
}
.text-black-normal {
	color: #333333;
	text-decoration: none;
}
.text-black-normal a {
	color: #333333;
	text-decoration: none;
}
.text-black-normal a:hover {
	color: #C40007;
	text-decoration: none;
}
.text-white {
	color: #FFFFFF;
}
.text-white a {
	color: #FFFFFF;
	text-decoration: none;
}
.text-white a:hover {
	color: #CCFF00;
	text-decoration: none;
}
.text-title-white {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.text-title-big-blue {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #005a92;
	text-transform: uppercase;
	font-weight: bold;
}
.text-title-big-black {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}
.text-title-big-red {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #C00000;
}
.text-projects {
	font-size: 10px;
	line-height: normal;
	padding-top: 5px;
}
.links-main {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	cursor: hand;
	cursor: pointer;
	height: 40px;
	width: 100%;
	background-image: url(images/back-link.jpg);
}
.links-main-over {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	cursor: hand;
	cursor: pointer;
	height: 40px;
	width: 100%;
	background-image: url(images/back-link-hover.jpg);
}
.link-read-more {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.link-read-more a {
	color: #000000;
}
.link-read-more a:hover {
	color: #C40007;
	text-decoration: none;
}
