body {
	margin: 0
}
img {
	border: 0;
}
a:link {
	color: #5D7B99;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #5D7B99;
	font-weight: bold;
}

a:hover {
	color: #213B55;
	font-weight: bold;
}

a:active {
	color: #5D7B99;
	font-weight: bold;
}

body {
	background-color: #FFFFFF;
	color: #213B55 !important;
	font-family: arial;
	font-weight: normal;
}

p {
}

td.desc  /* The description of the files */ {
}

td.file  /* The cell where there should be a file and there isnt */ {
	background-color: #D0D7DC;
}

td.nofile  /* The cell where the files are in */ {
	background-color: #E9EDF0;
}

#subtitle {
	background-color: #5D7B99;
	color: #FFFFFF;
	font-size: large;
	font-weight: bold;
}
.center {
	float: none;
	margin: 0 auto;
	text-align: center;
}
.e9edf0 {
	background-color: #e9edf0;
}
.blue2 {
	background-color: #5d7b99;
}
.d0d7dc {
	background-color: #d0d7dc;
}
.blue {
	background-color: #547492;
}

