body {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 10pt;
}

h1 {
	font-size: 14pt;
	font-weight:bold;
	color: #6E7A6A;
}

h2 {
	font-size: 12pt;
	font-weight:bold;
	color: #545D51;
}

h3 {
	font-size: 11pt;
	font-weight:bold;
	color: #444444;
}

.print-only {
	clear: both;
}

a img {border: 0px}

#site-wide-header,
#brand-navigation, #brand-breadcrumbs,
#main-navigation,
#sub-navigation,
#skiptocontent,
.block-marker,
#alert-message,
.portlet-controls,
#footer, .brand-title img, #brand-logo,
.button, .no-print,
#breadcrumbs,
#wikicmds, .xowiki-commands, #xowiki-footer,
.sidebar,
.presence {
	display: none;
}

#brand-header .brand-background-color {
	background-image: none;
}

#sidebar-1 {
	float: left;
	width: 100%;
}

#main-content {
	float: left;
	width: 100%;
}

#sidebar-2 {
	float: left;
	width: 100%;
}

.main-content-padding {
	padding: 0px 0px;
}

.sidebar-1-padding {
	padding: 0px 0px;
}

.sidebar-2-padding {
	padding: 0px 0px;
}







/*#content-wrapper a:after {
	content: " [" attr(href) "] ";
	font-size: 90%;
}*/
/* LISTS -----------------------------------------------------------*/

ul.compact{
	margin: 0px;
	padding: 0px;
}
ul.compact li {
	list-style:none;
	display: inline;
}

/* END OF LISTS */


table.standard {
	border: 1pt solid black; padding: 5pt;
}

table.standard th {
	 border: 1pt solid #222222;
	 padding: 5pt;
	 background-color: #aaaaaa
}
table.standard td {
	border: 1pt solid #222222;
	padding: 5pt;}