/* Browser Default Classes START */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #000000;
}
/* Browser Default Classes END */

/* Link Classes START */
.headerlink, a.headerlink:link, a.headerlink:visited, a.headerlink:active {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

a.headerlink:hover {
	color: #bc0024;
}
/* Link Classes END */

/* Page Content Classes START */
.header {
	width: 583px;
	vertical-align: bottom;
	padding: 0px 0px 8px 12px;
}

.homeTopText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a09e9e;
	text-decoration: none;
	line-height: 18px;
	width: 342px;
	vertical-align: top;
}

.homeMidText td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	background-color: #454444;
	vertical-align: top;
}

.homeLinkSp {
	background-color: #454444;
}

.homeLinkRow1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #080808;
	text-decoration: none;
	line-height: 13px;
	vertical-align: top;
	padding: 20px 0px 0px 0px;
	background-color: #a9a8a8;
}

.homeLinkRow2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #080808;
	text-decoration: none;
	line-height: 13px;
	vertical-align: top;
	padding: 13px 0px 0px 0px;
	background-image: url(../images/home_link_bg.jpg);
}

.homeLinkRow3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #080808;
	text-decoration: none;
	line-height: 13px;
	vertical-align: top;
	background-color: #c7c6c6;
}

.homeLinkRow4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #080808;
	text-decoration: none;
	line-height: 10px;
	vertical-align: top;
	background-color: #c7c6c6;
}

.footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #908d8a;
	text-decoration: none;
	line-height: 17px;
	width: 703px;
	text-align: center;
	padding: 13px 16px 16px 22px;
}

.footer a:link, .footer a:visited, .footer a:active {
	color: #908d8a;
	text-decoration: underline;
	font-weight: normal;
}

.footer a:hover {
	color: #bc0024;
}

/* Classes supporting right-hand tab layer visibility swapping */

.box
{
	position: relative;
	width: 333px;
	height: 232px;
}

.one
{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
  visibility: visible;
}

.two
{
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
  visibility: hidden;
}

.three
{
	background-color: blue;
	position: absolute;
	z-index: 6;
	top: 0;
	left: 0;
  visibility: hidden;
}
/* Page Content Classes END */
