/* **************************************************************************** */
/*	Style sheet for Links by Chris Croome (chris@atomism.demon.co.uk) of 	*/
/*	webarchitects (http://www.webarchitects.co.uk/)				*/
/*										*/
/*	For further information on CSS see these sites:				*/
/*	http://www.w3.org/Style/						*/
/*	http://www.css.nu/							*/
/*	Want answers to your CSS questions? try this usenet group:		*/
/*	comp.infosystems.www.authoring.stylesheets				*/
/*										*/
/*	If you want to check the validity of the style sheet you can use this:  */
/*	http://jigsaw.w3.org/css-validator/					*/
/*										*/
/* **************************************************************************** */


/*	Note the use of an absolute URI for the background image		*/
/*	This is a workaround for NN using an address relative to the		*/
/*	.html file rather than the .css file					*/
body {
color: #FFFFFF;
; font-family: Verdana, Arial, Helvetica, sans-serif
; background-color: #FFFFFF
}

/*	Paragraph									*/
p {
color: #000033;
font-size: 9pt;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*	Small Text								*/
.small {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #663333;
font-size: 8pt;
}


/*	Large Text								*/
.large {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #990033;
font-size: 11pt;
}


/*	subheader							*/
.sub {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333333;
font-weight: bold;
font-size: 9pt;
}

/*	subheader white							*/
.subwhite {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-weight: normal;
font-size: 11pt;
}

/*	small2						*/
.sub2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333333;
font-size: 8pt;
}



/*	table cell								*/
td {
color: #000033;
font-size: 9pt;
font-family: Verdana, Arial, Helvetica, sans-serif;
}


/*	Unvisited links								*/
a:link {
color: #000033;
text-decoration: none;
;
font-weight: bold
}

/*	Visited links								*/
a:visited {
/* color: #000033; */
color: #000033;
text-decoration: none;
;
font-weight: bold
}

/*	Active links (not widely supported)					*/
a:active {
color: #6699CC;
text-decoration: none;
;
font-weight: bold
}

/*	Links when hovered over (MSIE only)					*/
a:hover {
color: #B4D4E1;
text-decoration: none;
;
font-weight: bold
}


/*	This is used for the headers					*/
h2 {
font-size: 10pt;
font-weight: bold;
border: none;
color: #990033;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: normal; color: #FFFFFF}

	/*	Login stuff             					*/
.loginBox {
	font-family: "Courier New", Courier, mono;
	font-size: 8pt;
	font-weight: 100;
	color: #333333;
	height: 12pt;
	border: 1pt solid #333333;
	width: 60pt;

}
.loginButton {
	font-size: 7pt;
	font-weight: 100;
	color: #000000;
	background-color: #B4D4E1;
	height: 13pt;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
	vertical-align: middle;
	text-align: center;
	cursor: hand;
	width: 50pt;

}
.emailmeButton {
	font-size: 7pt;
	font-weight: 100;
	color: #000000;
	background-color: #B4D4E1;
	height: 12pt;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
	vertical-align: middle;
	text-align: center;
	cursor: hand;
}
.loginTxt {
	font-size: 8pt;
	font-weight: 100;
	color: #333333;
	height: 12pt;
}
.membershipTxt {
	font-size: 8pt;
	font-weight: 100;
	color: #990033;
	height: 13.5pt;
}



.loginPanel {
	border: 1pt solid #333333;
	width: 98%;
	vertical-align: middle;





}

.announceTxt {
	font-size: 9pt;
	font-weight: 100;
	color: #990033;





}