body.outer {
	background-image: url(Images/white.png);
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif, serif, monospace, cursive, fantasy;
	background-image: url(Images/clouds.jpg);
	background-attachment: fixed;
	font-size: 10pt;
}

/***************************************************/

#header ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#header li {
	float: left;
	border: 1px solid #bbb;
	border-bottom-width: 0;
	margin: 0;
	width: 103px;
}

#header a {
	text-decoration: none;
	display: block;
	background-image: url();
	padding: 0.24em 1em;
	color: #222;
	text-align: center;
}

#header a:hover {
	background: #8a8;
}

#header #selected {
	border-color: #bbb;
	background-image: url(Images/clouds.jpg);
}

#header #selected a {
	position: relative;
	top: 1px;
	background-image: url(Images/clouds.jpg);
	color: black;
	font-weight: bold;
}

#content {
	border: 1px solid #bbb;
	clear: both;
	padding: 0 0em;
}

/***************************************************/

.productTitle {
	font-size: 160%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.notetext {
	font-size: 90%;
	color: #36c;
	font-weight: bold;
}

.pnote {
	font-size: 90%;
	color: black;
	font-style: italic;
}

/***************************************************/

a:link {
	text-decoration: none;
	color: #601;
}

a:visited {
	text-decoration: none;
	color: #601;
}

a:active {
	text-decoration: none;
	color: #601;
}

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

/***************************************************/
.h1, .h2, .h3, .h4, .h5, .h6, .h7 {
	padding-top: 10pt;
	color: #333;
}

.h1 {
	font-size: 16pt;
}

.h2 {
	font-size: 15pt;
}

.h3 {
	font-size: 14pt;
}

.h4 {
	font-size: 13pt;
}

.h5 {
	font-size: 12pt;
	font-weight: bold;
}

.h6 {
	font-size: 11pt;
	font-weight: bold;
}

.h7 {
	font-size: 10pt;
	font-weight: bold;
}

/***************************************************/

strong {
	color: #333;
}

b {
	color: #333;
}

tt {
	font-size: 11pt;
	font-family: 'Courier New', monospace;
}

pre {
	font-size: 11pt;
	font-family: 'Courier New', monospace;
}

.blue {
	color: #007;
}

.underline {
	text-decoration: underline;
}

/***************************************************/

img.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

indent {
	margin-left: .5cm;
}

.page_break_before {
	page-break-before: always;
}

.textAlignLeft {
	text-align: left;
}

.textAlignRight {
	text-align: right;
}

.textAlignCenter {
	text-align: center;
}

.center {
	text-align: center;
}

/***************************************************/

li {
	font-size: 10pt;
}

/***************************************************/

td {
	font-size: 10pt;
}

td.clouds {
	background-image: url(Images/clouds.jpg);
}

table.standard {
	border: 1px solid gray;
	border-collapse: collapse;
}

table.standard th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: gray;
}

table.standard td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: gray;
}

/***************************************************/

.heavyLine {
	border: 0;
	color: #999;
	background-color: #999;
	height: 3px;
}

.block_450x370 {
	display: block;
	width: 450px;
	height: 370px;
}

