.backline {
	background-attachment: fixed;
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 9px;

}
.main {
	height: 100%;
}
.hammerimage {
	background-attachment: fixed;
	background-image: url(../images/hammer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 270px;
	background-color: #8AA5B8;

}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.copywhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 3pt;


}
.title1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BAD2DA;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BAD2DA;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BAD2DA;
	text-decoration: underline;
}
.titlelink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.titlelink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.titlelink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #295274;
	text-decoration: none;
}
.titlelink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.input { 
         color: #000033; 
         font-size: 9px; 
         font-family: Verdana; 
         font-weight: normal; 
} 

.button {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9;
	font-weight : bold;
	color : #FFFFFF;
	cursor : pointer;
	background-color : #0066CC;
	padding : 1px;
	margin: 1px;
	border: 1px ridge #BFD5EA;
}