A:LINK {
	color : Black;
	text-decoration : none;
	font-weight : bold;
}

a:visited {
	color: Black;
	text-decoration : none;
	font-weight : bold;
}
a:hover {
	color:#000000;
	text-decoration : underline;
	font-weight : bold;
}
a:active {
	color:#000000;
	text-decoration : none;
	font-weight : bold;
}

input, button, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #B82541;
	border: 1px solid #000000;
	color:#000000;
	font-size: 9pt;
	border-color : Black;
}

body     	 {
	background : url(pix/bg.jpg) no-repeat fixed;
	background-color: #D5D4D7;
	font-size: 9pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	scrollbar-face-color: #D5D4D7;
	scrollbar-highlight-color: #D5D4D7;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #D5D4D7;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #D5D4D7;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-top : 0px;
	background-attachment : scroll;
}

TABLE {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 9pt;
}
FORM {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 9pt;
}
