body {
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-image:  url("../interface/header/bg_pattern.jpg");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004E9B;
}
a:link {
	color: #004e9b;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #004e9b;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #2680FF;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #2680FF;
	text-decoration: underline;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004e9b;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #004e9b;
}
