*{
	margin:0px;
	padding:0px;
}

html,body{
	height:100%;
	width:100%;
}

hr{
	height:1px;
	border: none 0px;
	background:#000000;
}

h1, h2, h3, h4, h5, h6{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	padding-top: 0.5em;
}

h1{
  font-size:20px;
}

h2{
  font-size:18px;
}

h3{
  font-size:16px;
}

h4{
  font-size:15px;
}

h5{
  font-size:14px;
}

h6{
  font-size:14px;
  font-weight:normal;
}

p{
	font-size:14px;
}

a{
	cursor: pointer;
	color: #0000EE;
	text-decoration: underline;
}

img{
	border: none;
}

span.underline{
	text-decoration: underline;
}

form{
	margin-left:10px;
	margin-right:10px;
	/*background: #654354;*/
}

.field{
	width:100%;
}

.tooltip{
	display:none;
	position:absolute !important;
	background:#AACCFF;
	padding:2px;
	border: 1px solid #505050;
	max-width:600px;
	margin:3px 0px 0px 3px;
}

.tooltip h6{
	padding:0px;
}

.tooltip p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-indent: 1.5em;
	text-align:justify;
}

input.button{
	margin-bottom: 0.5em;
	margin-top: 1em;
	height:20px;
	width:100px;
	background:#AACCFF;
	border: 1px solid #505050;
}

label.error_field{
	color: red;
}
input.error_field{
	border: 1px solid red;
}

.center{
	text-align: center;
}

div#main{
	height:100%;
	min-width:900px;
}

div#wo_footer{
	min-height:100%;
}

div#header{
	height:50px;
	background:#AACCFF;
	/*border-bottom: 1px solid #505050;*/
	background:url("../images/header_bg_100x100.png") repeat-x scroll 0 0 #FFFFFF;
	height:100px;
	padding:0px 5px;
}

div#logotype{
	background:url("../images/logo_152x100.png") no-repeat scroll 0 0 transparent;
	height:100px;
	float:left;
	width:152px;
}

div#logotitle{
	margin-left:152px;
	text-align:center;
	color: #ffffff;
	padding-top:19px;
}

div#body{
	margin:0px 20px 20px;
}

div#footer_space{
	height:51px;
}

div#footer{
	height:40px;
	line-height:40px;
	margin-top:-51px;
	background:#AACCFF;
	border-top: 1px solid #505050;
	padding: 5px;
}

div#footer p a img{
	line-height:50px;
	vertical-align:middle;
}