html, body { 
	background-color: transparent; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #001251;
	direction:;
  	background-attachment:fixed; 
  	scrollbar-arrow-color: #F68726;
  	scrollbar-track-color: #FFF4EA;
  	scrollbar-face-color: #FEF0E3;
  	scrollbar-highlight-color: #F68726;
  	scrollbar-3dlight-color: #ffffff;
  	scrollbar-darkshadow-color: #ffffff;
  	scrollbar-shadow-color: #F68726;
	margin-left: 20px;
	margin-right: 20px;
}

h1 {
font-size: 14px;
}

h2 {
font-size: 13px;
}

a:link {
	text-decoration:underline;
	color: #001251;
}
a:visited {
	text-decoration:underline;
	color: #001251;
}
a:hover {
	text-decoration:underline;
	color: #001251;
}
.td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #001251;
	padding:6px;
}
