/*******************************************************************************
 * iseect.org.css
 *
 * pluto llc
 * Jon Juul
 * 11/17/2002
 ******************************************************************************/

/*******************************************************************************
 * Body
 ******************************************************************************/
body {
	background: white url(../images/background.jpg)
    no-repeat fixed center center;
	font-family: sans-serif;
    font-size: 8pt;
}

/*******************************************************************************
 * Fonts
 ******************************************************************************/
.xlarge {
	color: white;
	background: url( ../images/bluefade.jpg) bottom right;
	font-size: 130%;
}
.large {
	color: white;
	background: url( ../images/bluefade.jpg) bottom right;
    font-size: 110%;
    font-weight: bold;
}
.largeNB {
	color: white;
	font-size: 150%;
}

/*******************************************************************************
 * Anchor
 ******************************************************************************/
a {
	color: 445588;
}

a.nav {
	color: white;
	font-size: x-small;
    font-weight: normal;
}
A.white:hover {text-decoration: none; COLOR: #ff6600}
A.white:link {text-decoration: none; COLOR: #FFFFFF}
A.white:visited {text-decoration: none; COLOR: #FFFFFF}


/*******************************************************************************
 * Table
 ******************************************************************************/
/table {
	width: 800;
}/
.smalltable {
	width: 300;
}

/*******************************************************************************
 * Blue Fade Background
 ******************************************************************************/
.blue_fade {
	color: white;
	background: url( ../images/bluefade.jpg) bottom right;
	font-size: x-small;
}
