body {
/*	back
ground-attachment: fixed;
//	background-image: url(../hgs/page_hg.jpg);
//	background-repeat: repeat-x;
//	background-position: center bottom;
//	background-widht: 100%; */
	background-color: #171717;
/*
	scrollbar-base-color:#102030;
	scrollbar-track-color:#102030;
	scrollbar-face-color:#102030;
	scrollbar-highlight-color:#0D1926;
	scrollbar-3d-light-color:#0D1926;
	scrollbar-dark-shadow-color:#ffB400;
	scrollbar-shadow-color:#ffB400;
	scrollbar-arrow-color:#FFB400;
	font-family: Arial, Helvetica, sans-serif;
*/
	scrollbar-base-color:#E0E3E8;
	scrollbar-track-color:#F0F3F8;
	scrollbar-face-color:#E0E3E8;
	scrollbar-highlight-color:#000000;
	scrollbar-3d-light-color:#000000;
	scrollbar-dark-shadow-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#424242;
	font-family: Arial, Helvetica, sans-serif;

}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	background-color: #686868;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.topbar{
	background-color: #14214E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;

}

