@charset "utf-8";
body {
	font-family: tahoma;
	font-size: 13px;
	color: #FF9900;
}


.normalText {
	font-family: tahoma;
	font-size: 13px;
	color: #FF9900;
}
.BoldText {
	font-family: tahoma;
	font-size: 13px;
	color: #FF9900;
	font-weight:bold;	
}
.smallText {
	font-family: tahoma;
	font-size: 9px;
	color: #FF9900;
}

.borderedText {
	font-family: tahoma;
	font-size: 13px;
	color: #FF9900;
	border-style: solid;
	border-width: 1px; 
	padding-left: 4px;
	padding-right: 4px; 
	padding-top: 1px; 
	padding-bottom: 1px

}
.pragraphText {
	font-family: tahoma;
	font-size: 13px;
	color: #FF9900;
	line-height:25px;
	text-align:right,justify;
}
.textTitle {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #DB7B06;
}
.normalTextWhite {
	font-family: tahoma;
	font-size: 13px;
	color: #FFFFFF;

}
a:visited {
	font-family: tahoma;
	font-size: 13px;
	color:#FF9900;
	text-decoration:none;
}
a:hover {
	font-family: tahoma;
	font-size: 13px;
	color:#CC6600;
	text-decoration:none;
}
a:link {
	font-family: tahoma;
	font-size: 13px;
	color: #FF9900;
	text-decoration:none;
}
input {
	font-family: tahoma;
	text-align: right;
	direction:rtl;
}
textarea {
	font-family: tahoma;
	text-align: right;
	direction:rtl;
}


.inputModifyed {
	font-family: tahoma;
	text-decoration: none;
	text-align: right;
	direction:rtl;
	background-color:#D8E7FE;
	border: 1px solid #FF9900;
}

.inputModifyedLeft {
	font-family: tahoma;
	text-decoration: none;
	text-align: left;
	direction:ltr;
	background-color:#D8E7FE;
	border: 1px solid #FF9900;
}

.button1 {
	font-weight: normal;
	background-color: #E5E5E5;
	font-family: tahoma;
	text-decoration: none;
	border: thin solid #333333;
	text-align:center;
}

a:visited.wlink {
	font-family: tahoma;
	font-size: 13px;
	color:#FFFFFF;
	text-decoration:none;
}
a:hover.wlink {
	font-family: tahoma;
	font-size: 13px;
	color:#FFFF99;
	text-decoration:none;
}
a:link.wlink {
	font-family: tahoma;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration:none;
}

.tdOver {
	background-color:#DFDFFF;
	font-family: tahoma;
	font-size: 13px;
	color: #FF9900;
	border:solid #FF9900;
	border-width: 1px; 
	padding-left: 4px;
	padding-right: 4px; 
	padding-top: 1px; 
	padding-bottom: 1px
}


.gallItem {
width:30%;
float:right;
margin:10px 5px;
text-align:right;
height:130px;
}


div a.redLink {
color:red;
}
