﻿body 
{
    background-image: url(images/bk_image.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CC3300;
}
a:active {
	text-decoration: none;
}
.style1
{
	font-size: 24px;
	color:Navy;
	font-weight: bold;
	text-align: right;
	font-style:italic;
}
.style2 {
	color: Navy;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}
.textheader
{
	font-size: 16pt;
	color: #9900ff;
}
.table
{
width: 100%; 
border-right: fuchsia 1px dashed; 
border-top: fuchsia 1px dashed; 
margin: 1px; 
border-left: fuchsia 1px dashed; 
border-bottom: fuchsia 1px dashed;
  direction:rtl;
  border-spacing:2;
}
.txt {
	color:Navy;
	font-weight: bold;
	text-align: center;
}
.txtdesc
{
    margin-right : 10px;
    margin-left : 10px;
}