body{
		background-color: #72a9fc;
}

.bottom_cell{
	background-image: url(images/intro/bottom_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.button{
	width:128px;
	height:128px;
	cursor: pointer;
	text-align: center;
	vertical-align: bottom;
	
}
.button_text{
	
	position: relative;
	top:	20px;
	text-align: center;
	width: 128px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: white;
	z-index: 1000;
}
.button_text_href{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 9pt;
	color: white;
}
.button_text_href:hover {
	color: #dedeff;
}
.contacts{
	font-family: arial;
	font-size: 8pt;
	color: white;
	text-align: center;
	padding:20px;
}
.addr1{
	font-family: arial;
	font-size: 8pt;
	color: white;
	text-align: right;
	padding:5px;
	padding-right:10px;
}
.addr2{
	font-family: arial;
	font-size: 8pt;
	color: white;
	text-align: center;
	padding:5px;
	padding-left:10px;
}
.addr3{
	font-family: arial;
	font-size: 8pt;
	color: white;
	text-align: left;
	padding:5px;
	padding-left:10px;
}
.top_cell{
	background-image: url(./images/intro/top_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.logo{
	position:relative;
	top:-10px;
	left: 25px;
	width:216px;
	height:36px;
}
.line{
	height:152px;
	width:100%;
}
.line_cell{
	background-image: url(./images/blue_gradient_bg.jpg);
	background-repeat: repeat-x;
	height:145px;
	width:100%;
}
.in_line{
	padding:0px;
	background-image: url(./images/blue_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width:100%;
	height:145px;
}
.in_line_2{
	padding:0px;
	width:100%;
}
.bottom_line{
	background-image: url(images/intro/line_bottom.gif);
	background-position: top right;
	background-repeat: repeat-x;
	height:3px;
}
.top_line{
	background-image: url(images/intro/line_top.gif);
	background-position: top right;
	background-repeat: repeat-x;
	height:3px;
}


.td_logo{
	padding:10px;
}

