@import url('layout.css');
@import url('content.css');
@import url('formular.css');

* {
	margin:0;
	padding:0;
}
body {
	scrollbar-arrow-color: #2ec0f3;
	scrollbarBaseColor: #d3d3d3;
	scrollbar-track-color: #d3d3d3;
	scrollbar-face-color: #d3d3d3;
	scrollbar-highlight-color: #d3d3d3;
	scrollbar-3d-light-color: #d3d3d3;
	scrollbar-dark-shadow-color: #d3d3d3;
	scrollbar-shadow-color: #d3d3d3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 140%;
	background-color: #e2e2e2;
	background-repeat: no-repeat;
	background-position: center center;
}

a, a:link, a:visited, a:active {
	text-decoration:none;
	color: #999;
	}
	
a:hover {
	color:#09A1E1;
	}

p {
	list-style-type: none;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}

H1,h2,h3 {
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
}h1 {
	padding-top: 2px;
	padding-bottom: 2px;
	letter-spacing: 0.1em;
	font-size: 1.4em;
	color: #18A6E2;
	font-weight: 100;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-weight: 400;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	color: #CCC;
}
h4 {
	font-size: 1em;
	margin-top: 10px;
	font-weight: 700;
}
h5 {
	font-size: 0.9em;
	font-weight: 400;
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
h6 {
	padding-top: 2px;
	padding-bottom: 2px;
	letter-spacing: 0.1em;
	font-size: 1.2em;
	color: #EA78AB;
	font-weight: 100;
}
h7 {
	padding-top: 2px;
	padding-bottom: 2px;
	color: #F00;
}




img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
