body {
	padding: 5px;
	margin: 0px;
	font-size: 12px;
	font-family: arial;
}

h2 {
	margin: 5px;
	padding: 0px;
	width: auto;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: #c3ddf0;
}

.box {
	margin-top: 18px;
	padding: 5px;
	clear: both;
	background-color: #c3ddf0;
	border-color: #6d0801;
	border-style: solid;
	border-width: 2px;
	width: auto;
}

.column {
	padding: 0px;
	margin: 0px;
	right: -1px;
	background-color: #e2ecf6;
	height: 100%;
	width: auto;
}

.separation {
	background-image: url(./images/separator.gif);
	background-repeat: repeat-y;
	background-color: #6d0801;
	width: 12px;
}

.selected {
	position: relative;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 5px;
	background-color: #75a5be;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(./images/arrow.gif);
}

a:link {
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	color: #185eba;
}

a:visited {
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	color: #185eba;
}

