/* CSS Document */
/* (C) by SPOOKY */
p {
	font-size: 5px;
	font-family: Verdana;
	color: #999999; 
}

a, a:link, a:active, a:visited, a:hover
{ 
	text-decoration: none;
	color: #000000; 
	font-family: Verdana;
	font-weight : bold;
} 
 
body
{
	scrollbar-base-color:#E2E2E2;
	scrollbar-track-color:#F0F1F4;
	margin: 0px;
	background-color:#F0F1F4;
}
table
{ 
border-width:1px;
border-bottom-width:0px;
border-color:#FFFFFF;
border-style:solid;
background-color:#E9EBEF;
}
table.pyt
{ 
border-width:0px;
}
table.menu
{ 
border-width:0px;
background-color:#E9EBEF;
}
td
{
border-width:0px;
border-bottom-width:1px;
border-color:#FFFFFF;
border-style:solid;
background-color:#E9EBEF;
}
td.pyt
{
border-width:1px;
border-color:#FFFFFF;
border-style:solid;
background-color:#E9EBEF;
}
td.odp
{
border-width:1px;
border-color:#999999;
border-style:solid;
background-color:#FFFFFF;
}
td.menu
{
border-width:0px;
background-color:#E9EBEF;
}
input.button {
	border: 1px solid #FFFFFF;
	background-color: #E9EBEF;
	font-family: Verdana;
	font-size: 8pt;
	text-align: center;
	color: #999999;
	width: 70px;
}
input.text {
	border: 1px solid #FFFFFF;
	background-color: #E9EBEF;
	font-family: Verdana;
	font-size: 8pt;
	text-align: center;
	color: #999999;
}
TEXTAREA.area {
	border: 1px solid #FFFFFF;
	background-color: #E9EBEF;
	font-family: Verdana;
	font-size: 8pt;
	text-align: left;
	color: #999999;
}

/* END CSS Document */  
