﻿/*
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
// PARTICULAR PURPOSE.
//
// Copyright (c) Microsoft Corporation. All rights reserved.
*/
body {
	font-family: 'Segoe UI',Verdana,Arial;
	font-size: 0.813em;
	margin: 0;
	line-height: 150%;
}
h1 {
	color: #3F529C;
	font-family: 'Segoe UI',Verdana,Arial;
	font-size: 1.769em;
}
h1 span {
	font-size: small;
	display: block;
	font-style: italic;
	margin-bottom: 0.3em;
}
h1 img {
	float: right;
}
h2 {
	clear: both;
}
h2 {
	color: #3F529C;
	font-family: 'Segoe UI',Verdana,Arial;
	font-size: 1.538em;
}
h3 {
	color: #3F529C;
	font-family: 'Segoe UI',Verdana,Arial;
	font-size: 1.077em;
}
div.header1 {
	height: 30px;
	background: url("background.png") repeat-x scroll 0 0 transparent;
}
div.header2 {
	background: url("background.png") no-repeat scroll 0 -112px transparent;
	height: 29px;
	overflow: hidden;
}
div.content {
	margin: 1em;
}
input, button, select, textarea {
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	vertical-align: middle;
}
p, form, pre {
	margin-left: 0px;
}
pre.code {
	font-family: lucida console,courier new, monospace;
	font-size: 85%;
	background-color: #eee;
	color: #666666;
	padding: 5px;
}
.warning {
	color: red;
}
.copyright {
	font-size: 8pt;
	margin: 5px 0;
	padding: 5px;
}
