@charset "utf-8";

body  {
	background-attachment: fixed;
	background-color: white;
	background-image: none;
	margin: 0px;
	margin-right: 20px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #C0C0C0;
	scrollbar-3dlight-color: #EDEDED;
	scrollbar-darkshadow-color: #ECECEC;
	scrollbar-shadow-color: #DDDDDD;
	scrollbar-arrow-color: #C0C0C0;
	scrollbar-track-color: #F6F6F6;
}

body,p,li,td {
	font-size: 10px;
   font-family: eurostile, verdana, sans-serif;
   font-weight: normal;
   font-style: normal;
   color: black;
	text-align: justify;
}

b, strong {
	font-family: eurostile demi, verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
}

h1  {
	font-size: 16px;
	font-family: eurostile demi, verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: black;
	text-align: right;
	margin-bottom: 16px;
}

h2  {
	font-size: 16px;
	font-family: eurostile demi, verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: black;
	text-align: left;
	margin-bottom: 16px;
}

h3  {
	font-size: 10px;
	font-family: eurostile demi, verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: black;
	text-align: left;
}

hr  {
	width: 100%;
	color : black;
}

a:link  {
	text-decoration: none;
	color: #c26521;
}


a:visited  {
	text-decoration: none;
	color: #c26521;
}


a:hover,a:focus  {
	text-decoration: none;
	color: #FF9900;
}

a:active  {
	text-decoration: none;
	color: #f0ab59;
}



input,select,textarea {
	font-family: eurostile, verdana, sans-serif;
	font-size: 10px;
	color: black;
	border: 1px solid gray;
	background: transparent;
}

input.button,button {
	cursor: hand;
}

input.radio,input.checkbox {
	border: none;
}

*.subframe {
	position: absolute;
	top: 20px;
	left: 380px;
}

@font-face {
   font-family: eurostile;
   font-style:  normal;
   font-weight: normal;
   src: url(eurostile.eot);
}

@font-face {
	font-family: eurostile demi;
   font-style:  normal;
   font-weight: normal;
   src: url(eurostiledemi.eot);
}
