@charset "iso-8859-2";

* {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 15px;
}

a {
	color: #069;
}

a:hover {
	color: #f00;
}


img {
	border: 0;
}

strong {
	font-weight: bold;
}

select, option, input, textarea {
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
}

input, textarea {
	padding: 3px;
	background: #fff;
	border: 1px solid #7e9db9;
}

textarea {
	overflow: auto;
}



h1 {
	font-family:  arial, verdana,  sans-serif;
	font-size: 26px;
	color: #19ABE3;
	padding: 0px 0px 10px 0px;
	font-weight: 100;
	text-decoration: none;

}

#login h1{
    font-size:13px;
    }


h2 {
	font-family: helvetica, arial,  sans-serif;
	color: #E35719;
	font-size: 13px;

	padding: 0px 0px 20px 0px;
	text-decoration: none;
}

#newsbar h2 {
    padding:0px;
    }
    
h2 a {
  font-family: helvetica,arial,sans-serif;
  color: #E35719;
  text-decoration: none;
}

#login h2{
    font-size: 13px;
    }


h3 {
	font-family:  arial, helvetica, sans-serif;
	margin: 0px 0 5px 0;
	color: #19ABE3;
	font-size: 12pt;
}

.fix {
	display: block;
	float: none !important;
	clear: both !important;
	height: 1px;
	overflow: hidden;
}
