
/* 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		: #e0e0e0;
	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	: #4477aa;
	color				: white;
	font-size : 12px;
	font-weight : bold;
}
.section-cell-odd {
	background-color	: #eeeeee;
	color				: #333333;
	font-size			: 12px;
}
.section-cell-even {
	background-color	: #e0e0e0;
	color				: #333333;
	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;
}

