/* CSS Document */

body { background-color: white}

ul { list-style-position: outside;
     position:relative;
     left:-30px;}

a {text-decoration:none}
a:hover {text-decoration:underline;
         color:white;}

a.style1 { color:blue}
a.style1:hover { color:green}

.linklang:active{font-family:tahoma;font-size: 11px;color: #000000;text-decoration: none;font-weight: bold;}
.linklang:link{font-family:tahoma;font-size: 11px;color: #000000;text-decoration: none;font-weight: bold;}
.linklang:visited{font-family:tahoma;font-size: 11px;color: #000000;text-decoration: none;font-weight: bold;}
.linklang:hover{font-family: tahoma;font-size: 11px;color:#000000;text-decoration: underline;font-weight: bold;}




.linknews:active{font-family:tahoma;font-size: 11px;color: #ffffff;text-decoration: none;font-weight: none;}
.linknews:link{font-family:tahoma;font-size: 11px;color: #ffffff;text-decoration: none;font-weight: none;}
.linknews:visited{font-family:tahoma;font-size: 11px;color: #ffffff;text-decoration: none;font-weight: none;}
.linknews:hover{font-family: tahoma;font-size: 11px;color:#ffffff;text-decoration: underline;font-weight: none;}



.linkabledesigner:active{font-family:tahoma;font-size: 10px;color: blue;text-decoration: none;font-weight: none;}
.linkabledesigner:link{font-family:tahoma;font-size: 10px;color: blue;text-decoration: none;font-weight: none;}
.linkabledesigner:visited{font-family:tahoma;font-size: 10px;color: blue;text-decoration: none;font-weight: none;}
.linkabledesigner:hover{font-family: tahoma;font-size: 10px;color:#000088 ;text-decoration: none;font-weight: none;}


.combobox {
	BORDER-RIGHT: #9628DB 1px solid; 
	BORDER-TOP: #9628DB 1px solid; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: #9628DB 1px solid;
	BORDER-BOTTOM: #9628DB 1px solid; 
	COLOR: #4F4F4F; 
	WIDTH: 80px; 
	height: 30px;  
	FONT-FAMILY: tahoma;
	BACKGROUND-COLOR: #FFEAFA;
}
.textmain{
	font-family: tahoma;
	color:#000000;
	font-size: 12px;
	font-weight: none;
	line-height: 1.5em;
}

.textindex{
	font-family: arial;
	color:#000000;
	font-size: 14px;
	font-weight: none;
	text-align:justify;
	line-height:1.5em;
}
.textmain1{
	font-family: tahoma;
	color: white;
	font-size: 13px;
	font-weight: none;
	line-height:1.5em;
	text-align:justify;
	
}

.textmain2{
	font-family: tahoma;
	color: white;
	font-size: 13px;
	font-weight: none;
	line-height:0.9em;
	text-align:justify;
	
}

.textwhite{
	font-family: tahoma;
	color:#ffffff;
	font-size: 10px;
	font-weight: none;
	padding: 5px;
	line-height:1.1em;
}
.textsearch{
	font-family: arial;
	color:#004550;
	font-size: 12px;
	font-weight: none;
}

.heading{
	font-family:arial;
	color:#000000;
	font-size: 13px;
	font-weight: bold;
	text-decoration:underline;
}

.types{
	font-family:arial;
	color:#000000;
	font-size: 12px;
	font-weight:none;
}

.txtbottom{
	font-family:arial;
	color:#2C656F;
	font-size: 11px;
	font-weight: none;
	line-height: 1.5em;
}



.inner-heading{
	font-family: ARIAL;
	color:white;
	font-size: 16px;
	font-weight: bold;
}






.border-image{
	border: 1px solid #DFE3E5;
}

.marqueecontainer{
position: relative;
width: 171px; /*marquee width */
height: 105px; /*marquee height */
background-color: #A10331;
overflow: hidden;
padding: 2px;
padding-left: 4px;
padding-top: 7px;
}