/************************************ 
* Stylesheet includes
************************************/
@import url("common.css");
@import url("menu.css");

/************************************ 
* Tables
************************************/
#tbl01
{
  width: 750px;
	border-collapse: collapse;
	border-style: hidden;
  margin: 0px auto;
}

/************************************ 
* Images
*************************************/
#common_top_bar
{
	background-image: url("../images/common_top_bar.jpg");
  background-repeat: no-repeat;
}

#common_header_1
{
	background-image: url("../images/contact_header_1.jpg");
  background-repeat: no-repeat;
}

.common_logo a
{
	background-image: url("../images/common_logo.jpg");
  background-repeat: no-repeat;
	width: 143px;
	height: 72px;
	display: block;
}

#common_header_2
{
	background-image: url("../images/contact_header_2.jpg");
  background-repeat: no-repeat;
}

#common_header_3
{
	background-image: url("../images/contact_header_3.jpg");
  background-repeat: no-repeat;
}

#common_header_4
{
	background-image: url("../images/contact_header_4.jpg");
  background-repeat: no-repeat;
}

#common_image_1
{
	background-image: url("../images/contact_image_1.jpg");
  background-repeat: no-repeat;
}

#common_header_5
{
	background-image: url("../images/contact_header_5.jpg");
  background-repeat: no-repeat;
}

#common_image_2
{
	background-image: url("../images/contact_image_2.jpg");
  background-repeat: no-repeat;
}

#common_header_6
{
	background-image: url("../images/contact_header_6.jpg");
  background-repeat: no-repeat;
}

#common_image_3
{
	background-image: url("../images/contact_image_3.jpg");
  background-repeat: no-repeat;
}

#common_image_4
{
	background-image: url("../images/contact_image_4.jpg");
  background-repeat: no-repeat;
}

#common_bottompic
{
	background-image: url("../images/contact_bottompic.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
}

#common_bottompic2
{
	background-image: url("../images/contact_bottompic2.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
}

#common_bottompic3
{
	background-image: url("../images/contact_bottompic3.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
}

#common_bottompic4
{
	background-image: url("../images/contact_bottompic4.jpg");
  background-repeat: no-repeat;
  background-position: top left;
}

/************************************ 
* Form
*************************************/
.textbox_sm, .textbox_bg
{
	font-family: arial, sans-serif;
  font-size: 9pt;
  color: #282B2E;
}

.textbox_sm
{
  width: 200px;
  height: 14px;
}

.textbox_bg
{
  width: 200px;
  height: 75px;
}

a.button
{
  font-size: 9pt;
  color: #282B2E;
}

a:hover.button
{
  font-weight: bold;
  color: #336699;
  font-size: 9pt;
}
