/* CSS Document */

/* static data */
*
{
	margin			: 0;
	padding		: 0;
}

body
{
	color			: #000000; 
	font-family		: Arial; 
	font-size		: 12px;
	text-align: justify;
}

BODY {scrollbar-face-color: #FFFFFF;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #000000;
background-attachment:fixed}
					 }
					 
 
s1

{
	color			: #000000; 
	font-family		: Arial; 
	font-size		: 12px;
	font-weight		: normal; 
	text-align: justify;
}
					 
td

{
	color			: #000000; 
	font-family		: Arial; 
	font-size		: 12px;

}

hr

{
  border: 5;
  width: 100%;
	color: #000000;
  background-color: #000000;
  height: 1px;

	
}

tr

{
	color			: #000000; 
	font-family		: Arial; 
	font-size		: 12px;
	text-align: justify;
}

h1

{
	color			: #6600cc; 
	font-family		: Arial;
	font-weight		: bold; 
	font-size		: 13px;
	text-align: justify;
}

img
{
	border			: 0;
}

a
{
	color			: #6600cc;
	text-decoration	: none;
	font-weight		: bold;
}

a:hover
{
	color			: #6600cc;
	text-decoration	: none;
	font-weight		: bold;
	text-decoration: underline;
}


