/* **************************************************************************** */
/*										*/
/*	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: #000066;
; background-color: #F7F4F4
; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px
; margin-top: 7px; margin-right: 0px; margin-bottom: 0px; margin-left: 7px
; background-attachment: fixed
; background-position: center left
; text-align: left; vertical-align: top
; height: 0px; clip:  rect(   )
; scrollbar-face-color:#ECE7E6
; scrollbar-track-color:#C0C0C0
; scrollbar-arrow-color:#ffffff
; scrollbar-shadow-color: #5880A7
; scrollbar-3dlight-color: #FFFFFF
; scrollbar-darkshadow-color: black
}
/*	Unvisited links								*/
a:link {
color: #000066;
; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px
; text-decoration: none
}
/*	Visited links								*/
a:visited {
/* color: #FFFFFF; */
color: #000066;
; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px
; text-decoration: none
}
/*	Active links (not widely supported)					*/
a:active {
color: #000066;
; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px
; text-decoration: none
}
/*	Links when hovered over (MSIE only)					*/
a:hover {
color: #000066;
; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; text-decoration: underline overline
}