﻿body {
	font-family: tahoma;
	background-image: url('images/skew_bg.gif');
	margin: 15px;
	padding: 15px;
}
.Header {
	background-image: url('images/bg_menu.gif');
	font-family: verdana;
	font-size: small;
	color: #FFFFFF;
	border: 1px solid #FFCC66;
	text-align: center;
	font-weight: bold;
}
.HeaderSub {
	font-family: verdana;
	font-size: x-small;
	color: #FFFFCC;
}
.Content {
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #FFCC66;
	border-bottom-color: #FFCC66;
	border-left-color: #FFCC66;
	background-color: #FFFFFF;
	font-family: tahoma;
	font-size: x-small;
}
.Intro {
	font-family: verdana;
	font-size: x-small;
	border: 1px dashed #CCCCCC;
	padding: 5px;
	margin-right: 30px;
	margin-left: 30px;
	background-color: #FFEBC1;
}
.IntroHeader {
	border: 1px solid #CCCCCC;
	font-family: verdana;
	font-size: x-small;
	padding: 5px;
	margin-right: 30px;
	margin-left: 30px;
	font-weight: bold;
	background-image: url('images/bg_newsitem_header.jpg');
	background-repeat: repeat-x;
}
.Copyright {
	font-family: tahoma;
	font-size: 11px;
	text-align: center;
}
.DownloadButton {
	margin: 50px;
	text-align: center;
	background-image: url('images/bg_menu.gif');
	height: 70px;
}
.Menu {
	padding: 5px;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	background-image: url('images/bg_newsitem_header.jpg');
	height: 20px;
	text-align: center;
	margin-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}
.IntroShot {
	font-family: verdana;
	font-size: x-small;
	border: 1px dashed #CCCCCC;
	padding: 5px;
	margin-right: 30px;
	margin-left: 30px;
	background-color: #FFFFE1;
	text-align: center;
}
a {
	color: #993300;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
}
.ContactForm {
	padding: 20px;
	font-family: tahoma;
	font-size: 12px;
	margin-right: 50px;
	margin-left: 50px;
	background-color: #D1E0EF;
	border: 1px dashed #0000FF;
}
