/************************************ 
* Stylesheet includes
************************************/
@import url("common.css");
@import url("menu.css");

/************************************ 
* Tables
*************************************/
#tbl01
{
    width: 750px;
    margin: 0px auto; /* Center table */
}

/************************************ 
* Form
*************************************/
.textbox_s, .textbox_b
{
  font-family: arial;
  font-size: 9pt;
  color: #000000;
  width: 225px;
}

.textbox_s
{
  height: 13px;
}

.textbox_b
{
  height: 100px;
}

.ddl
{
  font-family: arial;
  font-size: 9pt;
  color: #000000;
  width: 230px;
}

.error
{
  font-family: arial;
  font-size: 9pt;
  color: #A87A00;
}

.message
{
  font-family: arial;
  font-size: 9pt;
  color: #A87A00;
}

/************************************ 
* Images
*************************************/
#silhouette_top
{
	background-image: url("../images/cu_silhouette_top.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
}

#silhouette_bottom
{
	background-image: url("../images/cu_silhouette_bottom.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}

#image1
{
	background-image: url("../images/cu_image_1.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
}

#image2
{
	background-image: url("../images/cu_image_2.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
}

#image3
{
	background-image: url("../images/cu_image_3.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
}
