/* HTML doc */
body {
	background-color: #ffffff;
	font-family: Trebuchet MS, Verdana, Arial;
	padding: 0px;
	margin: 0px;
	background-color: #efefef;
	font-size: 90%;
}

a {
	text-decoration: underline;
}

h1, h2, h3 {
	margin-top: 5px;
	margin-bottom: 5px;
}

h1 {
	font-size: 135%;

}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 100%;
}


#topmenu {
	display: none;
}

th {
	text-align: left;
	border-bottom: 1px solid #666666;
	background-color: #dddddd;
	white-space: nowrap;
}

textarea {
	font-family: Arial;
	font-size: smaller;
}



#content {
	margin: 10px;
}

#footer {
	color: #aaaaaa;
	font-size: smaller;
	margin: 10px;
}

#banner {
	background-color: #ffffff;
	color: #000000;
	margin: 0px;
	padding: 15px 5px 15px 5px;
	border-bottom: 2px solid #333333;
}



.container {
	background-color: #ffffff;
	padding: 5px;
	clear: both;
}


.toolbar {
	display: none
}

#breadcrumb {
	display: none;
}

.right {
	text-align: right;
}


.smaller {
	font-size: smaller;
}

.form-header {
	font-weight: bold;
	margin-top: 10px;
}

div.menu-regional {
	display: none;
}

#leftside {
	display: none;
}
