@charset "utf-8";
/* CSS Document */

body {
  background-color:#000;
  font-family:Arial, Helvetica, sans-serif;
  color:#FFF;
  padding-top:20px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.logo
{
  background-image: url('../img/logo.png');
  background-repeat:no-repeat;
  height:100px;
  width:200px;
  padding-left:20px;
}

.logo_right
{
  background-image: url('img/logo.png');
  background-repeat: no-repeat;
  background-position: 600px 0px;
  height: 66px;
  width: 100%;
  border: thin solid black;

}
a img {
  text-decoration: none;
  border: 0 none;
}
.text {	
	padding-left:30px;
	font-size:18px;
	height:20px;
	padding-bottom:20px;
	width:800px;
}
.text_main
{
	padding-left:30px;
	font-size:14px;
	height:80px;
	padding-bottom:20px;
	width:800px;
}

.link
{
	display: block;
	clear: both;
	padding-left: 19px;
	background: url('img/ico_link.gif') no-repeat 0 .3em;
	color: #fff;
	text-decoration: none;
	margin-left: 1px;
	width:500px;
	padding-left:20px;
	font-size:14px;
}

.title
{
	height:35px;
	width:300px;
	font-size:24px;
	font-weight:bold;
	border-bottom:1px solid #F00;
	border-right:1px solid #F00;
	border-top:1px solid #F00;
	padding-left:30px;
	
	}
.image
{
/*	background-image: url('../img/090.6934.jpg');
	background-repeat:no-repeat;*/
	height:460px;
	width:800px;
}

.space
{height:10px;
}

.start_application
{
	height:40px;
	font-size:24px;
	font-weight:bold;
	padding-left:30px;
        padding-bottom: 10px;
}
	
.input {     
  border: 1px solid #fff;
  background: #C8C8C8;
  margin-bottom: 3px;
}
  
.startlink a,
.startlink a:active,
.startlink a:hover,
.startlink a:visited{
  color: #FFF;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
.startlink span {
  font-size: 12px;
}

.startlink {
    margin: -45px 0px 20px 30px !important;
}

.launcher {
	font-size: 12px;
	font-weight: normal;
}