@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.bkg-left {
	background-image: url(a/bkg-left.gif);
	background-repeat: repeat-x;	
}
.bkg-left-column {
	background-image: url(a/bkg-left-column.gif);
	background-repeat: repeat-x;	
}
.bkg-right {
	background-image: url(a/bkg-right.gif);
	background-repeat: repeat-x;	
}
.bkg-footer-right {
	background-image: url(a/bkg-footer-right.gif);
	background-repeat: repeat-x;	
}
.railcar-storage-title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #333333;
}
.railcar-storage-list {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
}
.railcar-storage-link a {
	color: #333333;
	text-decoration: none;
}
.railcar-storage-link a:hover {
	color: #333333;
	text-decoration: underline;
}
.footer {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #848789;
	line-height: 20px;
}
.footer a {
	text-decoration: none;
	color: #848789;
}
.footer a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
.mainArea p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	color: #333333;
}
.mainArea a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	color: #E81418;
	text-decoration: none;
}
em {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}