/* CSS Document */




a:link {
	color: #006699;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: none;

}
a:hover {
	color: #ff0000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #006699;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: none;

}


a.link1:link 
{
color: #006699;	font-size: 24px; font-family: "Times New Roman", Times, serif;	font-weight: normal; text-decoration: none;
}

a.link1:hover 
{
color: #006699;	font-size: 24px; font-family: "Times New Roman", Times, serif;	font-weight: normal; text-decoration: underline;	
}

a.link1:visited 
{
color: #006699;	font-size: 24px; font-family: "Times New Roman", Times, serif; 	font-weight: normal; text-decoration: none;
	/*
	cursor: hand; 
	height: 1em; 
	border-bottom: 1px dashed #0066cc; 	
	*/
}

a.link2:link 
{
color: #006699;	font-size: 22px; font-family: "Times New Roman", Times, serif;	font-weight: normal; text-decoration: none;
}

a.link2:hover 
{
color: #006699;	font-size: 22px; font-family: "Times New Roman", Times, serif;	font-weight: normal; text-decoration: underline;	
}

a.link2:visited 
{
color: #006699;	font-size: 22px; font-family: "Times New Roman", Times, serif; 	font-weight: normal; text-decoration: none;
}


a.link3:link 
{
color: #006699;	font-size: 12px; font-family: "verdana", Times, serif;	font-weight: normal; text-decoration: none;
}

a.link3:hover 
{
color: #006699;	font-size: 12px; font-family: "verdana", Times, serif;	font-weight: normal; text-decoration: underline;	
}

a.link3:visited 
{
color: #006699;	font-size: 12px; font-family: "verdana", Times, serif; 	font-weight: normal; text-decoration: none;
}


td, textarea, input, select 
{
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}

.right_text {padding-left: 8px;}
.left_text {padding-right: 8px;}
.text_bold { color: #333333;font-weight: bold;}
.text_gray { color: #999999;font-weight: bold; font-size: 14px; font-family: verdana;}
.text_lead { color: #ce2e20; font-size: 14px;}
.sub_heading { color: #006699;font-weight: bold; font-size: 13px; font-family: verdana;}



/*-----------top link nevigation ---------*/
#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font-weight: bold;
width: 100%;
border: 1px solid #DFDFDF;
border-width: 1px 0;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: gray;
font-weight: bold;
padding: 2px 8px 4px 8px;
text-decoration: none;
background: white url(../images/menudivide.gif) top right repeat-y;

}

#underlinemenu ul li a:hover{
color: black;
background-color: #F3F3F3;
border-bottom: 4px solid black;
padding-bottom: 0;
}

/*-----------top link nevigation ---//------*/


/* thibmnail effect start--- */
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ 
position: absolute;
background-color: #ffffff;
padding: 2px;
left: -1000px;
border: 1px dashed #f2f2f2;
visibility: hidden;
color: #ff0000;
text-decoration: none;
font-size: 11px;
align:center;
}

.thumbnail span img
{ 
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ 
visibility: visible;
top: 0;
left: 0px; 
}
/* thibmnail effect end--- */












