BODY{
	margin:0px;
}
#container{PADDING-RIGHT: 0px;PADDING-LEFT: 0px;PADDING-BOTTOM: 0px;PADDING-TOP: 0px;MARGIN: 0px;MARGIN-TOP:0px;
background:#D1D2D0}

input,select,textarea{
	font-family:tahoma;
	font-size:12px;
}
form{margin:0px;padding:0px;}
img{border:none;}
a:link{color:#ffffff;text-decoration: none;}
a:active{	
	text-decoration: none;
}
a:visited{	
	text-decoration:none;
	color:#002354;	
}
a:hover{
	color:#1084c7;
	text-decoration:none;
}
.mhr{
	border:11px #aaabad dotted;width:60%
}
#normal{font-size:12px;font-family:tahoma}
#bold{
	font:bold 16px arial;
	color:#002354;
}
#bold a:link{	
	text-decoration: none;font-size:16px;color:color:#1084c7;
}
#bold a:active{	
	text-decoration: none;font-size:16px;color:color:#1084c7;
}
#bold a:visited{	
	text-decoration:none;font-size:16px;
	color:#002354;
}
#bold a:hover{
	text-decoration:none;font-size:16px;
	color:#012405;
}
#dir{
	direction:ltr;
}
#light{color:#002354}

#title{font:bold 16px arial;color:#1084c7;}
#title a:link{	
	text-decoration: none;font-size:16px;color:#1084c7;
}
#title a:active{	
	text-decoration: none;font-size:16px;color:#1084c7;
}
#title a:visited{	
	text-decoration:none;font-size:16px;
	color:#1084c7;
}
#title a:hover{
	text-decoration:none;font-size:16px;
	color:#a1a1a1;
}

#menu{background:URL(../images/td_bg.gif) no-repeat;color:#002354;font-family:arial;font-size:16px;font-weight:bold;height:28px;padding-right:15px}
#menu2{background:URL(../images/title_bg.gif) right no-repeat;color:#002354;font-family:arial;font-size:16px;font-weight:bold;height:28px;padding-right:20px}
#smallText{font-family:tahoma;font-size:11px;color:#002354}
#outer_table{
	BORDER: #DCEDFF 1px solid;background-color:#F7FAFF;font-family:tahoma;font-size:12px;
	color:#336699;text-align:right;width:90%;padding:2px;margin:2px;
}
#print_table{
	BORDER: #000000 1px solid;background-color:#FFFFFF;font-family:tahoma;font-size:11px;
	color:#000000;text-align:right;padding:0px;margin:0px;
}

/**************************** Menu Section Starts *****************************/
#slider {
    width:    280px;    /* important to be same as image width */
    height:   180px;    /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden;   /* important */
}
#sliderContent {
    width: 280px;       /* important to be same as image width or wider */
	margin: 0;
	padding: 0;
}
ul#sliderContent { list-style-type: none;}
.sliderImage {
    position: relative;
	display: none;
}
.sliderImage img{
    border: 0px;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px  Tahoma;
    padding: 10px 5px;
    width: 280px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
	text-align: center;
	direction: rtl;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
/*********************************************************************/