body {  color : rgb(0,0,0);
	background-color : #e3e8cf;
	background-image : url(graph/redux_ep_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 1px;
	scrollbar-base-color: #FFFFFF; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #999999;
	scrollbar-highlight-color: #BBBBBB; 
	scrollbar-3dlight-color: #AAAAAA; 
	scrollbar-shadow-color: #777777;
	scrollbar-darkshadow-color: #666666; 
	}



h1 {font-family: georgia;
	font-size: 12pt;
	font-variant: small-caps;
	font-weight: 900;
	text-align: left;
	}

h2  {font-family: georgia;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	}


a:hover {color: #AA0000; 
	text-decoration: underline;
	}
a:link {color: #880000; 
	text-decoration: underline;
	}
a:visited {color: #880000; 
	text-decoration: underline;
	}
a:active {color: #880000; 
	text-decoration: underline;
	}


.textstyle {font-family: "georgia"; 
	font-size: 7pt; 
	font-weight: normal;
	color: #000000;
	text-align: center;
	}

.textstyle2 {font-family: "georgia"; 
	font-size: 7pt; 
	font-weight: normal;
	color: #000000;
	text-align: left;
	}

.textstyle3 {font-family: "georgia"; 
	font-size: 7pt; 
	font-weight: normal;
	color: #000000;
	text-align: right;
	}

.topleft {background-image: url("graph/content-tl.gif");
	background-position: top left;}
.topright {background-image: url("graph/content-tr.gif");	
	background-position: top right;}
.bottomleft {background-image: url("graph/content-bl.gif");
	background-position: bottom left;}
.bottomright {background-image: url("graph/content-br.gif");
	background-position: bottom right;}



.floatleft {float: left;}
.layunder {right: 0px;
	position: absolute;
	z-index: -1;
	vertical-align: top;}

