.image_caption{
	width: 190px;
	background-color: #ECEEF0;
	padding: 2px 5px 2px 5px;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 14px;
	display: block
}

h1{
	font-size: 18px;
	color: #CD3C39;
	font-weight: bold
}
h2{
	font-size: 16px;
	color: #CD3C39;
	font-weight: bold
}
h3{
	font-size: 14px;
	color: #CD3C39;
	font-weight: bold
}
h4{
	font-size: 16px;
	color: #333333
}
#main_content{
	color: #333333;
	font-size: 12px
}
#main_content ul{
	list-style: none;
	margin-left: 25px;
	float: left;
	width: 100%
}
#main_content li{
	list-style: square;
}
#main_content a{
	color: #333333;
	text-decoration: underline
}
#main_content a:hover{
	color: #CD3C39;
	text-decoration: underline
}
.small_text{
	color: #333333;
	font-size: 10px
}
.text{
	color: #333333;
	font-size: 12px
}
.red_text{
	color: #CD3C39;
	font-size: 12px
}
.railway{
	background-image: url(/site_images/railway_icon.gif);
	background-repeat: no-repeat;
	line-height: 18px;
	padding: 0px 0px 0px 20px;
	color: #333333;
	font-size: 12px;
	font-weight: bold
}
.loginform{
	border: 0px;
	padding: 1px;
	font-size: 12px;
	color: #333333
}
.loginform_button{
	border: 0px;
	background-color: #CD3C39;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 2px 6px 2px 6px;
	float: right
}
