.background {
	background-attachment: fixed;
	background-image: url(images/background_top.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.backgroundBot {
	background-attachment: fixed;
	background-image: url(images/background_bot.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;

}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bolder;
	color: #999999;
	text-decoration: none;
	padding-top: 21px;
	padding-left: 18px;
	letter-spacing: -1px;
	word-spacing: -2px;
}
.borderT {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	line-height: 17px;

}
.backgroundIntro {
	background-attachment: fixed;
	background-image: url(images/intro/pic_side.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
a:link {
	text-decoration: none;
	color: #666666;

}
a:visited {
	text-decoration: none;
	color: #666666;

}
a:hover {
	color: #0066CC;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #666666;

}
.formMed {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	width: 288px;
}
.formLrg {

	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	width: 614px;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #8D897E;
	border: 1px solid #000000;
	height: 28px;
	font-weight: bold;


}
