.topimgbg {
	background-image: url(img/img_top_img_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bodybg {
	background-attachment: fixed;
	background-image: url(img/img-body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.txt12pxDarkGrey {
	font-family: "trebuchet MS", san-serifs;
	font-size: 12px;
	color: #31327d;
}
.evelope {
	background-image: url(img/img_evel.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a:link {
	font-family: "Trebuchet MS", san-serifs;
	font-size: 16px;
	color: #31327d;
	text-decoration: none;
	font-weight: normal;

}
.parabg {
	background-image: url(img/img_h_para_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
input {
	font-family: "Trebuchet MS", san-serifs;
	font-size: 12px;
	color: #333333;
}
a:visited {
	font-family: "Trebuchet MS", san-serifs;
	font-size: 16px;
	color: #31327d;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS", san-serifs;
	font-size: 16px;
	color: #31327d;
	text-decoration: underline;
}
a:active {
	font-family: "Trebuchet MS", san-serifs;
	font-size: 16px;
	color: #31327d;
	text-decoration: none;
}
.copy {
	font-family: tahoma;
	font-size: 10px;
	color: #333333;
}
#slideshow {
	position: relative;
	width: 480px;
	height: 500px;
	overflow: hidden;
	border: 1px solid #000000;
}
#slideshow img {
	position: absolute;
	left: 0;
	top: 0;
}
#slideshow2 {
	position: relative;
	width: 200px;
	height: 200px;
	overflow: hidden;
	border: 1px solid #000000;
}
#slideshow2 img {
	position: absolute;
	left: 0;
	top: 0;
}
#pause1 {
	z-index:100;
}
#pause2 {
	z-index:100;
}

