/*HTML Elements*/

	html {
		font: 12px Arial, "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
		color: #000;
	}
	table tr td{
		font: 12px Arial, "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
		color: #000;
	}
	body {
		width: 100%;
		text-align: center;
		margin: 0 auto;
		background: #fff url('../images/menuBG.jpg') repeat-x top;
	}
	body#index {
		
	}
	#kontainer {
		margin: 0px auto;
		width: 800px;
		height: auto;
		text-align: left;
		display: block;
	}
	#coming{
		height:500px;
		
		background: #fff url('../images/coming.png');
	}
	a {
		color: #000;
	}
		a:link, a:visited {
			text-decoration: none !important;
		}
		a:hover {
			text-decoration: underline;
		}
		a:visited {
		color: #000;
		}
	img {
		border: none!important;
	}
	map {
		border: none;
	}
	ul {
	
	}
	ul li {
		list-style: none;
		text-decoration: none;
	}
	ul li a {
		text-decoration: none;
	}
	ol {
	
	}
	ol li {
	
	}
	h1, h2, h4, h5 {
		font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
		font-weight: bold;
		margin: 0;
		padding: 0;
		line-height: 1em;
	}
	h1 {
		font-size: 16px;
		font-weight:normal;
		color: #FFF;
		background:#6d6c6c;
		padding:10px 0 10px 30px;
		line-height:18px;
	}
	h2 {
		margin:2px 0 0 6px;
		font-size: 17px;
		color: #39b54a;
	}
	h3 {
		color:#39b54a;
		margin:15px 0 0 30px;
		font-family: "Lucida Grande", Tahoma, Arial, "MS Trebuchet", sans-serif;
		font-size: 14px;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	h4 {
		color: #660000;
		font-size: 16px;
	}
	h5 {
		font-size: 20px;
	}
	p {
		color: #000;
		line-height: 1.5em;
	}
	.sIFR-replaced h1 {
		color: #3A990D;
	}
	.sIFR-alternate {
		position: relative;
			left: -9999px;
		display: none;
	}
	/*  User Selected Text  */
	::-moz-selection{
		background:#6374AB;
		color:#fff;
	}

	::selection {
		background:#6374AB;
		color:#fff;
	}

	code::-moz-selection {
		background: #333333;
	}

	code::selection {
		background: #333333;
	}
/*DOM Specific*/


	
/* global */

.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.crite {
	clear: left;
}
