/*Links*/

A:link {
		text-decoration:			none;
		color:						#5F99EC;
		}
A:visited {
		text-decoration:			none;
		color:						#5F99EC;
		}
A:hover {
		text-decoration:			none;
		color:						#001677;
		}

A:link.two {
		text-decoration:			none;
		color:						#001677;
		}
A:visited.two {
		text-decoration:			none;
		color:						#001677;
		}
A:hover.two {
		text-decoration:			none;
		color:						#5F99EC;
		}

A:link.bold {
		text-decoration:			none;
		color:						#5F99EC;
		font-weight:				bold;
		}
A:visited.bold {
		text-decoration:			none;
		color:						#5F99EC;
		font-weight:				bold;
		}
A:hover.bold {
		text-decoration:			none;
		color:						#001677;
		font-weight:				bold;
		}

/*Tables*/

TD {
		font-family:				Arial, Helvetica, Verdana, sans-serif;
		font-size:					12px;
		color:						#6B6B6B
		}

TD.two {
		font-family:				Arial, Helvetica, Verdana, sans-serif;
		font-size:					12px;
		color:						#001677
		}


/*Genral*/
ul {
	list-style-image:			url(images/bullet.gif); 
	list-style-position:		outside;
	line-height:				17px;
	margin:						0px 0px 0px 28px;
	padding:					0px;
}


/*Tables*/
#map {
	width:						400px;
	height:						350px;
	float:						left;
	margin:						0px;
	}