a {
	font-size: 12px;
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: underline;
	color: red;
}

h1 {
	font-size: 12px;
	color: white;
	margin: 0px;
}

h2 {
	margin: 0;
	font-size: 12px;
	color:  white;
	/*padding-top: 4px;
	padding-bottom: 4px;*/
}

h3 {
	font-size: 10px;
	color: white;
	margin: 0px;
}

.centralContainer {
	background-color: #597f94;
	border: solid; 
	border-width: 1px; 
	margin: auto;
	width: 100%; 
	background:url('../graphics/back.png') top left repeat;
}

.top1{
	position: relative;
	float: left;
	width: 160px;
	background-color: transparent;	
}

.top2{
	position: relative;
	float: left;
	width: 380px;
	background-color: transparent;
}

.top3{
	position: relative;
	float: left;
	width: 234px;
	background-color: transparent;
}

.top4{
	position: relative;
	float: right;
	width: 90px;
	background-color: transparent;
}

.input_button {
	border: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	background-color: #FFFFFF;
	font-size: 10px;
	color: #aa1122;
	margin: 2px;	
}

.input_login {
	border: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	background-color: #FFFFFF;
	margin: 2px;
	width: 150px;	
}
