body {
	margin:0;
	padding:0;
	position:absolute;
	height:100%;
	width:100%;
	background-color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
}

table.pageborder {
	width:100%;
	height:100%;
	border: #ffcc00 5px solid;
}

td.pageborderinnder {
	background-color:#e37600;
}

#logo {
	position: absolute;
	top: 22px;
	left: 22px;
}

#header {
	background-color: #164da7;
	border-bottom: 2px #e37600 dotted;
}

#menu {
	position:relative;
	text-align:right;
	padding:15px;
	margin:0;
}

a.menulinks {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding-left: 18px;
}

a.manufacturer {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

a.white {
	color: #000000;
}


#main_content {
	position: relative;
	background-color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	padding: 20px 0 0 0;
	width:650px;
	text-align:left;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color:#001E78;
	margin-top: 5px;
	margin-bottom: 5px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	color:#000000;
}

p {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 10px;
	color:#000000;
}

p.small {
	font-size:10px;
}

p.yellow {
	color: #001E78;
	font-weight: bold;
	margin-top:2px;
}

#footer {
	position: relative;
	background-color: #041145;
	border-top: 2px #e37600 dotted;
	text-align:center;
	padding:10px;
}

a.footerlinks {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

a.allcatlink {
	color: #001E78;
	font-weight: bold;
}