@charset "utf-8";

/* CSS Document */



.body {

	font-family: Arial, Verdana, Helvetica, sans-serif;

	font-size: 12px;

	line-height:18px;

}

.bodyBold {

	font-family: Arial, Verdana, Helvetica, sans-serif;

	font-weight: bold;

	font-size: 12px;

	line-height: 18px;

}

.bodyHeader {

	color: #ED1C24;

	font-weight: bold;

	font-family: Arial, Verdana, Helvetica, sans-serif;

	font-size: 14px;

}

.footer {

	color: #FFFFFF;

	font-weight: bold;

	font-family: Arial, Verdana, Helvetica, sans-serif;

	font-size: 11px;

}

.footer a {

	color: #FFFFFF;

	text-decoration: none;

}

.cellBackground { 

background-image: url(img/background2.jpg); 

background-repeat: no-repeat; 

} 

.cellBackgroundExtended { 

background-image: url(img/background-secondary.jpg); 

background-repeat: no-repeat; 

} 

.cellBox { 

background-image: url(img/box.png); 

background-repeat: no-repeat; 

} 

.tableBorder {

border-style: solid;

border-width: 1px;

border-color: black;

}

ul {

list-style-type: square;

}

p.Spacing {

font-family: Arial, Verdana, Helvetica, sans-serif;

font-weight: bold;

font-size: 11px;

margin-top: 0px;

margin-bottom: 4px;

}

#map {

	width: 680px;

	height: 600px;

	border: 1px;

	border-color: #000000;

	border-style: solid;

}


