@import url(import/container.css);
@import url(import/content.css);
@import url(import/navi.css);

* {
	margin:0;
	padding:0;
	font-family:Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:12px;
	color:#949494;
	line-height:1.5;
}

html, body {
	height:100%;
}

body {
	background:url(../images/bg-pattern.gif) left top;
}

h1 {
	margin-bottom:20px;
	font-size:36px;
	color:#454545;
}

h1.home {
	margin-bottom:20px;
	font-size:36px;
	color:#0093dd;
}

h2 {
	margin-bottom:10px;
	font-size:16px;
	color:#949494;
}

a {
	text-decoration:none;
}

a:hover,
a.active {
	color:#0093dd;
}

a.start-link {
	font-size:23px;
	color:#0093dd;
}

a.start-link:hover {
	text-decoration:underline;
}

p {
	margin:0 0 15px 0;
}

img {
	border:0;
}







