﻿body {
	margin: 0px;
	padding: 0px;
}
body.recruitment {
	background: url('images/background-red-grey-dashed.gif') white repeat-y fixed center top;
}
body.homepage {
	background: url('images/background-red-dashed.gif') white repeat-y fixed center top;
}
body.splash {
	background: url('images/background-grey-dashed.gif') white repeat-y fixed center top;
}
body, td, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
}

.Menu {
	margin-left: 15px;
	margin-right: 5px;
}
.centralCell {
	padding-top: 30px;
}
h1 {
	color: #ef3224;
	font-weight: bold;
	font-size: 13px;
}
h2 {
	color: #3f3f3f;
	font-weight: bold;
	font-size: 12px;
}
h3 {
	color: #ef3224;
	font-weight: normal;
	font-size: 12px;
}
.redborder {
	/*    background-image:url('images/reddots.gif'); */
    background-repeat: repeat-y;
	width: 10px;
}
.greyborder {
	/*    background-image:url('images/greydots.gif'); */
    background-repeat: repeat-y;
	width: 10px;
}
.topmenu {
	background-color: rgb(48,48,48);
	width: 750px;
}
.Button {
	background-color: #3F3F3F;
	color: white;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 20px;
}
.Button_over {
	background-color: #3F3F3F;
	color: #A3A3A3;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 20px;
}
.banner {
	width: 750px;
	height: 140px;
	vertical-align: top;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}

.lefttext {
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 30px;
	padding-bottom: 40px;
}
.maintext {
	vertical-align: top;
	text-align: left;
	padding-left: 42px;
	padding-right: 0px;
	padding-top: 66px;
	padding-bottom: 40px;
}
ul li {
	padding-bottom: 10px;
}

a:link       { text-decoration: underline; color: red; }
a:visited    { text-decoration: underline; color: red; }
A:hover { text-decoration: underline; color: #3f3f3f; }
A:active {text-decoration: underline; color:#3f3f3f; }

a.FCK__AnchorC {
	color:black;
	text-decoration:none;
}