
/* Main page characteristics */
a:link		{ color : #6666cc; text-decoration : none; }
a:visited	{ color : #333399; text-decoration : none; }
a:active	{ text-decoration : underline; }
a:hover		{ text-decoration : underline; }
td 			{ font-family : sans-serif; }
tr 			{ font-family : sans-serif; }
th 			{ font-family : sans-serif; }
ul			{ margin-bottom : 0px; padding-bottom : 0px; }
li			{ margin-bottom : 0px; padding-bottom : 0px; }
form		{ margin-bottom : 0px; padding-bottom : 0px; }
blockquote	{ margin-bottom : 0px; padding-bottom : 0px; }
body {
	color : #333333;
	background-color : #ffffff;
	font-family : sans-serif;

	/* IE supports changing the scrollbar color */
	scrollbar-3dlight-color		: #ccccee;
	scrollbar-highlight-color	: #ccccee;
	scrollbar-face-color		: #336699;
	scrollbar-shadow-color		: #666666;
	scrollbar-darkshadow-color	: #996633;
	scrollbar-track-color		: #f6f6ff;
	scrollbar-arrow-color		: #336699;

	/* Red Bar
	scrollbar-3dlight-color		: #996633;
	scrollbar-highlight-color	: #cc9966;
	scrollbar-face-color		: #996633;
	scrollbar-shadow-color		: #666666;
	scrollbar-darkshadow-color	: #996633;
	scrollbar-track-color		: #e0e0e0;
	scrollbar-arrow-color		: #eeeeee;
	*/
}

/* The top-most portion of the page */
.titlebar {
	background-color	: #336699;
	color				: white;
}
.titlebar-title {
	color				: white;
	font-size			: 15pt;
}
.titlebar-text {
	color				: white;
	font-size			: 9pt;
}
.subtitlebar {
	background-color	: white;
	color				: black;
}
.copyright {
	font-face			: sans-serif;
	font-size			: 9pt;
}

/* The main body elements of the page */
.section {
	background-color	: #336699;
}
.section-title {
	color				: white;
	font-size			: medium;
	font-weight			: bold;
	text-align			: center;
}
.section-headercell {
	background-color	: #ffffff;
	color				: #333399;
	font-size : 12px;
	font-weight : bold;
}
.section-cell-odd {
	background-color	: white;
	color				: #333366;
	font-size			: 12px;
}
.section-cell-even {
	background-color	: #f6f6ff;
	color				: #333366;
	font-size			: 12px;
}

/* Banners mainly used to report important messages or error messages to the user */
.banner-title {
	font-family			: Garamond, Times New Roman, serif;
	font-weight			: bold;
	font-size			: 32px;
}
.banner-text {
	font-family			: Garamond, Times New Roman, serif;
	font-size			: 16px;
}


body {
	background-color : #f9f9ff;

	/* IE supports changing the scrollbar color */
	scrollbar-3dlight-color		: #ccccee;
	scrollbar-highlight-color	: #ccccee;
	scrollbar-face-color		: #336699;
	scrollbar-shadow-color		: #666666;
	scrollbar-darkshadow-color	: #996633;
	scrollbar-track-color		: #f6f6ff;
	scrollbar-arrow-color		: #336699;
}

a:link {
	color				: #6666ff;
	text-decoration		: underline;
}

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

a:active, a:hover {
	color				: #ff6666;
	text-decoration		: underline;
}

.section-headercell {
	padding-top			: 12px;
	padding-left		: 24px;
	font-size			: medium;
	text-align			: left;
}
.section-cell-odd {
	background-color	: white;
	padding				: 12px 24px;
	font-size			: 10pt;
	text-align			: justify;
}
.section-cell-even {
	background-color	: #f6f6ff;
	padding				: 12px 24px;
	font-size			: 10pt;
	text-align			: justify;
}

.contact-title {
	font-size			: 12px;
	font-weight			: bold;
	vertical-align		: top;
	padding-right		: 10px;
}
.contact-text {
	font-size			: 12px;
}

.actionButton {
  border              : medium dashed #99aadd;
  background-color    : #ddeeff;
  color               : #6666aa;
  max-width           : 200px;
  padding             : 4px;
  text-align          : center;
  font-size           : 14px;
  font-weight         : bold;
}
.actionButton:hover {
  border              : medium dashed #66aa66;
  background-color    : #ccffdd;
  color               : #66aa66;
  text-decoration     : underline;
}

.toc-title {
	font-size			: 9pt;
	font-weight			: bold;
	text-align			: center;
	color				: #333366;
	padding-left		: 12px;
	padding-right		: 12px;
}
.toc-level1 {
	font-size			: 8pt;
	font-weight			: bold;
	white-space			: nowrap;
	color				: #333366;
}
.toc-item {
	font-size			: 8pt;
}
.toc-indicator {
	font-size			: 8pt;
	font-weight			: bold;
	white-space			: nowrap;
	text-align			: right;
	color				: #336699;
	vertical-align		: top;
}

.loginlabel {
	padding-right		: 12px;
	vertical-align		: top;
	font-face			: Arial;
	font-weight			: bold;
	font-size			: smaller;
	color				: #333399;
	white-space			: nowrap;
}
.loginlabelnt {
	padding-right		: 12px;
	font-face			: Arial;
	font-weight			: bold;
	font-size			: smaller;
	color				: ;
	white-space			: nowrap;
}
.servicelabel {
	padding-right		: 10px;
	padding-left		: 2px;
	vertical-align		: top;
	font-face			: Arial;
	font-weight			: bold;
	font-size			: smaller;
	color				: ;
	white-space			: nowrap;
}
.servicelink {
	padding-right		: 10px;
	padding-left		: 2px;
	font-size			: smaller;
	white-space			: nowrap;
}
.servicenolink {
	padding-right		: 10px;
	padding-left		: 2px;
	font-size			: smaller;
	color				: silver;
	white-space			: nowrap;
}
