﻿body {
	font-family: Verdana, Arial, Sans-Serif;
	margin: 0px;
	background-color: White;
	font-size: small;
}

h1 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: large;
}

h2 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: medium;
}

h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;	
	font-size: small;
}

img {
	border:0;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.FooterBox {
	font-family: "Arial Narrow" Sans-Serif;
	font-size:small;
	text-align:center;
	display:block;
			
}

.NewsBox h1 {
	font-family: Verdana, Sans-Serif;
	font-size: small;
	font-weight: bold;
}

.Content {
	margin: 2px 2px 2px 2px;
	padding: 2px 50px 2px 50px;
	text-align:justify;
}

.ContentImg {
	float:right;
	right:150px;
}

.MenuBox a:hover {
	text-decoration:none;
}

@media screen {
	.HeaderBox {
		font-family: 'Century Gothic', Sans-Serif;
		font-weight: bolder;
		font-size: 54px;
		letter-spacing: 3px;
		color: White;
		background-color: #606060;
		width: 100%;
		height: 72px;
		vertical-align:top;
		text-indent: 50px;
		padding-top: 4px;
	}

	.LanguageBox {
		position:absolute;
		top: 0px;
		right: 0px;
		width:150px;
		height:28px;
		background-image: url(Images/Langspace.gif);
		text-align:right;
		font-family: "Arial Narrow" Sans-Serif;
		font-size: 16px;
	}


	.NewsBox {
		width: 150px;
		font-family: Verdana, Arial, Sans-Serif;
		font-size: 10pt;
		width: 150px;
		float: right;
		border-left: solid 1px #808080;
		border-bottom: solid 1px #808080;
		margin-left: 8px;
		margin-bottom: 4px;
		padding: 4px;
		background-color: #FFFFC0;
	}

}

@media print {
	.HeaderBox {
		font-family: 'Century Gothic', Sans-Serif;
		font-weight: bolder;
		font-size: 54px;
		letter-spacing: 3px;
		color: Black;
		background-color: White;
		width: 100%;
		height: 72px;
		vertical-align:top;
		text-indent: 50px;
		padding-top: 4px;
	}

	.LanguageBox 
	{
		display: none;
	}

	.NewsBox {
		display: none;
	}
	
	.MenuBox {
		display: none;
	}

}
