/************************************ 
* Stylesheet includes
************************************/
@import url("common.css");
@import url("menu.css");

/************************************ 
* Tables
************************************/
#tbl01
{
  width: 750px;
	border-collapse: collapse;
	border-style: hidden;
  margin: 0px auto;
}

/************************************ 
* Images
*************************************/
#default_logo a
{
	background-image: url("../images/default_logo.jpg");
  background-repeat: no-repeat;
	width: 170px;
	height: 95px;
	display: block;
}

#default_header
{
	background-image: url("../images/default_header.jpg");
  background-repeat: no-repeat;
}

#default_phrase
{
	background-image: url("../images/default_phrase.jpg");
  background-repeat: no-repeat;
}

.intro_header
{
  font-family: "times new roman";
  font-size: 14pt;
  color: #666666;
}

.intro_body
{
  font-family: "times new roman";
  font-size: 11pt;
  color: #666666;
}
  