/* CSS Document */


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	background-color: #666699;
	margin: 0px;
	text-align:left;
}
a:link {
	color: #99ccFF;
	text-decoration: underline;
}
a:visited {
	color: #99ccFF;
	text-decoration: underline;
}
a:hover {
	color: #666699;
	text-decoration: underline;
}
a:active {
	color: #99ccFF;
	text-decoration: underline;
}
h1 {
	font-size: 10px;
	color: #666666;
}
h2 {
	font-size: 9px;
	color: #666666;
}
h3 {
	padding-top: 5px;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
h3 a:link {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
h3 a:hover {
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}
h4 {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	padding-left: 0px;
	padding-right: 0px;
}
h4 a:hover {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
h4 a:link {
	font-size: 10px;
	font-weight: normal;
	color: #99ccFF;
	text-decoration: underline;
}

h5 {
	font-size: 20px;
	font-weight: normal;
	color: #666666;
}
h6 {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	padding-left: 47px;
	padding-right: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: -10px;
}
h6 a:link{
	color: #99cdff;
	text-decoration:underline;
}
h6 a:hover{
	color: #333333;
	text-decoration:underline;
}
h6 a:visited{
	color: #666699;
	text-decoration: underline;
}

#button {
	width: 7.9em;
	border-right: 1px solid #224f6a;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #224f6a;
	color: #ffffff;
}
#places {
	font-size:9px;
	width: 180px;
	margin-left: 0px;
	margin-bottom: 0px;
	color: #666699;
	background-color: #ccccff;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	}

#places ul {
	margin-left: 0;
	padding-left: 5px;
	padding-right: 5px;
	border: none;
	} 

#places ul li {
	list-style: disc;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	border: none;
	}
#places a:link {
	color:#666699;
	text-decoration:none;
	}
#places a:visited {
	color: #666699;
	text-decoration: none;
	}
#places a:hover {
	color: #99ccFF;
	text-decoration: none;
	}

#bread {
	color: #666699;
	background-color: #ccccff;
	padding-left: 15px;
	padding-bottom: 6px;
	padding-top: 6px;
	margin-bottom: 0px;
	}

#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#bread ul li {
	margin-left: 0;
	padding-left: 4px;
	border: none;
	list-style: none;
	display: inline;
	}
#bread-gen ul li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
	color: #666699;
	}
	
#bread-gen ul li.first:before {
	content: " ";
	}
	
#bread a:link {
	text-decoration:none;
	color:#666699;
	}
#bread a:visited {
	text-decoration:none;
	color:#666699;
	}
#bread a:hover {
	text-decoration:none;
	color:#000000;
	}

	
#footer {
	width: 740px;
	height: 25px;
	background-color: #99ccff;
	}