
body
{
	color: #222;
	font-family: Cambria, Times New Roman, Times, Serif;
	margin: 0px;
}

a
{
	color: #111;
	text-decoration: underline;
}
a:hover
{
	color: #000;
	text-decoration: underline;
}

a.showOnMouseOver
{
	text-decoration: none;
}
a.showOnMouseOver:hover
{
	text-decoration: underline;
}

a.external-link
{
	background: url( '/Skins/vista/images/external-link.gif' ) 100% 0 no-repeat;
	text-decoration: none;
	padding: 0px 16px 6px 0px;
}
a.external-link:hover
{
	text-decoration: underline;
}

h1
{
	color: #000;
	font-size: 24pt;
	margin: 6px 0px 17px 0px;
}
h1 div
{
	color: #000;
	font-family: Calibri, Tahoma, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	margin: 0px;
}

h2
{
	color: #000;
	margin-top: 6px;
	margin-bottom: 0px;
}
h3
{
	color: #c60;
}
h3 a
{
	color: #c60;
	text-decoration: none;
}
h3 a:hover
{
	color: #c60;
	text-decoration: none;
}
h4
{
	color: #000;
}
h5
{
	color: #000;
}

.header
{
	width: 800px;
	color: #000;
	font-size: 24pt;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 12px;
}
.footer
{
	width: 800px;
	color: #444;
	font-size: 9pt;
	font-weight: 100;
	letter-spacing: 1px;
	margin-top: 24px;
}
.content
{
	width: 800px;
}
.progress
{
	float: right;
}

.section
{
	width: 100%;
	color: #333;
	font-size: 18pt;
	font-weight: bold;
	letter-spacing: 1px;
}

ul.subMenu
{
	font-size: 11pt;
	font-weight: 100;
}

code
{
	font-family: Consolas, Courier New, Courier;
	font-size: 13px;
	font-weight: normal;
}
div.insetcode
{
	background-color: #fcfcfc;
	font-family: Courier New, Courier;
	font-size: 13px;
	border: solid 1px #eee;
	padding-left: 18px;
}



