a:link {
	background-color: transparent;
	color: DodgerBlue;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:visited {
	background-color: transparent;
	color: #006600;
	text-decoration: none;
}

a:hover {
	background: #FEFF6E;
}

a:active {
	background-color: transparent;
	color: Green;
	text-decoration: none;
}

a.external {
	background-color: transparent;
	color: DarkSteelBlue;
	font-size: xx-small;
	text-decoration: none;
}

a.external:visited {
	background-color: transparent;
	color: SteelBlue;
	font-size: xx-small;
	text-decoration: none;
}

a.external:hover {
	background: #FEFF6E;
	color: Black;
	font-size: xx-small;
	text-decoration: none;
}

a.external:active {
	background-color: transparent;
	color: Tomato;
	font-size: xx-small;
	text-decoration: none;
}

a.nonexistent {
	background-color: transparent;
	color: #FF2222;
	font-weight: bold;
}

a.nonexistent:visited {
	background-color: transparent;
	color: #FF2222;
}

a.nonexistent:hover {
	background: #FFFFAA;
}

a.nonexistent:active {
	background-color: transparent;
	color: #FF2222;
}

a.rss {
	background-color: transparent;
	color: Maroon;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	padding-bottom: 6px;
	text-decoration: none;
}

a.rss:visited {
	background-color: transparent;
	color: #006600;
	text-decoration: none;
}

a.rss:hover {
	background-color: transparent;
	color: Blue;
	text-decoration: none;
}

a.rss:active {
	background-color: transparent;
	color: Maroon;
	text-decoration: none;
}

a.same {
	background-color: transparent;
	color: Maroon;
}

a.same:visited {
	background-color: transparent;
	color: Maroon;
}

a.same:hover {
	background: #FEFF6E;
	color: Red;
	text-decoration: none;
}

a.same:active {
	background-color: transparent;
	color: Maroon;
}

a.sidebarlink {
	background-color: transparent;
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}

a.sidebarlink:visited {
	background-color: transparent;
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}

a.sidebarlink:hover {
	background-color: White;
	color: Black;
	font-size: 11px;
	line-height: 16px;
	text-decoration: underline;
}

a.sidebarlink:active {
	background-color: transparent;
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}

body{
	background: GhostWhite;
	color: Black;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 0px;
	scrollbar-3dlight-color: LightSlateGray;
	scrollbar-arrow-color: Red;
	scrollbar-darkshadow-color: Black;
	scrollbar-face-color: DarkSlateGray;
	scrollbar-highlight-color: Silver;
	scrollbar-shadow-color: Silver;
	scrollbar-track-color: LightSlateGray;
}

body, p, td, a:limk {
	font-family: verdana,arial,helvetica,Sans-Serif;
	font-size: xx-small;
}

dl,ul,ol {
	margin-bottom: 2pt;
	margin-top: 2pt;
}

form {
	margin-bottom: -5px;
}

h1{
	margin-bottom: 12px;
	margin-top: 0px;
}

h1 {
	background-color: DarkOrange;
	clear: right;
	color: White;
	font-size: 22pt;
	margin-left: -40px;
	margin-right: -40px;
	padding-bottom: 4px;
	padding-left: 40px;
	padding-top: 4px;
	width: auto;
}

h2 {
	background-color: transparent;
	color: Navy;
	font-size: 16pt;
}

h2,h3,h4,h5{
	margin-bottom: 6px;
	margin-top: 2px;
}

h3 {
	background-color: transparent;
	color: Navy;
	font-family: Arial,Helvetica;
	font-size: 12pt;
	font-weight: bold;
}

h4 {
	background-color: transparent;
	color: Navy;
	font-family: Arial,Helvetica;
	font-size: 10pt;
	font-weight: bold;
}

h5 {
	background-color: transparent;
	color: Black;
	font-family: Verdana,Arial,Helvetica;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0;
}

img{
	text-align: center; /*
	border-bottom: 2px solid #2F4F4F;
	border-left: 1px solid #D3D3D3;
	border-right: 2px solid #2F4F4F;
	border-top: 1px solid #D3D3D3;
	*/
}

input, select, textarea, option, pre {
	background-color: White;
	border: 1px solid Blue;
	color: #333333;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	margin: 4px;
}

li{
	margin-bottom: 6px;
}

p{
	margin-bottom: 0px;
	margin-top: 8px;
}

p, .n {
	background-color: transparent;
	color: Black;
	font-family: verdana,arial,helvetica,Sans-Serif;
	font-size: xx-small;
}

pre.code {
	background-color: #FFFFEE;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	color: #333333;
	margin-bottom: 8pt;
	margin-top: 8pt;
	padding: 10px;
	white-space: pre;
	width: 100%;
}

strike.diff {
	background-color: White;
	color: Red;
}

table {
	background: transparent;
	border-collapse: collapse;
	empty-cells: hide;
	min-width: 37em;
}

table,td, th {
	border: 1px solid SteelBlue;
	font-family: Verdana, sans-serif;
	font-size: xx-small;
}

td{
	border: 1px solid Silver;
}

textarea{
	padding-left: 4px;
}

textarea {
	background-color: White;
	color: #333333;
	width: 100%;
}

tr{
	border: 1px solid Silver;
}

tt, pre {
	background-color: transparent;
	font-family: "Courier New", Courier, monospace;
	font-size: xx-small;
	padding-left: 8px;
	padding-right: 8px;
}

u.diff {
	background-color: White;
	color: Blue;
}

.comment {
	background-color: White;
	color: Blue;
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	font-style: italic;
}

.deprecated {
	background-color: White;
	color: Red;
	font-family: verdana,arial,helvetica;
	font-size: 10px;
	font-weight: bold;
	margin-left: 8px;
}

.external {
	background-color: White;
	color: Blue;
	font-size: xx-small;
	text-decoration: none;
}

.fileattr {
	color: Black;
	font-family: sans-serif,verdana,arial,helvetica;
	font-size: 11px;
	padding: 1px 2px;
	text-decoration: none;
}

.new {
	background-color: White;
	color: Red;
	font-family: verdana,arial,helvetica;
	font-size: 10px;
	font-weight: bold;
	margin-left: 8px;
}

.pullquote {
	background-color: White;
	color: #990000;
	font-family: arial,helvetica,geneva;
	font-size: 18px;
}

.rc {
	font-family: verdana,arial,helvetica;
	font-size: 10pt;
}

.rss {
	background-color: White;
	color: Maroon;
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	text-decoration: none;
}

.same {
	background-color: White;
	color: Maroon;
}

.sidebarlink {
	background-color: White;
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}

.wiki {
	font-family: verdana,arial,helvetica;
	font-size: 11px;
}

#text{
	font-size: x-small;
}
