body {
	font-size: 10pt;
	text-align: center;
}
 
#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 640px;
}

#header {
	background-color: #BBDDFF;
	border: 2px solid Blue;
	padding: 3pt;
}

#title {
	font: normal 11pt;
	vertical-align: middle;
}

h3 {
	color: Red;
	font-size: 10pt;
	font-weight: normal;
}

h4 {
	color: Fuchsia;
	font-size: 10pt;
	font-weight: normal;
}

h5 {
	color: Black;
	font-size: 10pt;
	font-weight: normal;
}

p {
	line-height: 120%; 
}

li {
	line-height: 120%; 
	padding-bottom: 4pt;
}

.icon {
	vertical-align: middle;
	margin-right: 4px;
}

.box {
	border: 2px solid #99DDDD;
	margin-top: 8pt;
	margin-bottom: 8pt;
}

.box .head {
	background: #99DDDD;
	padding: 3pt;
}

.box .content ul {
	list-style-type: none;
	margin: 4pt auto 4pt -18pt;
}

li.document {
	background: url('document.gif') no-repeat center left;
	line-height: 18px;
	padding-left: 20px;
}

li.computer {
	background: url('IconSComp.gif') no-repeat center left;
	line-height: 18px;
	padding-left: 20px;
}

#footer {
	background-color: #FFDDFF;
	border: 1px solid Red;
	padding: 3pt;
}



