/* typeface specification */

.bodytext
{
	padding-right: 100px;
	padding-left: 100px;
	padding-bottom: 20px;
	padding-top: 15px;
	font-family: arial, verdana, geneva, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	margin-bottom: 0px;
    margin-top: 0px;
	color: #504B43;
	line-height: 1.4;
}

.whitetext
{
	color: #F6F6F2;
}

.hometext
{
	padding-right: 52px;
	padding-left: 148px;
	padding-bottom: 15px;
	padding-top: 22px;
	font-family: arial, verdana, geneva, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	margin-bottom: 0px;
    margin-top: 0px;
	color: #504B43;
	line-height: 1.4;
}

.plaintext
{
	font-family: arial, verdana, geneva, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	margin-bottom: 0px;
    margin-top: 0px;
	color: #504B43;
	line-height: 1.4;
}

.tabletext
{
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: arial, verdana, geneva, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	margin-bottom: 0px;
    margin-top: 0px;
	color: #504B43;
	line-height: 1.4;
}

.headertext
{
    font-size: 12px;
	font-weight: bold;
}

.footertext
{
	font-family: arial, verdana, geneva, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	margin-bottom: 0px;
    margin-top: 0px;
	color: #8D8A7F;
}

.imagecell
{
	padding-left: 100px;
}

/* form class specification */

.formtext
{
	FONT-SIZE: 11px;
	COLOR: #504B43;
	FONT-FAMILY: arial, verdana, geneva, helvetica, sans-serif;
	BORDER-WIDTH: 1;
	BORDER-COLOR: #B5AFA3;
	BORDER-STYLE: solid;
	BACKGROUND-COLOR: #FFFFFF;
}

/* link class specification */

a:link.bodylink { color: #504B43; text-decoration: underline; }
a:visited.bodylink { color: #504B43; text-decoration: underline; }
a:hover.bodylink { color: #27241F; text-decoration: underline; }
a:active.bodylink { color: #504B43; text-decoration: underline; }

a:link.footerlink { color: #8D8A7F; text-decoration: none; }
a:visited.footerlink { color: #8D8A7F; text-decoration: none; }
a:hover.footerlink { color: #6E6B61; text-decoration: none; }
a:active.footerlink { color: #8D8A7F; text-decoration: none; }

a:link.bodylink { color: #504B43; text-decoration: underline; }
a:visited.bodylink { color: #504B43; text-decoration: underline; }
a:hover.bodylink { color: #27241F; text-decoration: underline; }
a:active.bodylink { color: #504B43; text-decoration: underline; }

a:link.whitelink { color: #FFFFFF; text-decoration: underline; }
a:visited.whitelink { color: #FFFFFF; text-decoration: underline; }
a:hover.whitelink { color: #F6F6F2; text-decoration: underline; }
a:active.whitelink { color: #FFFFFF; text-decoration: underline; }

.nav { color: #504B43; font-family: Arial; font-size: 10px; font-style: normal; margin:10px; text-decoration:none; text-transform:uppercase; }
:hover.nav { color:#282622; }

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:840px;
  height:400px;
  display:none;
  z-index:9999;
  padding:20px;
  BACKGROUND: #FFF;
  margin-top:150px;
}

#boxes #dialog1 {
  width:800px; 
  height:410px;
}

#dialog1 .d-header {
  background:url(images/notice.jpg) no-repeat 0 0 transparent; 
  width:800px; 
  height:410px;
}

#close { margin:5px; }