html {
	height: 100%;
	overflow: auto;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	font-family: "Times New Roman", Times, serif;	
}

h2{
	color: #5E88A2;
	margin: 0px;
	padding: 0px;
	text-align: left;

}

hr{
	color: #999999;
	background-color: #999999;
	height: 1px;
	border:0;
}

p {
	color: #5E88A2;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 20px;
	margin: 0px;
	letter-spacing: -1px;
	padding: 0px;
	text-align: left;
	
}

p a{
	background-image: url(../images/email.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 20px;
	color: #5E88A2;
	font-weight: bold;
	text-decoration: none;
}

p a:hover{	
	text-decoration: underline;
}

#copyarea{
	padding: 20px 15px 10px;
	background-color: #5E88A2;

}

.line{
	background-color: #5E88A2;
	margin: 0px;
	padding: 0px;
	height: 2px;
	width: 100%;
}
