@charset "UTF-8";
a {
	color: #E52022;
	text-decoration: none;
}
a.nav {
	color: #000000;
	text-decoration: none;
}

a.current,a.current:hover {
	color: #E52022;
	text-decoration:none;
}



a.nav:visited {
	color: #000000;
}
a.nav_btm {
	color: #000000;
	text-decoration: underline;
}
a.nav_btm:visited {
	color: #000000;
	text-decoration: underline;
}
a.nav_btm:hover {
	color: #E52022;
	text-decoration: none;
}
a.nav:hover {
	color: #E52022;
	text-decoration: none;
}
a:visited:hover {
	text-decoration: underline;
}
a:visited {
	color: #E52022;
	text-decoration: none;
}
a:active {
	color: #E52022;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
body {
	background-color: #efe6dc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}
td.left {
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
}
td.right {
	background-image: url(images/right.gif);
	background-repeat: repeat-y;
}
.head {
	color: #E52022;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
}
img {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
img:hover {
	border-top-color: #E52022;
	border-right-color: #E52022;
	border-bottom-color: #E52022;
	border-left-color: #E52022;
}

h1 {
	font-size:18px;
}

h2 {
	color: #E52022;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:5px;
	padding:0px;
	line-height:22px;
	letter-spacing:.07em;
}

p {
	margin:3px 0px 6px 0px;
	padding:0px;
	line-height:22px;
}
