body {
    background-color: #18427c;
    background-image: url('fond.jpg');
}

.logo-main{

}
.logo-secondary {
    margin-top: 4px;
}
.logo-team {
    width: 36px;
    height: 36px;
    border: 0;
    margin: 0;
}

.Title {
	font-family: 'Graduate', cursive;
	font-size: 24px;
	font-weight: bold;
	color: #18427c;
}
.SubTitle {
	font-size: 18px;
	color: #18427c;
}

table.List {
	border: 1px solid #333;
}
tr.ListHeader {
	background-color: #265ca2;
	color: #FEFEFE;
	font-size: 14px;
}
tr.ListNormal {
	background-color : #F9F9F9;
}
tr.ListAlternate {
	background-color : #E9E9E9;
}
tr.ListHighlight {
	background-color : #CCC;
	color: #FEFEFE;
}

table.Details {
	border: 1px solid #18427c;
}
td.DetailsHeader {
	background-color: #265ca2;
	color: #FEFEFE;
	font-size: 14px;
	text-align: center;
}
td.DetailsHeaderSide {
	background-color: #265ca2;
	color: #FEFEFE;
	font-size: 14px;
}
td.DetailsItem {
	width: 200px;
	background-color: #F9F9F9;
	color: #000;
	text-align: right;
}
td.DetailsValue {
	background-color: #F9F9F9;
	color: #333;
}

/* Links */
a {
	text-decoration: none;
    color: #18427c;
}
a:link {
	text-decoration: none;
    color: #18427c;
}
a:visited {
	text-decoration: none;
	color: #18427c;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}