@import url(import/container.css);
@import url(import/head.css);
@import url(import/col1.css);
@import url(import/col2.css);

* {
	margin:0;
	padding:0;
	border:0;
	font-family:Arial, Verdana, Tahoma, sans-serif;
	font-size:100%;
	line-height:1.0;
}

html, body {
	height:100%;
}

body {
	background:url(../images/bg_space_blue.gif) left top repeat-y;
}

p {
	width:560px;
	margin:0 0 20px 0;
	line-height:1.2;
	font-size:12px;
	color:#707173;
}

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

h1 {
	margin:0 0 10px 0;
	font-size:12px;
	color:#EC7404;
}

h2 {
	margin:0 0 15px 68px;
	font-size:11px;
	font-weight:normal;
	color:#003670;
}

h3 {
	margin:0 0 10px 0;
	font-size:12px;
	font-weight:bolder;
	color:#003670;
}


