/* **************************************************************************** */

/*	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 {
	scrollbar-3dlight-color : #E0FFFF;
	scrollbar-arrow-color : #0001AE;
	scrollbar-base-color : #C3D8F3;
	scrollbar-darkshadow-color : Navy;
	scrollbar-face-color : #BAD5E8;
	scrollbar-highlight-color : #BBD1F5;
	scrollbar-shadow-color : #C0D3F3;
	scrollbar-track-color : #D6E7F5;
}

/*	Paragraph									*/

p {

font-weight : normal;
font-size: 9pt;
font-family: "verdana", "arial", "geneva", sans-serif;

}



/*	Definition list									*/

dl {

font-weight : normal;

font-family: "verdana", "arial", "geneva", sans-serif;

}






/*	Unvisited links								*/

a:link {

font-weight : bold;
font-size: 9pt;
color:brown;
text-align: justify;

font-family : "verdana", "sans-serif";

}



/*	Visited links								*/

a:visited {
font-size: 9pt;
font-weight : bold;
text-align: justify;

color: brown;

font-family : "verdana", "sans-serif";

}



/*	Active links (not widely supported)					*/

a:active {
font-size: 9pt;
font-weight : bold;

color:brown;
text-align: justify;

font-family : "verdana", "sans-serif";

}



/*	Links when hovered over (MSIE only)					*/

a:hover {
font-size: 9pt;
font-weight : bold;

color: brown;
text-align: justify;

text-decoration: underline;

font-family : "verdana", "sans-serif";

}



/*	Links unordered lists							*/

ul {

list-style: disc;

color: black;
text-align: justify;

font-family : "verdana", "sans-serif";

}






/*	Table cells								*/

td {

font-weight : normal;

font-size: 9pt;

font-family : "verdana", "sans-serif";

color:black;


bgcolor:white

}



/*	Preformatted text							*/

pre {

font-size: 9pt;
text-align: justify;
font-weight: bold;

}




/*	This is for the form					*/

.form {

font-weight : bold;

font-size: 9pt;

font-family : "verdana", "sans-serif";

color: white;
text-align: justify;

background-color: #B7C5F4;

}



