BODY {
	color: #000000;
	background-color: #fff9cb;
	padding: 0px;
	margin: 0px;
	border: none 0px;
	font-family: Times New Roman;
  font-size: 13px;;
}

BODY.bgdarker {
	color: #000000;
	background-color: #fff4ba;
	padding: 0px;
	margin: 0px;
	border: none 0px;
	font-family: Times New Roman
}

.mainblock {
	padding: 6px;
}

a.menubox:hover {
	border: solid 1px darkred;
	background-color: #f4d276;
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding: 2px;
	width: 140px;
	text-align: center;
	position: relative;
	display: block;
	white-space: nowrap;
}

a.menubox {
	border: solid 1px darkred;
	background-color: #fff9cb;
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding: 2px;
	width: 140px;
	text-align: center;
	position: relative;
	display: block;
	white-space: nowrap;
}

.title {
	font-size: 17px;
	font-weight: bold;
	color: darkred;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	display: block;
}

.title2 {
	font-size: 15px;
	font-weight: bold;
	color: darkred;
	padding-top: 10px;
	padding-bottom: 2px;
	text-align: left;
	display: block;
}

.title3 {
	font-size: 15px;
	font-weight: bold;
	color: darkred;
	padding-top: 4px;
	padding-bottom: 2px;
	font-style: italic;
	text-decoration: underline;
	text-align: left;
	display: block;
}

.leftbox1 {
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 0px;
	width: 190px;
	text-align: left;
	position: relative;
	display: block;
	white-space: nowrap;
	padding-top: 8px;
	cursor: pointer;
}

a.leftbox2:hover {
	border: none 0px;
	color: #f06060;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 0px;
	text-align: left;
	position: relative;
	display: block;
	white-space: nowrap;
	margin-left: 100px;
}

a.leftbox2 {
	border: none 0px;
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
 	padding-right: 0px;
	text-align: left;
	position: relative;
	display: block;
	white-space: nowrap;
	margin-left: 100px;
}

HR {
	height: 1px;
	color: darkred;
	background-color: darkred;
}

a.download:hover {
	border: none 0px;
	color: #f06060;
	text-decoration: none;
	font-weight: bold;
}

a.download {
	border: none 0px;
	color: #4050ff;
	text-decoration: none;
	font-weight: bold;
}

a.linkexternal:hover {
	border: none 0px;
	color: #f06060;
	text-decoration: none;
	font-weight: bold;
}

a.linkexternal {
	border: none 0px;
	color: #4050ff;
	text-decoration: none;
	font-weight: bold;
}

li {
	list-style: circle outside;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.centerblock {
	/* FF */
	margin-left: auto;
	margin-right: auto;
	display: block;
	/* IE */
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

.right {
	text-align: right;
}

