/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	background-color: #aaafff;
	text-align: center;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	border: none;
}
#copyright {
	background-color: #FFFFFF !important;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0000FF;
}


.smaller {
	font-size: 80%;
}
.bigger {
	font-size: 120%;
}
.lpad {
	padding-left: 10px;
}
.bigpad {
	font-size: 120%;
	padding-left: 10px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
blockquote {
	font-size: 10px;
	color: #FF0000;
	padding: 5px;
	border: thin solid #FF0000;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
#Table_01 td {
	background-color: #E0E7F1;
}
#content {
	padding-left: 10px;
	margin: 10px;
}
#leftstuff {
	padding: 10px 5px 10px 10px;
}
#leftstuff li {
	padding-bottom: 10px;
	font-weight: bold;
	white-space: nowrap;
}
#leftstuff a {
	text-decoration: none;
	color: #0000FF;
}
#leftstuff a:hover {
	text-decoration: underline;
	color: #0000FF;
	font-weight: bolder;
}
.phred {
	color: #C83059;
}
#content ol  li {
	list-style-type:upper-roman;
	padding-top:10px;
}
#content ol  li ol li {
	list-style-type:upper-alpha;
	padding-top:10px;
}
#content ol  li ol li ol li{
	list-style-type:decimal;
	padding-top:10px;
}
