/* border: thin solid rgb(250,0,255); */ 

*{
	margin:0;
	padding:0;
	border-style: none;
}


#activeLang a, #inactiveLang a
{
	text-decoration:none;
}
#activeLang a
{
	color:#FF9834;
}

#inactiveLang a
{
	color:#666;
}
#inactiveLang a:hover
{
	color:#FF9834;
}

#mainBody
{
	background-color: #ffffff;
	text-align: center;
	color: #000000;
	width: 100%;
	min-width: 760px;
        max-width: 1000px;
	font: 95% Arial,sans-serif;;

	margin-left:  auto;
	margin-right: auto;
}

.greenBlue
{
	color:#0A6D81;
	text-transform:capitalize
}

.clearBoth
{
	clear:both;
	width:100%;
	height:0px;	
}

.horizontal_dotted_line
{
	border-bottom: 1px dashed #7F7F7F;
} 

.line-through
{
	text-decoration:line-through;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}

#footerLine
{
	width:98%;
	margin-left:1%;	
}

.red
{
    color: red;
}

