﻿
body, html
{
	background-color: #b0b1b5 ;
	color: black;
	margin: 0px;
	font-family: Arial;
	font-size: 0.9em;
	background-repeat: no-repeat;
	background-position: center top;
}

h1{
	font-size: 2.4em;
}

.country_name
{
	text-align: center;
	font-weight: 900;
}

.bodytext{
	margin: 10px 10px 10px 20px;
	max-width: 650px;
}

.logoTbl
{
	margin-left:10px;
	margin-top:10px;
	
}
.logotext
{
	padding-left: 10px;
	padding-right: 10px;
}

.logopictures {
	text-align: center;
	vertical-align: middle;
	height: 110px;
}

.main
{
	max-width: 1100px;
	border: 2px #909195 solid;
	margin:15px;
	background-color: white;
	
	
}

.breaker
{
	margin:0px;
	background-image:url('/images/breaker.jpg');
	height:2px;
	background-color: white;
	background-repeat:repeat-y;
	background-position:right;
}