@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #4c6c7d;

}
body {
	background-color:#E6E6E6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
a {
	font-family: Tahoma;
	font-size: 12px;
	color:#006600;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#006600;
}
a:hover {
	text-decoration: underline;
	color:#66CC00;
}
a:active {
	text-decoration: none;
	color: #66CC00;
}
.a2:link {
	text-decoration: none;
	color:#FFFFFF;
}
.a2:visited {
	text-decoration: none;
	color:#FFFFFF;
}
.a2:hover {
	text-decoration: none;
	color:#FFFFFF;
}
.a2:active {
	text-decoration: none;
	color: #FFFFFF;
}
.mainMenu{
border-left: 1px solid #24738d;
font-family:Tahoma;
font-size:11px;
color:#24738d;
font-weight:bold;
}
.whiteText{
font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.rightMenuTable{
	border-collapse: collapse;
	border: 1px solid #93afbe;
	background-color:#F9FDFF;
}
.input{
	font-family: Tahoma;
	font-size: 11px;
	color: #4c6c7d;
	direction:rtl;
}
.text{
font-family: Tahoma;
	font-size: 12px;
	color: #4c6c7d;
	padding:15px;
	direction:rtl;
	text-align:justify;
}
.PageImg {
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	margin: 10px 10px;
	float:right;
	border-color:#333333;
}
.PageImgLeft {
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	margin: 10px 10px;
	float:left;
	border-color:#333333;
}
.title{
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #127dba;
	background-color:#D8F3FE;
	width:100%;
	height:5%;
	}
.alert{
	font-family: Tahoma;
	font-size: 11px;
	color: #FF0000;
}
	
