/* WTD CASCADING STYLE SHEET  */
/* WTD (C) 2004	              */
/* EDIT COMMENCED: 21/06/2004 */
/* UPDATED:        23/06/2004 */


/* Body Style, Bullet (UL) Style and Link Style have been updated */


/* PARAGRAPH STYLES */
P	{ color: black; font-size: 10pt; font-family: "gill sans mt", arial, helvitica, sans-serif; }
P.norm  { text-align: left; }
P.jstfy { text-align: justify; }
P.col-r	{ color: #5400A8; text-align: right; }
P.col-l	{ color: #5400A8; text-align: left; }
P.mar 	{ margin-left: 20px; text-justify: right; }
P.lft	{ text-align: left; }
P.captn { color: #5400A8; text-align: center; }
P.pgc	{ text-align: right; color: #CC99FF; text-align: right; font-size: 8pt; } /* PAGE COMMENTS STYLE */



/* BODY STYLES */
BODY	{ background-color: #F5ECFF; scrollbar-base-color: #006600; scrollbar-track-color: #F5ECFF; scrollbar-face-color: #ccb8e6; scrollbar-highlight-color: #e3caff; scrollbar-3dlight-color: #e3caff; scrollbar-darkshadow-color: #ccb8e6; scrollbar-shadow-color: #ccb8e6; scrollbar-arrow-color: #000000; }


/* LINK STYLES */
A:link	        { text-decoration: none; color: #5400A8;  }
A:active	{ color: #5400A8; text-decoration: none; }
A:visited	{ color: #5400A8; text-decoration: none; }

/* UL STYLES */
UL.bu1	{ list-style-image: url(http://domhan/www/common/images/bullet-std.gif); text-indent: 0; color: black; font-size: 10pt; font-family: "gill sans mt", arial, helvitica, sans-serif; }


/* HEADING STYLES */
H1, H2, H3, H4, H5, H6	{ font-family: "gill sans mt", arial, helvitica, sans-serif; }
H1 	{ font-size: 14pt; color: #5400A8; border-bottom: dotted; border-width: 2px; width:600px;}
H2 	{ font-size: 12pt; color: #B39CD2; }                                            /* was originally #CC99FF*/
H3 	{ font-size: 10pt; line-height: 10%; vertical-align: bottom; }
H4 	{ font-size: 14pt; color: #5400A8;}
H6	{ font-size: 10pt; font-weight: 75; border-bottom: dotted; border-width: 1px; width: 350px; }


/* PARAGRAPH STYLES */
P	{ color: black; font-size: 10pt; font-family: "gill sans mt", arial, helvitica, sans-serif; }
P.jstfy { text-align: justify; }
P.col-r	{ color: #5400A8; text-align: right; }
P.col-l	{ color: #5400A8; text-align: left; }
P.mar 	{ margin-left: 20px; text-justify: right; }
P.lft	{ text-align: left; }
P.rgt	{ text-align: right; }
P.captn { color: #5400A8; text-align: center; }
P.celwh	{ color: #ffffff; font-weight: bold }
P.pgc	{ text-align: right; color: #CC99FF; text-align: right; font-size: 8pt; } /* PAGE COMMENTS STYLE */
P.mod	{ text-align: right } /* PAGE MODIFIED DATE STYLE */


HR	{ color: #CC99FF; width: 2px; align: left; }



/* LIST STYLES */
LI	{ width: 90%; }


/* SCROLL BAR TEST */
scrollbar-base-color: #006600;
scrollbar-track-color: #000000;
scrollbar-face-color: #00FF00;
scrollbar-highlight-color: #006600;
scrollbar-3dlight-color: #00cc00;
scrollbar-darkshadow-color: #006600;
scrollbar-shadow-color: #001100;
scrollbar-arrow-color: #000000;


