﻿@charset "utf-8";
@import url(style.css);

a:active {font-size: 12px; color: #222222; text-decoration: none}
a:visited {font-size: 12px; color: #222222; text-decoration: none}
a:hover {font-size: 12px;color: #222222; text-decoration: none}
a:link {font-size: 12px;color: #222222; text-decoration: none}

.line-1_3 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9B3F0D;
	border-left-color: #9B3F0D;
}
.menu {
	font-size: 12px;
	color: #ae4600;
	font-weight: bold;
}
a.menu:active {color: #ae4600; text-decoration: none}
a.menu:visited {color: #ae4600; text-decoration: none}
a.menu:hover {color: #ae4600; text-decoration: none}
a.menu:link {color: #ae4600; text-decoration: none}

.list {font-size: 14px;
	text-decoration: none;
	background-image: url(images/dt.gif);
	color: #333333;
}
a.list:active {font-size: 14px;
	text-decoration: none;
	background-image: url(images/dt.gif);
	color: #333333;
}
a.list:visited {font-size: 14px;
	text-decoration: none;
	background-image: url(images/dt.gif);
	color: #333333;
}
a.list:hover {font-size: 14px;
	text-decoration: none;
	background-image: url(images/dt.gif);
	color: #333333;
}
a.list:link {font-size: 14px;
	text-decoration: none;
	background-image: url(images/dt.gif);
	color: #333333;
}
.Copyright {
	font-size: 12px;
}
