BODY
{
	font-size: x-small;
	margin: 10px;
	color: black;
	font-family: Verdana, Arial, Monospace;
	background-color: #F6F6D4;
}
TD
{
	font-size: x-small;
}
A
{
	color: #262DAE;
	text-decoration: none;
	font-weight:bold;
}
A:hover
{
	text-decoration: underline;
}
A.title
{
	font-weight: bold;
	font-size: large;
	text-decoration: none;
}
A.title:hover
{
	text-decoration: underline;
}
A.whitelink
{
	color: white;
	text-decoration: none;
}
A.whitelink:hover
{
	text-decoration: underline;
}
.blue
{
	font-weight: bold;
	font-size: x-small;
	color: #6366DF;
	text-decoration: none;
}
.red
{
	font-weight: bold;
	font-size: x-small;
	color: #892525;
	text-decoration: none;
}
.bluebox
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	color: #ffffff;
	border-bottom: black thin solid;
	background-color: #6366DF;
}
.bigger
{
	font-size: larger;
	font-weight: bolder;
}
.title
{
	font-weight: bold;
	font-size:large;
	text-align:center;
}
.subheading
{
	font-weight:bold;
	font-size:medium;
}
.subheadingtext
{
	font-weight:normal;
	font-size:x-small;
	margin-left:20px;
}
.itemtable
{
	border:solid thin black;
}
.tdheading
{
	font-weight:bold;
	font-size:small;
	text-align:center;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	color: #ffffff;
	border-bottom: black thin solid;
	background-color: #6366DF;
}
.trodd
{
	background-color:#FBFBE7;
}
.bold
{
	font-weight: bold;
}
.copyright
{
	text-align:center;
	font-size:xx-small;
}
.fileblock
{
	padding: 10px 5px 10px 5px;
	border:1px solid black;
	background: #FBFBEF;
	font-family: Courier;
	font-size: x-small;
	white-space: nowrap;
}
.codeblock
{
	font-weight: bold;
	white-space: nowrap;
}
.resultblock
{
	border: 1px solid black;
	background: #FBFBFB;
	font-family: Courier;
	font-size: x-small;
	white-space: nowrap;
}	