
/* Link colors */

a:active { color:#CC0000 }
a:link { color:#663300 }
a:visited { color:#663300 }
a:hover { color: #CC0000 }

/* Page defaults */

body
{
	background-color: #FFFFFF;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000
	margin: 5px
}

html
{
	font-family: "Verdana", "Arial", sans-serif;
}

/* Block Indentation */

.Level1Indent
{
	margin-left: 5%;
}

/* Headers and Footers */

.PageHeader
{
	background-color: #FFEE88;
	border: #CC9900 2px solid;
	padding: 5px;
}

.PageHeader img {
	vertical-align: middle;
	margin-right: 5px;
}

.PageHeader h1
{
	display: inline;
	vertical-align: middle;
}

.FramedIcon
{
	border: 2px solid #CC9900;
}

.HomeTable
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 30px;
}

.HomeTableTd
{
	vertical-align: top;
}

.PageFooter
{
	margin-top: 30px;
	padding-top: 4px;
	border-top: #CC9900 2px solid;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}


/* Redefined HTML styles */

h1
{
	font-size: 200%;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #000000
	text-align: center;
}

h2
{
	font-size: 150%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000
}

h3
{
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	color: #000000
}

h4
{
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
	color: #000000
}


/* Code */

.CodeExampleBox
{
	font-family: "Courier New", Courier, mono;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	font-variant: normal;

	background-color: #DDCCBB;

	padding-top: 0.125in;
	padding-left: 0.125in;
	padding-bottom: 0.125in;
	padding-right: 0.125in;

	border-color: #DDDDDD;
	border-style: ridge;
	border-top-width: 2px;
	border-left-width: 2px;
	border-bottom-width: 2px;
	border-right-width: 2px;
}


