@charset "UTF-8";
/* CSS Document */

.title {
	color:#176490;
	font-family: "Trebuchet MS", Arial;
	font-size: 19px;
}

.copy {
	color:#5e5e5e;
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
}

.copybold {
	color:#5e5e5e;
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
        font-weight: bold;

}

.copyitalic {
	color:#3e3e3e;
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
        font-weight: bold;
        font-style: italic;

}

.subtitle {
	color:#5e5e5e;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
}

.link {
	color:#4e4e4e;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	text-decoration:none;
}


.link a:hover{
	color:#2e2e2e;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	text-decoration:underline;
}

.linkcontact {
	color:#4e4e4e;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	text-decoration:none;
}


.linkcontact a:hover{
	color:#2e2e2e;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	text-decoration:underline;
}

#content_index {
	position:absolute;
	width:559px;
	height:115px;
	z-index:1;
	left: 333px;
	top: 69px;
}

