* {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

A {
	outline: none;
}

body {
	margin-top: 10px;
	margin-bottom: 10px;
}

.iecenter {
	text-align: center;
}

.pageframe {
	width: 950px;
	text-align: left;
	margin: 0 auto;
}

#language {
	padding-left: 35px;
	padding-bottom: 5px;
}

#language A {
	padding-right: 5px;
}

.header {
	background-image: url('images/header.png');
	height: 80px;
}

.header A {
	display: block;
	height: 80px;
}

#navigation {
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	border-collapse: collapse;
	padding: 0px;
}

#navigation TD {
	padding-left: 20px;
	padding-top: 5px;
	vertical-align: top;
	height: 45px;
}

#navigation A {
	color: #000000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

#navigation A:hover,
#navigation A.active {
	color: #003399;
}

#footer {
	margin-top: 30px;
	padding-top: 5px;
	padding-left: 35px;
	padding-right: 15px;
	border-top: 1px solid #CCCCCC;
}

#footer A {
	text-decoration: none;
	color: #555555;
	padding-right: 15px;
	font-size: 10px;
}

#footer A:hover,
#footer A.active {
	color: #000000;
}

#footer .right {
	float: right;
}

#footer .right A {
	color: #003399;
	font-size: 12px;
	font-weight: bold;
}

.clearing {
	clear: both;
	line-height: 0px;
	font-size: 0px;
}


ul {
	list-style-image:url("../images/bullet3.gif");
	list-style-position:outside;
	margin:0 !important;
	padding-left:15px;
}

ul ul {
	list-style-image:url("../images/bullet2.gif");
}

ul li {
	margin-bottom: 3px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
}

img {
	border: none;
}

.spacer {
	height: 20px;
}