html 
{
	background: url('../img/html_back_l.JPG') top left repeat-y;
	background-attachment:fixed;
}

body{
	padding:0px;
	margin:0px;
}
.body_start
{
	padding:0px;
	margin:0px;
	font-family: Trebuchet MS;
	font-weight:normal;
	font-size: 12px;
	line-height: 12px;
	height:60px;
	color: #000000;
	background-image:url('../img/bg_1158_start.png');
	background-repeat:repeat-y;
	background-position:center;
}
.body_ground
{
	padding:0px;
	margin:0px;
	font-family: Trebuchet MS;
	font-weight:normal;
	font-size: 12px;
	line-height: 12px;
	color: #000000;
	background-image:url('../img/bg_1158.png');
	background-repeat:repeat-y;
	background-position:center;
}
.body_end
{
	background-image:url('../img/bg_1158_end.png');
	padding:0px;
	margin:0px;
	font-family: Trebuchet MS;
	font-weight:normal;
	font-size: 12px;
	line-height: 12px;
	height:60px;
	color: #000000;
	background-repeat:no-repeat;
	background-position:center top;	
}
.imgCell
{
	background-image:url('../img/bg_cell.jpg');
	background-repeat:repeat-x;
	text-decoration:none;
}

a:link 
{
	font-family:Trebuchet MS; 
	font-weight:normal;
       color:#000066;
       font-size:12px;
}      /* unvisited link */
a:visited 
{
	font-family:Trebuchet MS; 
	font-weight:normal;
	color:#000066;
	font-size:12px;
	}  /* visited link */
a:hover 
{
	font-family:Trebuchet MS;
	font-weight:normal;
	color:#FF6633;
	font-size:12px;
	}  /* mouse over link */
a:active 
{
	font-family:Trebuchet MS; 
	font-weight:normal;
	color:#000066;
	font-size:12px;
	}  /* selected link */
a{text-decoration:none;}
.masterTable{width: 820px;}
.menu
{
	text-align:center;
	vertical-align:top;
	color: #000000;
	font-weight:bold;
}

.bttn
{
	font-family: Trebuchet MS;
	font-weight:normal;
	font-size: 11px;
	background: #eeeeff;
	border-bottom: 1px solid #104A7B;
	border-right: 1px solid #104A7B;
	border-left: 1px solid #AFC4D5;
	border-top: 1px solid #AFC4D5;
	border: 1px solid #6297BC;
	color: #000000;
	height: 19px;
	width: 70px;
	text-decoration: none;
}
/* Image in Text Box */
.searchTxtBox {
	background:#FFFFFF url(../img/i_magnify.png) no-repeat 2px 2px;
	padding-left:22px;
	font-family: Trebuchet MS;
	font-weight:normal;
	color: #000000;
	font-size: 12px;
	vertical-align:baseline;
	width:100px;
	border: 1px solid #6297BC;
}

.textBox
{
	border: 1px solid #6297BC;
	font-family: Trebuchet MS;
	font-weight:normal;
	font-size: 12px;
	text-decoration:none;
	color: #000000;
}

.text_1 {
	font-family: Trebuchet MS;
	font-weight:normal;
	font-size: 12px;
	color: #000000;
	border: 0px;
}
.form_1 {
	font-family: Trebuchet MS;
	font-weight:normal;
	font-size: 12px;
}
.header
{
	padding-left:5px;
	padding-top:4px;
	width:150px;
	height:21px;
	font-family: Trebuchet MS;
	font-weight:normal;
	font-size: 13px;
	line-height:17px;
	background-image:url('../img/header_background.jpg');
}
hr
{
	color: #CED1D1;	
}
.comment_1
{
	background-color: #E5E9FF;
	padding-top:5px;
	padding-left:3px;
}
.comment_2
{
	padding-top:5px;
	padding-left:3px;
}

img {
max-width: 640px;
width: expression(this.height < this.width && this.width > 640 ? '640px' : true);
}