body {
	background-color: #A982CC;
	scrollbar-face-color: #A982CC;
	scrollbar-highlight-color: #A982CC;
	scrollbar-3dlight-color: #A982CC;
	scrollbar-darkshadow-color: #A982CC;
	scrollbar-shadow-color: #A982CC;
	scrollbar-arrow-color: #8650B8;
	scrollbar-track-color: #8650B8;
}

body,tr,td,p {
	font-family: arial;
	font-size: 10pt;
	color: #454545;
        padding-left: 0;
        padding-right: 0; 
        padding-top: 0; 
        padding-bottom: 0;
}

img {border: 0;}

textarea, input, .textfield, .button, select {
	color: COLOR;
	font-family: FONT;
	font-size: SIZEpt;
	border: WIDTHpx STYLE COLOR;
	wrap: hard;
	background:url(IMAGE);

	scrollbar-face-color: COLOR;
	scrollbar-highlight-color: COLOR;
	scrollbar-3dlight-color: COLOR;
	scrollbar-darkshadow-color: COLOR;
	scrollbar-shadow-color: COLOR;
	scrollbar-arrow-color: COLOR;
	scrollbar-track-color: COLOR;
}

h1 {
	text-align: center;
        margin: 4px 0px 10px 0px;
        background-image: url(header5.PNG);
        color: #9A69C2;
	font-size: 9pt;
	font-family: tahoma;
	line-height: 9px
	border: none;
        background-color: #A982CC;
}

a:link {font-weight: normal; color: #454545; text-decoration: none;}

a:active {font-weight: normal; color: #454545; text-decoration: none;}

a:visited {font-weight: normal; color: #454545; text-decoration: none;}

a:hover {font-weight: normal; color: #8F58BC; background-color: COLOR; text-transform: none}

b {font-family: arial; font-size: 10pt; color: #956OBF; font-weight: bold; font-style: normal;}

i {font-family: arial; font-size: 10pt; color: #454545; font-weight: normal; font-style: italic;}

u {font-family: arial; font-size: 10pt; color: #454545; font-weight: normal; font-style: underline;}

strong {font-family: arial; font-size: 10px; color: #454545; font-weight: normal; font-style: normal;}