body
{
	background-image: url(../im/b.jpg); 
	background-repeat: repeat; 
	background-attachment: fixed; 
}
table.t
{
	background-image: url(../im/b.jpg);
	background-repeat: repeat;
	background-attachment: inherit;
	text-align: justify;
	font-family: Tahoma;
	font-size: small;
	border: none;
	width: 1000px;
/*	padding-left: 2px;
	padding-right: 2px;*/
}
table
{
	/*	background-image: url(../im/b.jpg);
	background-repeat: repeat;
	background-attachment: inherit; */
	text-align: justify;
	font-family: Tahoma;
	width: 850px;
	font-size: small;
	border: none;
/*	padding-left: 40px;
	padding-right: 40px;*/
}
table.a
{
	background-image: url(../im/tbg.jpg);
	background-repeat: repeat;
	background-attachment: inherit;
	text-align: justify;
	font-family: Tahoma;
	width: 680px;/*709*/
	font-size: small;
	border: none;
	padding-left: 40px;
	padding-right: 40px;
	background-position: center;
}
td.a
{
	font-size: medium;
   font-family: Default;
}
dt,ul
{
	font-style: italic;
	font-weight: lighter;
}	
dd
{
	font-style: italic;
}

p
{
text-align:right; 
}
p.a
{
   font-family: Default;
   text-align: center; 
   font-size: large;
}
p.b
{
   font-family: Default;
   text-align: left; 
   font-size: large;
}
div
{
   text-align: right; 
}
div.a
{
   text-align: center; 
}
h1,h2,h3,h4,h5,h6
{
	text-align: left;
	font-family: Tahoma;
	font-weight: normal;
}
a:link 
{
	font-family: BitScript; 
	font-size: medium; 
	text-decoration: none; 
	color: black; 
}
a:visited 
{
	font-family: BitScript; 
	font-size: medium; 
	text-decoration: none; 
	color: black; 
}
a:active 
{
	font-family: BitScript; 
	font-size: medium; 
	text-decoration: none; 
	color: black; 
}
a:hover 
{
	font-family: BitScript; 
	font-size: medium; 
	text-decoration: none; 
	color: black; 
}
a:link.b {
	font-family: Tahoma;
	font-size: small;
	text-decoration: none;
	color: black;
}
a:visited.b {
	font-family: Tahoma;
	font-size: small;
	text-decoration: none;
	color: black;
}
a:active.b {
	font-family: Tahoma;
	font-size: small;
	text-decoration: none;
	color: black;
}
a:hover.b {
	font-family: Tahoma;
	font-size: small;
	text-decoration: none;
	color: black;
}

function dw(fbuton)
{
fbuton.style.borderColor= "black white white black";
}
function up(fbuton)
{
fbuton.style.borderColor= "white black black white";
}

.fbuton
{
	padding: 2px 12px 3px 12px;
	text-decoration: none;
	color: black;
	text-align: center;
	font-family: Tahoma;
	font-size: 12;
	font-weight: normal;
	border-color: #DDDCCC;
	border-style: inset;
	border-width: 0px;
	background-color: #C8AF86;
}

.fbuton:hover
{
	border-color: white black black white;
	text-decoration: none;
	background-color: #DDDCCC;
	border-style: none;
	border-width: 1px;
}