

/*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: 11px}
.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: 11pt; 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;}

/*Main page headdings */
h1 {font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
    font-size:12px;
    font-weight:bold;
	TEXT-ALIGN:CENTER;
    TEXT-DECORATION:none;
}

