* {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	background: white;
	color: black;
}

#topPanel, #topPanelShadow, #bottomPanel, #camos, #cursors, #rightPanel {
	display: none;
}

#title {
    display: inline;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#page {
	margin: 5px;
	padding: 5px;
}

#contentPanel {
	text-align: justify;
}

H2 {
	font-size: 18px;
	font-weight: bold;
}

H3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px; 
	margin-bottom: 10px;
}

IMG.framed {
	border: 1px #999999 solid;
}

IMG.right {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
}

IMG.left {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}

A {
	color: black;
	text-decoration: none;
}

P {
	margin-top: 5px;
	text-indent: 30px;
}

UL LI P {
	text-indent: 0px;
}

DT {
	font-style: italic;
}

LI {
	list-style-image: url(../img/cursor_small.gif);
}


