.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0031a1;
	text-decoration: none;
	font-weight: normal;
	text-align: justify;
	padding: 3px 2px 5px;

}

.link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0031a1;
	text-decoration: underline;
	font-weight: normal;
	text-align: justify;
	padding: 3px 2px 5px;

}

.heading {
	FONT-SIZE: 10px;
	COLOR: #363636;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.heading:hover {
	FONT-SIZE: 10px;
	COLOR: #A50000;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

.normal_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:  #363636;
	text-decoration: none;
	font-weight: normal;
	text-align: justify;
}

.normal_big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #363636;
	text-decoration: none;
	font-weight: normal;
	text-align: justify;
}

.normal_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  #363636;
	text-decoration: none;
	font-weight: bold;
	text-align: justify;
	padding-left: 10px;

}

.news {
	font-family: Tahoma;
	font-size: 11px;
	color: #0042BB;
	text-decoration: none;
	text-align: justify;
	

}

.news:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #0042BB;
	text-decoration: underline;
	/*display: marker;*/
	font-weight: normal;
	text-align: justify;
	
}

.link1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #484848;
	text-decoration: none;
	font-weight: normal;
	text-align: justify;
	padding: 3px 2px 5px;

}

.link1:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	text-align: justify;
	padding: 3px 2px 5px;

}


/* for drop down menu on left side*/
.basictab{
padding: 0;
margin: 0;
list-style-type: none;
margin-bottom: 0;
}

.basictab li{
display: inline;
margin: 0;
}

/*.basictab li a{
text-decoration: none;
padding: 0;
margin: 0;
border: 0px solid gray;
border-bottom: none;
background-color: white;
color: black;
}


.basictab li a:visited{
color: black;
}

.basictab li a:hover{
background-color: #dbffff;
color: black;
}

.basictab li a:active{
color: black;
}*/

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #dbffff;
color: black;
}


.submenustyle{
padding: 9px 1px;
border: 1px solid black;
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
font: 10px Verdana;
color: #ffffff;
text-align: center;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
border-right: 1px dashed white;
padding: 1px 5px;
text-decoration: none;
font: 10px Verdana;
color: #ffffff;
}

.submenustyle a:hover{
background-color: grey;
font: 10px Verdana;
color: yellow;
}
