html {
	/*overflow: -moz-scrollbars-vertical;*/
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;		
	font-size:12px;
	font-family: Narkis, Arial;
	background-color: #332f2d;
	color: #ffffff;
}

a
{
	outline-style: none;
	text-decoration: none;
	color:#FFFFFF;
}

a:hover
{
	text-decoration: underline;
}

a.empty
{
	cursor: default;	
}

a.bluelnk
{
	outline-style: none;
	text-decoration: underline;	
	color: Blue;
}

a.blacklnk
{
	outline-style: none;
	text-decoration: underline;	
	color: #000000;
}

img
{
	border-width: 0px;	
}

label {
	vertical-align: middle;
}

.rollover
{
	cursor: pointer;	
}

.clear
{
	clear: both;
	width: 1px;
	height: 1px;	
}

.vm
{
	color: Red;	
}

.req
{
	color: Red;	
}

.relative
{
	position: relative;	
}

.gtt
{
	font-weight: bold;
	color: #878683;
}

.btt
{
	font-weight: bold;
	color: #00b0d8;
}

.wtt
{
	font-weight: bold;
	color: #ffffff;
}

.maintxt
{
	color: #ffffff;
	line-height: 18px;	
	
}

.main-containerfor .maintxt
{
	color: #332f2d;
	line-height: 18px;	
	
}

.button
{
	background: url('../images/buttons/btn.jpg') top left;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;		
}

.buttons a
{
	text-decoration: none;
}

.buttons a:hover
{
	text-decoration: none;
}


