@charset "utf-8";
/* CSS Document */
.background {
	background-image:url(images/back_plate.jpg);
	background-repeat:repeat;	
}
.dash_line	{
	background-image:url(images/dash.jpg);
	background-repeat:repeat-y;
}	
a:hover {
	color:#0000FF;
	text-decoration:underline;
}
a:active {
	color:#000000;
	text-decoration:underline;
}
a:visited {
	color:#0000FF;
	text-decoration:none;
}	
a:link {
	color:#000000;
	text-decoration:none;
}
.bottom	{
	background-image:url(images/index_25.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.box_outline {
	border:#666666;
	border-style:solid;
	border-width:thin;
	}



