﻿/*============================================================

 Base

============================================================*/

* {
	margin: 0;
	padding: 0;
	}
	
body {

	font-family: Tahoma;

	font-size: 12px;

	color: #fff;

	text-align: center;


	}

	

a {

 
	font-weight:inherit;
	color: #B1F800;
	text-decoration: none;
	border: none;

	}

a:hover {
	
	color:aqua;

}

a:active {

	outline: none;

	}



a img {

	border:0px;

	}



strong {

	font-weight: bold;

	}



em {

	font-style: normal;

	color: #ff9c00;

	}



ul {

	margin-left: 16px;

	list-style: disc;

	}



hr {

	display: none;

	}



	

h1 {

	margin-bottom: .5em;

	font-size: 24px;

	font-weight: bold;

	}



h2{

	margin-bottom: 1.5em;

	font-size: 13px;

	font-weight: bold;

}

.heading3{

	margin: 0px;

	padding: 0px;

	font:normal normal normal 11px/18px;

	color:#c8f802;

	font-weight: normal;

}

.heading4{

	margin: 0px;

	padding: 0px;

	font:normal normal normal 10px/18px;

	color:#fff;

	font-weight: normal;

}



p {

	margin-bottom: 1.5em;

	font-weight: normal;

	line-height: 1.3em;

}



.png {

	behavior: url('png00000.htc');

	}



/*============================================================

tab

*/



.indext {
	font-weight:inherit;
	text-decoration: none;
	font-size: 9pt;
	color:white;
	direction: rtl;
	text-align: right;
}

.indext a{
	font-size: 10pt;
	color:#B1F800;
	font-weight:inherit;
	text-decoration: none;


}

.indext a:hover{
	font-size: 10pt;
	color:aqua ;
	text-decoration: none;
	font-weight: normal;
}



.ien {
	font-weight:normal;
	text-decoration: none;
	font-size: 8pt;
	color:white;
	direction: rtl;
	text-align: right;
}



.ien a{
	font-size: 11pt;
	color:#B1F800;
	text-decoration: none;
	font-weight: bold;


}

.ien a:hover{
	font-size: 11pt;
	color:aqua ;
	text-decoration: none;
	font-weight: bold ;

}

.cong {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}

.cong a{
	font-size: 10pt;
	color:white;
	text-decoration: none;


}

.cong a:hover{
	font-size: 10pt;
	color:yellow;
	text-decoration: none;

}


.ml {
	text-align: center;
	font-size: 10pt;
}
.ml a{
		color: white;
		text-decoration: none;
		font-weight: normal;
		font-size: 10pt;
}

.ml a:hover {
	color:#B1F800;

}


/*************************************************************

Footer

*/

.fx {
		font-size: 8pt;
	text-align: center;
}
.fx a{
		color: white;
		text-decoration: none;
		font-weight: normal;
		font-size: 8pt;
}

.fx a:hover {

		color: white;
		font-size: 8pt;
		border-bottom: white 1px dotted;
}


