@charset "utf-8";
/* CSS Document */
html {
	margin: 0;
	padding: 0;
}

body {
	background-repeat: repeat;
	text-align: center;
	margin-top: 20px;
	margin: 0;
	padding: 0;
	min-width: 690px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: 500;
	padding: 0px 7px 0px 7px;
	text-align: left;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: 500;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

a:link, a:active {
	color: #b9cdd1;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 690px;
	background-color: #fff;
	margin: 25px auto;
	text-align: left;
	border-color: #7faab2;
	border-style: solid;
	border-width: 1px;
}

#tableImages td {
	border-style: solid;
	border-width: 1px;
	border-color: #b9cdd1;
}

#popup {
	width: 395px;
	border-style: solid;
	border-width: 4px;
	border-color: #b9cdd1;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: 500;
	padding: 0px 7px 0px 7px;
	margin: 0px 0px 0px 7px;
	text-align: left;
}

#smoke {
	width: 360px;
	float: left;
}

#content {
	width: 325px;
	float: right;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: 500;
	padding: 0px 7px 0px 7px;
	text-align: left;
}

#content p.centered {
	text-align: center;
}

#content a:link, a:active {
	color: #000;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#panel {
	width: 690px;
	float: left;
}


.blueText {
	color: #7faab2;
}

#train {
	height: 68px;
	clear: both;
}

#footer {
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 8pt;
	font-weight: 500;
	padding: 0px 7px 0px 7px;
}

#footer a:link, a:active {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}