body {
	background-attachment: fixed;
	background-color: #FFB401;
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	letter-spacing: 5px;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7BA2CC;
	border-right-color: #7BA2CC;
	border-bottom-color: #7BA2CC;
	border-left-color: #7BA2CC;
	padding-left: 8px;
}
.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C4457;
}
a:link {
	color: #45527E;
	text-decoration: none;
}
a:visited {
	color: #45527E;
	text-decoration: none;
}
a:hover {
	color: #45527E;
	text-decoration: underline;
}
a:active {
	color: #45527E;
	text-decoration: underline;
}

