body {
	background:linear-gradient(#AA0000,#EE0000);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #111;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
}

html {	overflow-y: scroll; }	/* trick to force right scroll bar on all pages */

h1 {
	width:auto; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:5px; 
	text-align:center;
	font-size: 16px;
}

h2	{
	font-size: 20px;
	margin-top:30px;
}

h3	{
	font-size: 16px;
	margin-top:30px;
}

table {
	border-spacing:0px;
	margin-left:auto;
	margin-right:auto;
	font-size: 14px;
}
td {
	padding:3px;
}
p {
	text-align:left;
	margin:25px;
}

.MainBlock {
	width:440px; 
	background-color:#FFFFFF; 
	color: #000;
	margin-left:auto; 
	margin-right:auto; 
	margin-top:10px; 
	margin-bottom:10px; 
	text-align:center;
	border-radius:7px;
}



.Menu {
	background-color: #E00;
	color: #EEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	margin:3px;
	padding:4px;
	border-radius:3px;
	text-decoration: none;
}   
.Menu:hover {
	background-color: #444;
	color: #FFF;
	border-radius:3px;
}   


.Link	{
	color: #000;
	font-weight:normal; 
	text-decoration: none;	
}     
.Link:hover	{
	background-color:#FCBEB4;
	color:#333; 
	font-weight:normal; 
	text-decoration:none;
	font-style: normal;
}     


.RedBlock {
	background:linear-gradient(#DDD,#FFF); 
	color: #111;
	text-align:center;
	padding:10px;
	margin:20px;
	border-style:solid;
	border-color:#F44;
	border-width:1px; 
	border-radius: 5px;
}

.Advertisments {
	width:468px; 
	color: #000;
	margin-left:auto; 
	margin-right:auto; 
	margin-top:10px; 
	margin-bottom:800px; 
	text-align:center;
}


.Headings      {
	background:linear-gradient(#F00,#E99); 
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding:3px;
	margin:0px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}   



.HiLiteCurrent { 
	background-color:#9DE0F7;
}
.HiLiteNew { 
	background-color:#FCA956;
}

.WelcomeBlock {
	margin-top:20px;
	text-align:center;
}
.WelcomeLanguages {
	font-style:italic;
	margin-top:10px;
	text-align:center;
}
.WelcomeCountries {
	margin-top:10px;
	font-size:10px;
	text-align:center;
}
.Copyright {
	margin-top:30px;
	padding-bottom:10px;
	font-size: 9px;
	color: #000;
}

