/* ------------------------------------ */
/* ----- BASIC ELEMENTS AND FONTS ----- */
/* ------------------------------------ */
html, body
{
	background-color: white;
	color: #2C2C2C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(IMG/bk.gif);
	background-repeat: repeat-x;
}
a {
	text-decoration: none;
	outline-style: none;
	font-weight: bold;
	background-image: none;
	color: #244246;
}
a:hover {
	color: #00B702;
}
hr{
	border: 1px solid #97ACC5;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px solid #516F8B;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px solid #516F8B;
}
table {
	font-size: 8pt;
}
/* ------------------------------------ */
/* ----- SPECIAL ELEMENTS         ----- */
/* ------------------------------------ */
.downloadbox
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background: #E9E6CD;
	border: thin dotted Black;
	color: Black;
	font: normal sans-serif;
}
.dlbox{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border: thin dotted Maroon;
	background: #B1D860;
	width: 200px;
	cursor: pointer;
}
.dlboxhead{
	font-size: 18px;
}
.logo {
	color: DarkRed;
	font-size: 32pt;
	font-variant: small-caps;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
.slo {
	color: VeryDarkGrey;
	font-size: 16pt;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.Adr {
	color: #556A2F;
	font-size: 8pt;
	padding: 0 0 0 60px;
	display: block;
	width:660px;
	}

.null {
	color: Black;
	background-color: white;
}
/* ------------------------------------ */
.txt2
{
	font-size: 8pt;
	padding: 5px 5px 5px 5px;
	background: white;
	border: thin outset #f6f6f6;
	float: left;
	width:340px;
	background-image: url(IMG/bk.gif);
	background-repeat: repeat-x;
}
/* ------------------------------------ */
.mail
{
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	background: transparent url(img/mail.gif) no-repeat left;
	border: none;
	padding-left: 16px;
	padding-bottom: 2px;
}

