﻿	body
	{
		background-color: #d7d7d7;
		font: 14px trebuchet ms, verdana;
		color: #000;
	}
	
	.Header
	{
		font: 24px trebuchet ms,verdana,arial;
		color: #7C3E83;
		font-weight: bold;
	}
	.ItemHeader
	{
		font: 14px trebuchet ms,verdana,arial;
		color: #7C3E83;
		font-weight: bold;
		padding: 3px;
	}
	.SubHeader
	{
		font: 12px 	trebuchet ms,verdana,arial;
		color: #7C3E83;
		font-weight: bold;
	}
	.SubItem
	{
		font: 12px trebuchet ms,verdana,arial;
		color: #222;
		font-weight: normal;
		padding-left: 10px;
	}
	.content
	{
		border-top: solid 0px #999;
		border-left: solid 1px #999;
		border-bottom: solid 1px #999;
		border-right: solid 1px #999;
		background-color: #fff;
		padding: 5px;
	}
	pre.code { background-color: #FBF49A; border: 1px solid #777; width: 400px; }
	pre.code2 { background-color: #FBF49A; border: 1px solid #777; width: 450px; }
	pre.code-full { background-color: #FBF49A; border: 1px solid #777; }
	.NavBar { background-color: #C9B8CB; height: 30px;}
	
	a.Nav{ font: 16px trebuchet ms; text-decoration:none; color: #000; background-color:#C9B8CB; }
	a.Nav:Hover{ color: #FFF;  background-color: #7C3E83; }
	
	a.SectionNav{font: 14px trebuchet ms; text-decoration:none; color: #000; background-color:#FFF; }
	a.SectionNav:Hover{ color: #FFF;  background-color: #7C3E83; }
	
	a { color: #7C3E83; background-color: #fff; }
	a:hover { background-color: #C9B8CB; }
	
	a.top { color: #7C3E83; background-color: #d7d7d7; }
	a.top:hover { background-color: #C9B8CB; }
	
	.info{ font: 14px trebuchet ms; font-weight: bold; color: #7C3E83; }
	