/* DEFAULTS */

.interview
{
	background-image:url('images/interview.jpg');
	width:335px;
	height:480px;
	background-repeat:no-repeat;
	text-align:right;
	background-position:right top;
}
.main
{
	margin-right:5px;
	background-color:#97CA3D;
}
 

.images td
{
	font-weight:bold;
	text-align:center;
	
}

.images td img
{
	border:1px solid white;
}

.gallery
{
	background-image:url('images/gallery.jpg');
 	height:224px;
	background-repeat:no-repeat;
	background-position:20 0;
	border:0px solid red;
}

.gallery a
{
	color:#FFFFFF;
}

.gallery a:hover
{
	color:#FFFFFF;
}

.gallery a span
{
	color:#FFFFFF;
	font-size:14px;
}
.gallery a:hover span
{
	color:#FFFFFF;
	text-decoration:underline;
}


 ul
{
	margin: 0px;
	list-style-position:outside;
	margin-right:25px;
}
li
{
	margin-top: 12px;
}
.btn
{
	border: 3px outset #742974;
	padding: 1px;
	cursor: pointer;
	font:bold  12px arial,sans-serif;
	background: #742974;
	color:white;
         
}
 
hr.hr1
{
	border-bottom:1px solid white;
	border-top:1px solid #742974;
}

hr.hr2
{
	border-bottom:1px dotted #2D65C7;
	height:1px;
	
 }

div.txt_box_1
{
	width:300px;
	height:160px;
	margin-top:10px;
	margin-right:65px;
	overflow: auto;
	border:0px solid red;
	scrollbar-3dlight-color:#FFFFFF; 
	scrollbar-arrow-color:#A227A2; 
	scrollbar-base-color:#FFFFFF; 
	scrollbar-darkshadow-color:#FFFFFF; 
	scrollbar-face-color:#FFFFFF; 
	scrollbar-highlight-color:#FFFFFF; 
	scrollbar-track-color:#FFFFFF; 
	scrollbar-shadow-color: #FFFFFF;
	direction:ltr;
	text-align:right;
 	color:#FFFFFF;
  }
  
  
div.txt_box_2
{
	width:310px;
	height:430px;
	margin-right:12px;
	margin-top:25px;
 	overflow: auto;
	border:0px solid red;
 	scrollbar-arrow-color:#000000; 
	scrollbar-base-color:#E5E3E3; 
 	direction:ltr;
	text-align:right;
 	color:#FFFFFF;
	padding:10px;
  }  

div.rtl
{
	direction:rtl;
	width:100%;
	height:100%;
} 

.header1
{
	font-size:20px;
	font-weight:bold;
	color:#742974;
}
 
.header2
{
	font-size:14px;
	font-weight:bold;

}
 
.txt1
{
	color:#2D65C7;
}
 
.border1
{
	border:1px solid #742974;
}

.big
{
	font-family: Tahoma,sans-serif; 
	font-size: 11px;
	width:120px;

}

.medium
{
	font-family: Tahoma,sans-serif; 
	font-size: 11px;
	width:66px;
}

.small
{
	font-family: Tahoma,sans-serif; 
	font-size: 11px;
	width:51px;

}
.Nosize
{
	font-family: Tahoma,sans-serif; 
	font-size: 11px;

}

.error
{
	font-size: 11px;
	color:red;
}


/* links */
a {
	font-family:arial;
	font-size:12px;
    text-decoration : none;
    color:black;
    font-weight:bold;
}
a:hover {
	color:#4E4E4E;
}

 

a.kahuna{
	color:#742974;
	font-size:10px;
}
a.kahuna:hover {
	color:#A227A2;
}
 
img     {border:0;}


/* flat input buttons/checlboxes */
.nav
{
 	cursor: pointer;
}

 
/* optional fields */
td  {
    font: normal 12px Arial,sans-serif;
    border : 0px solid red;
    color : #000000;

}  
 
form,div
{
	margin:0px;
}

 
body  {
    font: normal 12px Arial,sans-serif;
    color:black;
	margin:0px;
	direction:ltr;
	text-align: right;
}
