@charset "iso-8859-1";
/* CSS Document */


body {
	background-color: #000000;
	margin-left: 3px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
body,td,th {
	color: #DFDFDF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px
}
.mainMenu {
	background-color : #494850;
	border-right: thin solid #A4A3A9;
}
.mainMenuOver {
	background-color : #6F6D78;	
	border-right: thin solid #A4A3A9;
}
.linkUnderLine{
	text-decoration: underline;
}
a:hover{
	font-weight: bold;
}

a {
	text-decoration:none;
	color: #DFDFDF;
	font-family: Arial, Helvetica, sans-serif;
}

.docLink:hover{
	text-decoration:underline;
	
}

.docLink {
	text-decoration:none;
	color: #99CC66;
	font-family: Arial, Helvetica, sans-serif;
}

.brandTitle {
	font-size: 16px;
	font-weight: bold;
}

.greenBorder{
border:2px solid #99CC66;
}
.style2 {
	font-size: 16px;
	font-weight: bold;
}
.style1 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	direction:rtl;
	line-height:20px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	
}
.border {
	border: thin solid #9AFD05;
}
.borderLeft{
	border-left: thin solid #9AFD05;
}
.borderLeftRight{
	border-left: thin solid #9AFD05;
	border-right: thin solid #9AFD05;
}
.borderRight{
	border-right: thin solid #9AFD05;
}
.borderBottom{
	border-bottom: thin solid #9AFD05;
}
.borderTop{
	border-top: thin solid #9AFD05;
}
.borderTopBottom{
	border-top: thin solid #9AFD05;
	border-bottom: thin solid #9AFD05;
}
.borderTopBottomRight{
	border-top: thin solid #9AFD05;
	border-bottom: thin solid #9AFD05;
	border-right: thin solid #9AFD05;
}

.borderLeftBottomLight{
	border-left: thin solid #9AFD05;
	border-bottom: thin solid #678c42;
}
.borderLeftRightBottomLight{
	border-left: thin solid #9AFD05;
	border-right: thin solid #9AFD05;
	border-bottom: thin solid #678c42;
}
.borderRightBottomLight{
	border-right: thin solid #9AFD05;
	border-bottom: thin solid #678c42;
}
.BottomLight{
	border-bottom: thin solid #678c42;
}
