body {
	font-size: 12px;
	font-family: monospace;
	color: #000000;
	background-color: #FFFFFF;
}

p {
	font-size: 12px;
	font-family: monospace;
	color: #000000;
}

a {
	font-size: 12px;
	font-family: monospace;
	color: #0000CC;
	text-decoration: none;
}

small a {
	font-size: 10px;
	font-family: monospace;
	color: #0000CC;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	text-decoration: underline;
}

h1 {
	font-size: 16px;
	font-family: monospace;
	font-weight: bolder;
	color: #000000;
	width: 100%;
	border-top: 1px solid #6B90DA;
	background-color: #EBEFF9;
	padding: 5px 0px 2px 0px;
}

h2 {
	font-size: 13px;
	font-family: monospace;
	font-weight: bolder;
	color: #000000;
	width: 100%;
	border-top: 1px solid #6B90DA;
	background-color: #EBEFF9;
	padding: 5px 0px 2px 0px;
}

table.container {
	width: 100%;
	height: 600px;
	border-collapse: collapse;
}

td.container {
	width: 100%;
	height: 600px;
}

table.subcontainer {
	width: 800px;
	height: 600px;
	border-collapse: collapse;
	border: 1px dashed #666666;
}

td.leftsubcontainer {
	width: 530px;
	height: 600px;
	padding: 10px 10px 10px 10px;
}

td.rightsubcontainer {
	width: 230px;
	height: 600px;
	padding: 10px 10px 10px 10px;
	border-left: 1px dashed #666666;
}

td.footersubcontainer {
	padding: 10px 0px 10px 0px;
	border-top: 1px dashed #666666;
	font-size: 10px;
}

td.footersubcontainer a, td.footersubcontainer a:hover {
	font-size: 10px;
}

table.content {
	border-collapse: collapse;	
}

td.content {
	
}

td.contentright {
	padding: 0px 0px 0px 10px;
}

td.nowrap {
	white-space: nowrap;
}

input.wide {
	width: 100%;	
} 

span.greyed {
	color: Grey;
} 

