﻿body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #d2ddf2;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	width: 100%;
}
td
{
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}
ol
{
	margin-top: 0px;
	margin-bottom: 0px;
}
ol li
{
	margin-left:-15px;
}

ul li
{
	margin-left:-20px;
	list-style-image: url(/images/redli.gif);
	list-style-type: none;
}
ul li ul li
{
	list-style-type: disc;
}

span.header
{
	width: 100%;
	text-align: center;
	font-size: 120%;
	color: white;
	font-weight: bold;
	background-color: red;
}
div.navheader
{
	width: 216px;
	text-align: center;
	font-size: 120%;
	color: white;
	font-weight: bold;
	background-color: red;
}
div.navcontent
{
	width: 206px;
	background-color: white;
	border: solid 1px red;
	padding: 4px 4px 4px 4px;
}

div.header
{
	width: 100%;
	text-align: center;
	font-size: 120%;
	color: white;
	font-weight: bold;
	background-color: red;
}
div.content
{
	/*width: 100%;*/
	background-color: white;
	border: solid 1px red;
	padding: 4px 4px 4px 4px;
}

td.surround
{
	width: 100%;
	height: 100%;
	background-color: white;
	border-left: solid 1px red;
	border-bottom: solid 1px red;
	/*border: solid 1px red;*/
	padding: 4px 4px 4px 4px;
}


a:link
{
	color: #ff0000;
}
a:visited
{
	color: #ff0000;
}
a:hover
{
	color: #ff6633;
}
div.callout, span.callout
{
	background-color: red;
}
.screenie
{
	padding: 15px 15px 15px 15px;
	width: 70%;
	border: dotted 3px #c0c0c0;
}
div.quote
{
	margin: 20px 0px 0px 0px;
	text-align: center;
	border-top: solid 1px #838fc3;
	border-bottom: solid 1px #838fc3;
	background-color: #d2ddf2;
}
div.quote p
{
	margin: 5px 5px 5px 5px;
	font-size: 150%;
}
div.quote p.bywhom
{
	margin: 10px 5px 0px 5px;
	font-size: 100%;
	font-style: italic;
}
div.footer
{
	font-size: 80%;
	text-align: center;	
	color: #838fc3;
}
div.footer hr
{
	margin: 15px 0px 0x 0x;
	height: 1px;
	width: 80%;
	color: #d2ddf2;
}
p.pagetitle
{
	font-size: 150%;
}
p.text
{
	/*text-align: justify;*/
}
pre, code, .code
{
	font-size: 8pt;
	font-family: Monospace, Courier New, Courier;
	color: #880000;
}
pre b, code b
{
	letter-spacing: .1em;
}
