body {
	font-family:"Verdana";
	font-size:10pt;
	color:#111111;
	background:#DDDDEE;
}

h1, h2, h3, h4 {
	color:#313C5F;
	font-weight:500;
	line-height: 12px;
	margin-top:25px;
	text-transform:uppercase;
}

h1 {
	font-size:14pt;
}

h2 {
	font-size:12pt;
}

h3 {
	font-size:11pt;
}

h4 {
	font-size:10pt;
	margin-top:-5px;
	margin-bottom:-5px;
}


div.header {
	width:820px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
}

div.menu {
	width:820px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	text-align:left;
	text-transform:uppercase;
	color:#313C5F;
	font-size:9pt;
}

a {
	text-decoration:none;
	color:#6666CC;
}

a:hover {
	text-decoration:underline;
	color:#9999CC;
}

h1 a, h2 a, h3 a, h4 a {
	color:#313C5F;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color:#313C5F;
	text-decoration:none;
}

div.menu a{
	color:#313C5F;
}

div.menu a:hover{
	color:#7589BF;
}

div.main {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	background:#FFFFFF;
	border: thin solid #999;
}

div.pageHeader {
	margin-top:25px;
	margin-bottom:-30px;
	text-align:right;
	text-transform:uppercase;
	font-size:40pt;
	color:#BBBBCC;
	line-height:0pt;
}

ul {
	list-style-type:square;
	color:#999999;
}

ul.contents {
	margin-left:-20px;
}

.text {
	color:#111111;
}

.code {
	font-family:courier;
}

.link {
	color: #6666CC
}

div.code {
	font-size:8pt;
	padding-left:10px;
	background:#EEEEEE;
	border: thin dashed #999999;
}

div.message {
	font-size:8pt;
	padding-left:10px;
	background:#E5E5FF;
	border: thin dashed #999999;
}

div.hr {
	background:#999999;
	height:1px;	
}

table {
	border-width: 1px;
	border-spacing: 2px;
	border-color: #666666;
	border-collapse: collapse;
}

td {
	border-width: 1px 1px 1px 1px;
	padding: 5px;
	border-style: inset;
	border-color: #666666;
}

td.greenCell {
	background-color: #99FF99;
	background-image: url(tick.png)
}

table.layout {
	border-width: 0px;
	border-spacing: 2px;
	border-color: #666666;
	border-collapse: collapse;
}

table.layout td {
	border-width: 0px 0px 0px 0px;
	padding: 5px;
	border-style: inset;
	border-color: #666666;
}
