@import "layout.css";
@import url('layout.css');
@import "links.css";
@import url('links.css');

body {
	margin: 0 auto;
	padding: 0;
	text-align:center;
	background: #d4d8bb url('../images/bg_bgrepeat.jpg') repeat-x top;
}

a {
	outline: none;
}

li {
	list-style: square;
}

img {
	border: none;
}

p {
	margin: 0 0 16px;
	line-height: 16px;
}

h1, h2, h3, h4 {
	color: #004a64;
	margin: 0;
	font-family: Tahoma,arial;
}

h2 {
	font-family: Tahoma,arial;
	font-size: 15px;
	margin: 0 0 12px;
}

.dotted {
	background: url('../images/bg_dotted.gif') repeat-x center;
}

.h10 {
	height: 10px;
}

.h20 {
	height: 20px;
}

.h40 {
	height: 40px;
}

.h60 {
	height: 60px;
}

form {
	margin: 0;
	padding: 0;
}

.imgr {
	float: right;
	margin: 0 0 8px 10px;
}

.clearfix2 {
	clear: both;
	margin: 0;
	height: 1px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.none {
	margin: 0 !important;
}