/* CSS Document */<!--body,td,th {	font-family: Helvetica, Arial sans-serif;	font-size: 16px;	color: #000000;}	body {	background-color: #FFFFFF;	background-image:  url();	background-repeat: no-repeat;	margin-left: 5px;	margin-top: 5px;	margin-right: 5px;	margin-bottom: 5px;}

a:link { 
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #C50021;
}


.foot {
	font-size: 16px;  
    color: #FFFFFF;
}

.foot a:link { 
	color: #FFFFFF;
}

.foot a:visited {
	color: #FFFFFF;
}

.foot a:hover {
	color: #C50021;
}

.Title {	font-size: 40px; 	font-weight: bold; 
    color: #C50021;	text-decoration: underline;}

.Title a:link { 
	color: #C50021;
}

.Title a:visited {
	color: #C50021;
}

.Title a:hover {
	color: #C50021;
}


.subTitle {
	font-size: 20px; 
	font-weight: bold; 
    color: #C50021;
	text-decoration: underline;
}

.subTitle a:link { 
	color: #C50021;
}

.subTitle a:visited {
	color: #C50021;
}

.subTitle a:hover {
	color: #C50021;
}

.map {
	font-size: 16px;
    font-weight: bold; 
    color: #305B79;
}

.map a:link { 
	color: #305B79;
}

.map a:visited {
	color: #305B79;
}

.map a:hover {
	color: #C50021;
}-->