/* CSS Document */



.top-link{
padding-left:20px;
margin:0px;
height:32px;
float:left;
background-image:url(images/top_menu_back.jpg);
background-position:top left;
background-repeat:no-repeat;

color:#000000;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:12px; 
text-decoration:none;

}

.headinglink1 a, .headinglink1, .headinglink1 a:link, .headinglink1 a:visited
{
	font-family:Arial;
	font-size:13px;
	color:#0389dd;
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
}
.headinglink1 a:hover
{
	font-family:Arial;
	font-size:13px;
	color:#87cefb;
	font-weight:bold;
	line-height:20px;
	text-decoration: underline;
}


.headinglink a, .headinglink, .headinglink a:link, .headinglink a:visited
{
	font-family:Arial;
	font-size:12px;
	color:#0389dd;
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
}
.headinglink a:hover
{
	font-family:Arial;
	font-size:12px;
	color:#87cefb;
	font-weight:bold;
	line-height:20px;
	text-decoration: underline;
}

.maintext
{
font-family:Arial;
font-size:12px;
color:#1f1a16;
line-height:18px;
text-align:justify;
}
.quastion
{
font-family: Arial;
font-size:12px;
color:#1f1a16;
font-weight:bold;
line-height:18px;
}

.top-link span{
padding-right:20px;
display:block;
float:left;
height:22px;
padding-top:10px;
background-image:url(images/top_menu_back.jpg);
background-position:top right;
background-repeat: no-repeat;

}

.top-link:hover{
cursor:pointer;
background-image:url(images/top_menu.jpg);
background-position:top left;
color:#666666;
text-decoration:underline;
}

.top-link:hover span{
cursor:pointer;
height:22px;
padding-top:10px;
background-image:url(images/top_menu.jpg);
background-position:top right;
}


/* ============================= NEW LINK ============================== */

.top-link-2{
padding-left:20px;
margin:0px;
height:32px;
float:left;
background-image:url(images/menu_new_back.jpg);
background-position:top left;
background-repeat:repeat-x;

color:#006cff;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:12px; 
text-decoration:none;

}

.top-link-2 span{
padding-right:20px;
display:block;
float:left;
height:22px;
padding-top:10px;
background-image:url(images/menu_new_back.jpg);
background-position:top right;
background-repeat: repeat-x;

}

.top-link-2:hover{
cursor:pointer;
background-image:url(images/menu_new.jpg);
background-position:top left;
background-repeat: repeat-x;
color:#666666;
text-decoration:none;
}

.top-link-2:hover span{
cursor:pointer;
height:22px;
padding-top:10px;
background-image:url(images/menu_new.jpg);
background-position:top right;
background-repeat: repeat-x;
}