@charset "utf-8";
.style2 {
	color: #999999
}

body {
	background-image: url(images/braintech.png);
	background-repeat: repeat-x;
	background-color: #545454;
}

.stylesheet {
}
.container {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
.bodybox {
	width: 860px;
	float: left;
	background-image: url(images/box.png);
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: repeat-y;
	padding-bottom: 15px;
}
.textcontainer {
	width: 760px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	width: 860px;
	float: left;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #1674BC;
	margin-bottom: 5px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #545454;
	line-height: normal;
}


.navigation {
	float: right;
	margin-top: -15px;
	margin-right: 30px;
}
.banner {
	width: 801px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}



.logo {
	background-image: url(images/logo.png);
	float: left;
	height: 52px;
	width: 206px;
	clear: both;
	margin-top: 30px;
	margin-left: 15px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.dottedbox {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #606060;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #058EFF;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
}
.plainbox {
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #606060;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #606060;
}
