﻿@charset "utf-8";

.RightSideImageCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFC;
	text-align: center;
	vertical-align: top;
	padding-top: 40px;
}

/* CSS Document */

body {
	margin-top: 0px;
}
.MainTextCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #FFC;
	text-align: left;
	vertical-align: top;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
.SubMainTextCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #FFC;
	text-align: left;
	vertical-align: top;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
h1 {
	font-size: 18px;
}
.IndexNavigationCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	padding-left: 6px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-color: #FFC;
}
.SubNavigation {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	font-size: 12px;
}
#IndexMainTable tr .SubNavigation a:link {
	text-decoration: none;
	color: #000;
	background-image: url(images/spacer.gif);
}
#IndexMainTable tr .SubNavigation a:visited {
	text-decoration: none;
	color: #000;
	background-image: url(images/spacer.gif);
}
#IndexMainTable tr .SubNavigation a:hover {
	text-decoration: underline;
	color: #069;
	background-image: url(images/spacer.gif);
}

.IndexNavigationCell a:link {
	color: #000;
	text-decoration: none;
	background-color: #FFC;
}

.IndexNavigationCell a:visited {
	color: #000;
	text-decoration: none;
	background-color: #FFC;
}
.IndexNavigationCell a:hover {
	color: #999;
	text-decoration: underline;
	background-color: #FFC;
}
.Credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	background-color: #FFC;
	text-align: center;
}
.Credits a:link {
	color: #999;
	text-decoration: none;
	background-color: #FFC;
}
.Credits a:visited {
	color: #999;
	text-decoration: none;
	background-color: #FFC;
}
.Credits a:hover {
	color: #000;
	text-decoration: underline;
	background-color: #FFC;
}
#catalog_table tr td img {
	margin: 3px;
}

