@import url("form.css");
/* GLOBAL LINKS */
BODY { scrollbar-base-color: #484848 }

a	{
	text-decoration: none;
	color: #b26f5f;

	}
a:hover	{
	text-decoration: none;
	color: #999999;

	}
/* Grey SCROLLBAR */
body	{
	scrollbar-face-color: #501603;
	scrollbar-track-color: #772a10;
	scrollbar-darkshadow-color:#501603;
	scrollbar-shadow-color:#000000;
	scrollbar-highlight-color:#501603;
	scrollbar-3dlight-color: #501603;
	scrollbar-arrow-color: #ffffff;
	}
/* FONTS */

.text {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#544E47;
	text-decoration: none;
	}

.pagelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-color: #ef4123;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;}
