﻿body 
{
    margin:0;
	padding:0;
	/*background-color:#fff;*/
	background-color:Black;
	/*background-image:url(../Images/world_image.jpg);*/
	background-repeat:repeat;
	text-align:center;
}
html { 
	/* hack for forcing scroll bars to stop page jog - http://www.splintered.co.uk/experiments/49/ */ 
	margin-bottom: 1px; 
	min-height: 100%; 
}

#contentholder
{
	background-color:#ffffff;
	width:800px;
	display:block;
	overflow:hidden;
	text-align:center;
	margin:0px auto;

	
}
.labelCss
{
	font-family:Arial;
	font-size:14px;
	
	}
	
.MenuHyperlink
{
    font-family:Trebuchet MS;
   /* color:#0494A4;*/
    font-size:16px;
    font-weight:bold;
    COLOR:White;
    
}
.LangHyperlink
{
    font-family:Trebuchet MS;
   /* color:#0494A4;*/
    font-size:16px;
   

    
}
.Heading
{
    font-family:Trebuchet MS;
   /* color:#0494A4;*/
    font-size:16px;
    font-weight:bold;
    COLOR:Black;
    
}
.labelCallOn
{
    font-family:Arial;
	font-size:14px;
	color:White;
}
