body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
	background-color: #414561;
	font-size: 12px;
	background-image: url(media/background.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

a {
	color: #3381CC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3381cc;
}

a:hover {
	color: #ff0000;
	border-bottom-color: #ff0000;
}

#tblPageFooter {
	font-size: 10px;
	color: #cccccc;
	padding: 6px 6px 0px 6px;
	border-top: 1px dotted #cccccc;
	width: 100%;
}

#linkNavMenu {
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	width: 100%;
	color: #ffffff;
	cursor: hand;
	border: 1px dotted #ffffcc;
	text-decoration: none;
	font-size: 14px;
	font-weight: bolder;
}

#linkNavMenu:hover {
	background-color: #ffcc00;
	color: #990000;
}

#linkSubMenu {
	width: 100%;
	vertical-align: baseline;
	font-style: normal;
	color: #666699;
	cursor: hand;
	text-align: right;
	text-decoration: none;
	font-size: 12px;
	padding: 4px 20px 4px 4px;
	white-space: nowrap;
	background-image: url(media/icon_PageMenu1.gif);
	background-repeat: no-repeat;
	background-position: right;
	border: 0px;
}

#linkSubMenu:hover {
	background-color: #ffcc00;
	color: #990000;
}

#linkComment {
	font-style: normal;
	color: #0000ff;
	cursor: hand;
	text-decoration: none;
	font-size: 10px;
}

#linkComment:hover {
	color: #ff0000;
}

#linkImage {
	width: 100%;
	padding: 4px;
	border: 1px dotted #ffffff;
}

#linkImage:hover {
	border: 1px dotted #ff0000;
}

#linkSiteImage {
	width: 135px;
	padding: 4px;
	border: 1px dotted #ffffff;
}

#linkSiteImage:hover {
	border: 1px dotted #ff0000;
}

#linkMail {
	color: #3381CC;
	height: 100%;
	cursor: hand;
	text-decoration: none;
	white-space: nowrap;
	padding: 1px 20px 1px 1px;
	background-image: url(media/iconEmail.gif);
	background-repeat: no-repeat;
	background-position: right;
	border: 0px;
}

#linkMail:hover {
	background-color: #ffcc00;
	color: #990000;
}

#linkPDF {
	color: #3381CC;
	cursor: hand;
	text-decoration: none;
	white-space: nowrap;
	padding: 12px 12px 12px 36px;
	background-image: url(media/acrobatPDFIcon.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 10px;
	width: 135px;
	border: 1px dotted #ffffff;

}

#linkPDF:hover {
	border: 1px dotted #ff0000;
	color: #990000;
}

.pageComment {
	font-size: 10px;
	color: #666666;
}

.pageTitle {
	width: 100%;
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	text-align: left;
	vertical-align: middle;
	color: #333399;
	padding: 0px 4px 4px 4px;
	border-bottom: 1px solid #FFCC33;
}

.pageText {
	font-size: 12px;
    text-align: left;
    vertical-align: top;
	color: #666699;
	padding: 20px 4px 10px 4px;
}

.pageLabel {
	font-size: 12px;
	color: #666699;
}

.pageLogo {
    padding: 20px 10px 10px 0px;
}

.pageNote {
	font-size: 11px;
	font-style: italic;
	color: #666666;
	text-decoration: none;
	border: 0px;
}

.pagePoint {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	border-bottom: 0px;
}

.noLinkHint {
	border: 0px;
}

.keyPoint {
	font-size: 16px;
	font-weight: bold;
	color: #9999CC;
}

.productSection {
	width: 100%;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	color: #0000cc;
	padding-top: 10px;
	border-bottom: 1px dashed #cccccc;
}

.productTitle {
	font-style: normal;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	color: #000099;
}

.productText {
	font-size: 12px;
    text-align: left;
    vertical-align: top;
	color: #666699;
}

.accent {
	font-size: 10px;
	color: #990000;
	border: solid 1px #cccc00;
	background-color: #FFFFCC;
}