.bodybg  {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	background-image: url(images/pages_bg.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;

	}


h1 {
	display: inline;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000080;
}

h2 {
	display: inline;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000080;
}


A:link
	{
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;

	}
A:visited
	{
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;

	}
A:active
	{
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;

	}
A:hover
	{
	color: #003366;
	text-decoration: underline;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;

	}
