body.index	{
	font-family: verdana, palatino, georgia, serif;
	color:	#000;
	background : #9ba4b4 url(test.jpg) no-repeat fixed top right;  
	}
	
body.regular	{
	font-family:  verdana, palatino, georgia, serif;
	color:	#000;
	background : #7d84a3;  
	}
.container	{
	font-family: verdana, arial;
	color: white;
	text-align: left;
	width: 700px;
	border: solid 1px #362b68;  
	background : #9ba4b4 url(head.jpg) no-repeat fixed top left; 
	height: 550px; 
	}
.old_container	{
	font-family: verdana, arial;
	color: white;
	text-align: left;
	width: 700px;
	border: solid 1px #362b68;  
	background : #758bb2 url(head.jpg) no-repeat fixed top left; 
	height: 550px; 
	}
.inner-container{
	font-family: verdana, arial;
	color: white;
	text-align: left;
	width: 100%;
	border: none;   
	margin-left:107px;
	}

table, tr {
	width: 100%;
	}
	
/* td {
	border: solid 1px #362b68;  
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
*/

td.header {
	background-color:#7d84a3;  
	text-align: center;
}
	
.header	{
	width: 100%;
	border: solid 1px #362b68;
	background: #362b68;
	color: white;
	text-align: right;
	font-size:8pt;
	margin-bottom: 2px;
	}

div, p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family:  verdana, arial, georgia, sans-serif;
	color: white;
    }

.small    {
             /* redundant selectors to help NS4 not forget */
    font-family:  verdana, arial, georgia, sans-serif;
	color: white;
	font-size:8pt;
    }
	
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}
.content {
	/* redundant selectors to help NS4 not forget */
	font-family:  verdana, georgia, sans-serif;
	padding: 10px 20px;
	margin: 1% 15%;
	border: 1px dotted #fff;
	background-image: url(contentfill.gif);
	}

p {
	margin-top: 0; padding-top: 0;
	line-height: 1.5em;
	margin-bottom: 	1em;
	}	
h1	{
	font-size:	2em;
	width: 100%;
	margin: 0px 2px 0px 2px;
	border: solid 1px #362b68;
	background-color: #7d84a3;
	}
h2	{
	font-size:	1.75em;
	}
h3	{
	font-size:	1.5em;
	}
h4	{
	font-size:	1.25em;
	}
h5	{
	font-size:	1em;
	}
h6	{
	font-size:	0.8em;
	}		
h1, h2, h3, h4, h5, h6	{
	padding:	0px 0px 0px 0px;
	margin:	0px 0px 0px 0px;
	font-family:	verdana, arial, helvetica, sans-serif;
	}
	
img	{
		/* turns off gaps around images */
	border:	0
	}

a	{
	text-decoration:	none;
	font-family: verdana, arial;
	font-weight: bold;
	}
a:link	{
	color:	#fff;
	background-color: transparent;
	}
a:visited	{
	color:	#fff;
	background-color: transparent;
	}
a:active	{
	color:	#cc0;
	background-color: transparent;
	}
a:hover	{
	color:	red;  
	background-color: transparent;
	text-decoration: underline;
	}
.ahem	{
	display:	none;
	}
.small	{
	font-size: 12px;
	}
.song {
	font-size: 8pt;
	margin-left: 2em;
	margin-bottom: 1em;
	}

.quote {
	margin-left: 2em;
	margin-right: 1em;
	font-style: italic;
	}

.indent {
	margin-left: 2em;
	margin-right: 1em;
	
	}
