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

 Base

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

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

	font-family: Tahoma;

	font-size: 12px;

	color: #fff;

	text-align: center;


	}

	
.qu a {

	font-weight:inherit;
	color:aqua ;
	text-decoration: none;
	border: none;


	}

a {

	}

.qu a:hover {
	color:lime;


}

.qu a:active {

	outline: none;

	}



.qu a img {

	border: none;

	}



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');

	}

a img {

	border:0px;

	}


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


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

.fx a:hover {
		font-size: 8pt;
	border-bottom: white 1px dotted;
}
