/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

img{
	border: none;
}

h2{
	font-size: 1.4em;
}

.title{
	color: #11366D;
}

.menu{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.75em;
}

.footer{
	color: #FFFFFF;
	font-size: 0.8em;
	background-color: #11366D;
	text-align: center;
}

.back{
	font-size: 0.8em;
	font-weight: bold;
}

.tableTitleBlue {
	text-align: center;
	font-weight: bold;
	background-color: #AAC0D8;
	border-color: #AAC0D8;
}

.tableTitlePink {
	text-align: center;
	font-weight: bold;
	background-color: #FFCCFF;
	border-color: #FFCCFF;
}

.tableTitleYellow {
	text-align: center;
	font-weight: bold;
	background-color: #FFFFD9;
	border-color: #FFFFD9;
}