body, td, p, input, textarea, select {
    font-family: arial;
    font-size: 11pt;
	color: #000000;

}

/*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: #fe7302; 
		 border: 1 outline #000000;
}

/*Main page headdings */
h1  { color: maroon; font-style: normal; font-weight: bolder; font-size: large; font-family: "Century Schoolbook", "Century Schoolbook", "Century Gothic"; text-decoration: none; text-align: center; letter-spacing: 2pt }

/*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;
}