.header {
	background : url(images/header_bg.jpg) repeat-x;
	width : 100%;
	padding : 2px;
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #ece9d8;
}
#breadcrumbs {
	background : url(images/breadcrumb_bg.jpg) repeat-x bottom;
	padding-left : 3px;
	padding-bottom : 5px;
	font-size : smaller;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	width : 100%;
}
#breadcrumbs UL, #breadcrumbs LI {
	display : inline;
	margin-left : 0px;
	padding-left : 0px;
	margin-right : 20px;
}
.sidebar {
	vertical-align : top;
	background-color : #cdcdcd;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 8pt;
	width : 14em;
}
.sidebar dl {
	margin-top : 0px;
}
.sidebar dt, .sidebar th {
	background-image : url(images/h3_bg.jpg);
	padding : 3px;
	text-align : center;
	font-size : 8pt;
	font-weight : bold;
	margin-right : 0px;
}
dd.sidebaritem {
	padding : 3px;
	margin-left : 0px;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-bottom-color : #eae6da;
	text-align : left;
	border-top-style : solid;
	border-top-width : 1px;
	border-top-color : #b0b0b0;
	background-color : #ebece7;
}
dd.sidebaritemov {
	padding : 3px;
	margin-left : 0px;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-bottom-color : #eae6da;
	text-align : left;
	border-top-style : solid;
	border-top-width : 1px;
	border-top-color : White;
	background-color : #ECE9D8;
}
.main {
	width: 90%;
	padding : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
	vertical-align : top;
}
.list {
	font-size : 10pt;
}
.list th {
	background-color : #cdcdcd;
}
.altrow {
	background-color : #ebece7;
}
.formlabel {
	font-size : 10pt;
	text-align : right;
	vertical-align : top;
}
.forminput {
	font-size : 10pt;
}
.formlabelsidebar, .forminputsidebar {
	text-align : center;
	font-size : smaller;
	padding : 2px;
}
.forminputsidebar input {
	background-color : #ebece7;
	font-size : 8pt;
}
A {
	color : #383783;
}
A:HOVER {
	text-decoration : none;
}
.caption, .code {
	padding : 3px;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-bottom-color : #eae6da;
	border-top-style : solid;
	border-top-width : 1px;
	border-top-color : #b0b0b0;
	background-color : #ebece7;
	color : #383783;
	font-size : 8pt;
	font-weight : bold;
}
.code {
	font-family : "Courier New", Courier, monospace;
}