/* Style Sheet for Pageant */

/* Last update: 05/01/2010 */
/* 23/05/07 - temporary change of .menulink a:hover color to #0000FF */

/* 04/02/08 - restore .menulink a:hover to #000000 */
/* remove .menulink background color */

/* 10/05/08 change textlink colour with no link to #AAAAAA (grey) */

/* 25/05/08 - textlink3 added */

/* 26/05/09 - sorted out link underline problem in Firefox by replacing text-decoration: underline none; with text-decoration: none; */
/* also make background #FFFF00 for all textlinks, but not menulinks */

/* 05/01/10 - alternative version titletext2 with Comic Sans font */


/* Global */

ul {  list-style-position: outside; list-style-type: square}

b  {  font-weight:bold;}


.bodytext    { font-size: 12px; color: #000000; font-family: Comic Sans MS, cursive; 
               line-height: 1.3 }
.bodytext2  {
	font-size : 12px;
	color : DarkSlateGray;
	font-Family : Arial, Helvetica, sans-serif;
	line-height: 1.3;
}
/* currently not used */

.formtext  {
	font-size : 12px;
	color : #000000;
	font-Family : Arial, Helvetica, sans-serif;
	line-height: 1.3;
}

.formnote  {
	font-size : 10px;
	color : DarkSlateGray;
	font-Family : Arial, Helvetica, sans-serif; 
}

.bigtext     { font-size: 30px; font-family: Gill sans, Gill Sans MT, Arial, sans serif; 
               font-weight: bold }
/* currently not used */

.titletext   { font-size: 20px; font-family: Gill sans, Gill Sans MT, Arial, sans serif; 
               font-weight: bold }
               
.titletext2   { font-size: 17px; font-family: Comic Sans MS, cursive; 
               font-weight: bold }
               
.subtitletext { font-size: 16px; font-family: Gill sans, Gill Sans MT, Arial, sans serif; 
               font-weight: bold }
               
.subtitletext2 { font-size: 14px; font-family: Gill sans, Gill Sans MT, Arial, sans serif; 
               font-weight: bold }               

.newslinktext { font-size: 16px; font-family: Gill sans, Gill Sans MT, Arial, sans serif; 
               font-weight: bold; color: #0000FF }
            
.smalltext  {font-Family : Arial, Helvetica, sans-serif; font-size : 9px;}

.smallbold  {font-Family : Arial, Helvetica, sans-serif; font-size : 11px; font-weight: bold}
/* currently not used */

.tinytext  {font-Family : Arial, Helvetica, sans-serif; font-size : 8px;}

.menulink    { font-Family: Gill sans, Gill Sans MT, Arial, sans serif;  font-size: 12px; color: #888888; 
	font-weight: bold }

.textlink    { font-family: Comic Sans MS, cursive; font-size : 12px; color: #AAAAAA; font-weight: bold;}

.textlink2   { font-family: Comic Sans MS, cursive; font-size : 12px; color: #FF5555; font-weight: bold;}

.textlink3   { font-family: Comic Sans MS, cursive; font-size : 10px; color: #FF5555;}

.menulink a:link { text-decoration: none; color: #FFFFFF; }

.textlink a:link { text-decoration: none; color: #0000FF; }

.textlink2 a:link { text-decoration: none; color: #0000CC; }

.textlink3 a:link { text-decoration: none; color: #3333FF; }

.menulink a:visited { text-decoration: none; color: #FFFFFF; }

.textlink a:visited { text-decoration: none; color: #FF00FF; }

.textlink2 a:visited { text-decoration: none; color: #0000CC; }

.textlink3 a:visited { text-decoration: none; color: #3333FF; }

a:active { color: #0000FF; text-decoration: underline; }

.menulink a:hover { color: #000000; text-decoration: underline; }

.textlink a:hover { text-decoration: underline; background: #FFFF00; }

.textlink2 a:hover { text-decoration: underline; background: #FFFF00; }

.textlink3 a:hover { text-decoration: underline; background: #FFFF00; }

.caption     { font-size: 12px; color: #2F4F4F; font-family: 
               'Gill sans', 'Gill Sans MT', Arial, 'sans serif'; font-weight: bold }
               
FORM{display:inline;} 