/* CSS Document */

body {
	max-width: 320px;
	font-size: 70%;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
form {
	margin: 0px;
	padding: 0px;
}

#content h3 {
	font-size: 1.1em;
	font-weight: normal;
	color: #990000;
	letter-spacing: 0.1em;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#content h3 a {
	color: #990000;
	text-decoration: underline;
}

#header h1 {
	font-size: 1.2em;
	font-weight: normal;
	color: #990000;
	margin: 0px;
	text-align: center;
	letter-spacing: 0.2em;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	border-right-width: 20px;
	border-left-width: 20px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-left-color: #990000;
}
#header h3 {
	font-size: 1.0em;
	color: #333333;
	letter-spacing: 0.4em;
	text-align: center;
	margin: 0px;
	font-weight: normal;
	background-color: #eeeeee;
	padding: 2px;
}
#search {
	text-align: right;
	margin: 0px;
	padding: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#search input {
	font-size: 1em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#summary ul {
	list-style-type: square;
	color: #990000;
	padding-left: 15px;
	margin: 0px;
}
#summary li {
	padding-left: 0px;
	margin: 0px;
}
#summary a {
	color: #333333;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#summary a:hover {
	background-color: #eeeeee;
	color: #990000;
}
#article dt {
	font-weight: bold;
	color: #990000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#article dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#category ul {
	list-style-type: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#category li {
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	display: block;
	width: 100px;
	float: left;
}
#category h3 {
	font-size: 1.1em;
	color: #990000;
	font-weight: normal;
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	letter-spacing: 0.1em;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#category a {
	color: #666666;
	text-decoration: none;
}
#category a:hover {
	color: #990000;
	text-decoration: underline;
}
#category .active a {
	font-weight: bold;
	color: #990000;
}
#globalMenu {
	color: #FFFFFF;
	background-color: #000000;
	padding: 2px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
}
#globalMenu a {
	color: #FFFFFF;
	text-decoration: none;
}






.back {
	background-color: #DDDDDD;
	text-align: center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.back a {
	color: #666666;
	text-decoration: none;
}
.back a:hover {
	color: #000000;
}

.info {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.notFound {
	font-size: 11px;
	color: #990000;
	padding-left: 10px;
}
.clear {
	clear: both;
}
.blue {
	color: #0000FF;
}
