body {
	margin: 0px;
	background-color: #375A9A;
}
p {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
}
blockquote {
	margin-left: 16px;
	margin-right: 5px;
}
li {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	margin-right: 5px;
}
td {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
}
thead td {
	font-weight: bold;
}
h1 {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	margin-bottom: 2px;
}
h3 {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
}
h4 {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
}
pre {
	border-left-style: solid;
	border-left-color: #666666;
	padding-left: 10px;
	background-color: #DDDDDD;
	padding-top: 5px;
	padding-bottom: 5px;
	/* font-family: "Lucida Sans Typewriter", Courier, mono; */
}
tt {
	/* font-family: "Lucida Sans Typewriter", Courier, mono; */
}
code {
	/* font-family: "Lucida Sans Typewriter", Courier, mono; */
}
a:link, a:visited, a:active {
	color: #375A9A;
}
a:hover {
	color: orange;
}
.recent {
	border: 2px solid #DD0000;
}
.released {
	border: 2px solid #00AA00;
}
.lightborder {
	border: 1px solid #CCCCCC;
}
.thinRuler {
	width: 40%;
	margin: 0px;
	size: 1px;
}
.spaced {
	margin-bottom: 3px;
}
.li12 {
	margin-top: 12px;
}
.largespace {
	margin-top: 24px;
}
.codeComment {
	color: #009966;
}
.propertyKey {
	color: #0000CC;
}
.specialValue {
	color: #990033;
}

.headerItem {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
}
a.headerItem:link, a.headerItem:visited, a.headerItem:active {
	color: #000000;
	text-decoration: none;
}
a.headerItem:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.menu {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bold;
	margin-left: 2px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	color: #000000;
	text-decoration: none;
	background: url("/images/decoration/menuBackground.gif") #6c87b7 repeat-x;
}
a.menu:link, a.menu:visited, a.menu:active {
	color: #000000;
	text-decoration: none;
}
a.menu:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.menuItem {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bold;
	margin-left: 3px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	color: #375A9A;
	text-decoration: none;
	padding: 0px;
}
a.menuItem:link, a.menuItem:visited, a.menuItem:active {
	color: #375A9A;
	text-decoration: none;
}
a.menuItem:hover {
	color: orange;
	text-decoration: underline;
}
.translator {
	font-family:  sans-serif;
}

