body, td, p, input, textarea, select {
    font-family: arial;
    font-size: 11pt;
	color: #000000;
/*scrollbar color setting */
    scrollbar-arrow-color : #000080;
    scrollbar-darkshadow-color : #000080;
    scrollbar-3dlight-color : #bbbbbb;
    scrollbar-face-color : #FFFFFF;
    scrollbar-highlight-color : #808080;
    scrollbar-shadow-color : #000080;
    scrollbar-track-color : #FFFFFF;
}

/*font setting for main texts */
.font1 {COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px}
.font1 a:link      { text-decoration: UNDERLINE; color : #000000;}
.font1 a:active    { text-decoration: UNDERLINE; color : #000000;}
.font1 a:visited   { text-decoration: UNDERLINE; color : #000000;}
.font1 a:hover	   { text-decoration: UNDERLINE; color : #CC0000;}

/*font setting for messages */
.font2 {COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px}
.font2 a:link      { text-decoration: UNDERLINE; color : #000000;}
.font2 a:active    { text-decoration: UNDERLINE; color : #000000;}
.font2 a:visited   { text-decoration: UNDERLINE; color : #000000;}
.font2 a:hover	   { text-decoration: UNDERLINE; color : #CC0000;}

/*font setting for user details and date/time stamp */
.font3 {COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 7.5pt; FONT-WEIGHT: bold}.font3 a:link      { text-decoration: UNDERLINE; color : #000000;}
.font3 a:active    { text-decoration: UNDERLINE; color : #000000;}
.font3 a:visited   { text-decoration: UNDERLINE; color : #000000;}
.font3 a:hover	   { text-decoration: UNDERLINE; color : #CC0000;}

/*color setting for buttons */
.button	{FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
		 FONT-SIZE: 9pt;
		 font-weight:bold;
		 color: #000000; 
		 background-color: #1E90FF; 
		 border: 1 outline #000000;
}

/*Main page headdings */
h1 {font-family: "COMIC SANS MS", Arial, Verdana;
	color: #555555;
    font-size:20px;
    font-weight:bold;
	LETTER-SPACING:2pt;
	TEXT-ALIGN:CENTER;
	FONT-STYLE:ITALIC;
    TEXT-DECORATION:none;
}

/*Error heddings*/
h2 {font-family : "COMIC SANS MS", Arial, Verdana; 
	color:#CC0000;
    font-size: 16px;
    font-weight: bold;
	line-height: 20px;
	LETTER-SPACING:2pt;
    TEXT-DECORATION:underline;
}
